summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: fix division by zero in MMC coreLinus Walleij2011-01-081-2/+3
* mmc: Register debugfs dir before calling card probe function.Viresh Kumar2011-01-081-4/+4
* mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.Chris Ball2011-01-081-2/+4
* mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross2011-01-085-99/+68
* mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai2011-01-081-2/+2
* mmc: check for > 1 clk_requests when disabling gatingLinus Walleij2011-01-081-1/+2
* mmc: Test bus-width for old MMC devicesAries Lee2011-01-083-29/+149
* mmc: fix detection of memory part of SD-combo card with broken SDIOMichal Miroslaw2011-01-081-0/+5
* mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen2011-01-081-2/+14
* mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2011-01-082-32/+13
* mmc: skip detection of nonremovable cards on rescanOhad Ben-Cohen2011-01-081-2/+6
* mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2011-01-083-1/+8
* mmc: Aggressive clock gating frameworkLinus Walleij2011-01-086-2/+305
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-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-111-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/+0
* mmc: refine DDR supportAdrian Hunter2010-10-233-7/+9
* mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-234-14/+42
* mmc: MMC 4.4 DDR supportHanumath Prasad2010-10-231-2/+35
* mmc: Move regulator handling closer to coreLinus Walleij2010-10-231-10/+16
* mmc: sdhci: mmc_rescan: reduce verbosityEric Bénard2010-10-231-1/+2
* mmc: Make ID freq configurableHein Tibosch2010-10-231-45/+57
* mmc: Add helper function to check if a card is removableMatt Fleming2010-10-234-3/+3
* mmc: Makefile: Fix EXTRA_CFLAGS assignmentmatt mooney2010-10-231-4/+0
* mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko2010-10-232-8/+8
* mmc: make mmc_dev_to_card() macro publicAndy Shevchenko2010-10-232-2/+1
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | mmc: sdio: fix SDIO suspend/resume regressionOhad Ben-Cohen2010-10-151-0/+13
|/
* mmc: avoid getting CID on SDIO-only cardsDavid Vrabel2010-09-091-3/+2
* mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=yUwe Kleine-König2010-08-181-0/+2
* mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter2010-08-126-1/+525
* sdio: allow non-standard SDIO cardsGrazvydas Ignotas2010-08-111-6/+30
* mmc: only set blockaddressed for > 2GiB cardsHanumath Prasad2010-08-111-1/+3
* mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky2010-08-112-26/+61