index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: core: make erase timeout calculation allow for gated clock
Adrian Hunter
2011-06-25
1
-1
/
+1
*
mmc: core: duplicated trial with same freq in mmc_rescan_try_freq()
Jaehoon Chung
2011-05-24
1
-1
/
+1
*
mmc: core: add support for eMMC Dual Data Rate
Philip Rakity
2011-05-24
1
-12
/
+2
*
mmc: core: eMMC signal voltage does not use CMD11
Philip Rakity
2011-05-24
1
-2
/
+2
*
mmc: core: clear MMC_PM_KEEP_POWER flag on resume
Eliad Peller
2011-05-24
1
-0
/
+1
*
mmc: sd: add support for driver type selection
Arindam Nath
2011-05-24
1
-0
/
+9
*
mmc: sd: add support for signal voltage switch procedure
Arindam Nath
2011-05-24
1
-0
/
+32
*
mmc: initialize struct mmc_request at declaration time
Chris Ball
2011-05-24
1
-3
/
+1
*
mmc: initialize struct mmc_command at declaration time
Chris Ball
2011-05-24
1
-4
/
+2
*
mmc: core: Rename erase_timeout to cmd_timeout_ms.
Andrei Warkentin
2011-05-24
1
-18
/
+21
*
mmc: mmc_card_keep_power cleanups
Ohad Ben-Cohen
2011-05-24
1
-2
/
+2
*
mmc: core: reset card voltage after power off
Ulf Hansson
2011-03-17
1
-0
/
+7
*
mmc: core: export function mmc_do_release_host()
Ulf Hansson
2011-03-17
1
-1
/
+9
*
mmc: core: comment on why sdio_reset is done at init time
Philip Rakity
2011-03-16
1
-0
/
+6
*
mmc: put the led blinking code after clock ungating
Pierre Tardy
2011-03-15
1
-2
/
+1
*
mmc: fix CONFIG_MMC_UNSAFE_RESUME regression
Ohad Ben-Cohen
2011-03-08
1
-1
/
+1
*
mmc: fix division by zero in MMC core
Linus Walleij
2011-01-08
1
-2
/
+3
*
mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.
Chris Ball
2011-01-08
1
-2
/
+4
*
mmc: Fix sd/sdio/mmc initialization frequency retries
Andy Ross
2011-01-08
1
-83
/
+36
*
mmc: fix detection of memory part of SD-combo card with broken SDIO
Michal Miroslaw
2011-01-08
1
-0
/
+5
*
mmc: sdio: don't power up cards on system suspend
Ohad Ben-Cohen
2011-01-08
1
-0
/
+13
*
mmc: skip detection of nonremovable cards on rescan
Ohad Ben-Cohen
2011-01-08
1
-2
/
+6
*
mmc: Aggressive clock gating framework
Linus Walleij
2011-01-08
1
-1
/
+61
*
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2011-01-07
1
-1
/
+1
|
\
|
*
mmc: update workqueue usages
Tejun Heo
2010-12-24
1
-1
/
+1
*
|
mmc: Fix re-probing with PM_POST_RESTORE notification
Takashi Iwai
2010-12-21
1
-0
/
+1
*
|
mmc: fix rmmod race for hosts using card-detection polling
Guennadi Liakhovetski
2010-11-11
1
-1
/
+1
|
/
*
mmc: propagate power save/restore ops return value
Ohad Ben-Cohen
2010-10-23
1
-6
/
+14
*
mmc: refine DDR support
Adrian Hunter
2010-10-23
1
-3
/
+4
*
mmc: Fixes for Dual Data Rate (DDR) support
Adrian Hunter
2010-10-23
1
-2
/
+26
*
mmc: Move regulator handling closer to core
Linus Walleij
2010-10-23
1
-10
/
+16
*
mmc: sdhci: mmc_rescan: reduce verbosity
Eric Bénard
2010-10-23
1
-1
/
+2
*
mmc: Make ID freq configurable
Hein Tibosch
2010-10-23
1
-45
/
+57
*
mmc: Add helper function to check if a card is removable
Matt Fleming
2010-10-23
1
-0
/
+1
*
mmc: sdio: fix SDIO suspend/resume regression
Ohad Ben-Cohen
2010-10-15
1
-0
/
+13
*
mmc: add erase, secure erase, trim and secure trim operations
Adrian Hunter
2010-08-12
1
-0
/
+346
*
mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume
Maxim Levitsky
2010-08-11
1
-26
/
+57
*
mmc: implement SD-combo (IO+mem) support
Michal Miroslaw
2010-08-11
1
-2
/
+10
*
mmc: remove the "state" argument to mmc_suspend_host()
Matt Fleming
2010-05-27
1
-2
/
+1
*
sdio: recognize io card without powercycle
Albert Herranz
2010-03-12
1
-0
/
+1
*
sdio: introduce API for special power management features
Nicolas Pitre
2010-03-06
1
-3
/
+9
*
mmc: add module parameter to set whether cards are assumed removable
Ben Hutchings
2009-12-15
1
-0
/
+16
*
mmc: propagate error codes back from bus drivers' suspend/resume methods
Nicolas Pitre
2009-09-23
1
-7
/
+28
*
mmc: power off once at removal
Denis Karpov
2009-09-23
1
-0
/
+2
*
mmc: add mmc card sleep and awake support
Jarkko Lavinen
2009-09-23
1
-0
/
+40
*
mmc: add ability to save power by powering off cards
Adrian Hunter
2009-09-23
1
-0
/
+34
*
mmc: allow host claim / release nesting
Adrian Hunter
2009-09-23
1
-9
/
+25
*
mmc: add 'enable' and 'disable' methods to mmc host
Adrian Hunter
2009-09-23
1
-6
/
+171
*
mmc: in mmc_power_up(), use previously selected ocr if available
Balaji Rao
2009-09-23
1
-1
/
+7
*
MMC core: limit minimum initialization frequency to 400kHz
Sascha Hauer
2009-06-13
1
-1
/
+7
[next]