summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: fix a race between card-detect rescan and clock-gate work instancesGuennadi Liakhovetski2011-04-281-5/+4Star
* mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław2011-04-281-0/+1
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* mmc: fix mmc_app_send_scr() for dma transferYoshihiro Shimoda2011-03-251-1/+13
* mmc: core: reset card voltage after power offUlf Hansson2011-03-171-0/+7
* mmc: core: export function mmc_do_release_host()Ulf Hansson2011-03-171-1/+9
* mmc: sdio: remember new card RCA when redetecting cardStefan Nilsson XK2011-03-171-0/+8
* mmc: check if mmc cards < 2GB do sector addressingPhilip Rakity2011-03-161-1/+11
* mmc: core: comment on why sdio_reset is done at init timePhilip Rakity2011-03-161-0/+6
* mmc: Ensure prototypes for SD API are visible in sd.cMark Brown2011-03-151-0/+1
* mmc: remove BROKEN_CLK_GATING quirk for wl1271Pierre Tardy2011-03-151-1/+11
* mmc: add MMC_QUIRK_BROKEN_CLK_GATINGPierre Tardy2011-03-152-4/+14
* mmc: add per device quirk placeholderPierre Tardy2011-03-154-1/+66
* mmc: put the led blinking code after clock ungatingPierre Tardy2011-03-151-2/+1Star
* mmc: export eMMC4.4 enhanced area details to sysfsChuanxiao Dong2011-03-151-0/+74
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-091-1/+1
|\
| * mmc: fix CONFIG_MMC_UNSAFE_RESUME regressionOhad Ben-Cohen2011-03-081-1/+1
* | mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt2011-03-071-2/+1Star
|/
* mmc: fix division by zero in MMC coreLinus Walleij2011-01-091-2/+3
* mmc: Register debugfs dir before calling card probe function.Viresh Kumar2011-01-091-4/+4
* mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.Chris Ball2011-01-091-2/+4
* mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross2011-01-095-99/+68Star
* mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai2011-01-091-2/+2
* mmc: check for > 1 clk_requests when disabling gatingLinus Walleij2011-01-091-1/+2
* mmc: Test bus-width for old MMC devicesAries Lee2011-01-093-29/+149
* mmc: fix detection of memory part of SD-combo card with broken SDIOMichal Miroslaw2011-01-091-0/+5
* mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen2011-01-091-2/+14
* mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2011-01-092-32/+13Star
* mmc: skip detection of nonremovable cards on rescanOhad Ben-Cohen2011-01-091-2/+6
* mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2011-01-093-1/+8
* mmc: Aggressive clock gating frameworkLinus Walleij2011-01-096-2/+305
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-081-1/+1
|\
| * mmc: update workqueue usagesTejun Heo2010-12-241-1/+1
* | mmc: Fix re-probing with PM_POST_RESTORE notificationTakashi Iwai2010-12-211-0/+1
* | mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2010-11-192-25/+45
* | mmc: sdio: fix nasty oops in mmc_sdio_detectOhad Ben-Cohen2010-11-191-3/+13
* | mmc: fix rmmod race for hosts using card-detection pollingGuennadi Liakhovetski2010-11-121-1/+1
* | mmc: Fix printing of card DDR typePhilip Rakity2010-11-071-2/+6
|/
* mmc: add a file to debugfs for changing host clock at runtimeAndy Shevchenko2010-10-231-2/+33
* mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen2010-10-231-0/+29
* mmc: sdio: ensure mmc_sdio_detect is poweredOhad Ben-Cohen2010-10-231-0/+9
* mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen2010-10-232-3/+40
* mmc: sdio: enable runtime PM for SDIO cardsOhad Ben-Cohen2010-10-231-0/+13
* mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen2010-10-231-0/+20
* mmc: add runtime PM handlersOhad Ben-Cohen2010-10-231-0/+37
* mmc: sdio: add power_restore supportOhad Ben-Cohen2010-10-231-0/+18
* mmc: propagate power save/restore ops return valueOhad Ben-Cohen2010-10-234-12/+28
* mmc: sdio: fully reconfigure oldcard on resumeOhad Ben-Cohen2010-10-231-9/+0Star
* mmc: refine DDR supportAdrian Hunter2010-10-233-7/+9
* mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-234-14/+42