aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-08mmc: fix division by zero in MMC coreLinus Walleij1-2/+3
2011-01-08mmc: Register debugfs dir before calling card probe function.Viresh Kumar1-4/+4
2011-01-08mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.Chris Ball1-2/+4
2011-01-08mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross5-99/+68
2011-01-08mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai1-2/+2
2011-01-08mmc: check for > 1 clk_requests when disabling gatingLinus Walleij1-1/+2
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee3-29/+149
2011-01-08mmc: fix detection of memory part of SD-combo card with broken SDIOMichal Miroslaw1-0/+5
2011-01-08mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen1-2/+14
2011-01-08mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2-32/+13
2011-01-08mmc: skip detection of nonremovable cards on rescanOhad Ben-Cohen1-2/+6
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai3-1/+8
2011-01-08mmc: Aggressive clock gating frameworkLinus Walleij6-2/+305
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-24mmc: update workqueue usagesTejun Heo1-1/+1
2010-12-21mmc: Fix re-probing with PM_POST_RESTORE notificationTakashi Iwai1-0/+1
2010-11-19mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2-25/+45
2010-11-19mmc: sdio: fix nasty oops in mmc_sdio_detectOhad Ben-Cohen1-3/+13
2010-11-11mmc: fix rmmod race for hosts using card-detection pollingGuennadi Liakhovetski1-1/+1
2010-11-07mmc: Fix printing of card DDR typePhilip Rakity1-2/+6
2010-10-23mmc: add a file to debugfs for changing host clock at runtimeAndy Shevchenko1-2/+33
2010-10-23mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen1-0/+29
2010-10-23mmc: sdio: ensure mmc_sdio_detect is poweredOhad Ben-Cohen1-0/+9
2010-10-23mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen2-3/+40
2010-10-23mmc: sdio: enable runtime PM for SDIO cardsOhad Ben-Cohen1-0/+13
2010-10-23mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen1-0/+20
2010-10-23mmc: add runtime PM handlersOhad Ben-Cohen1-0/+37
2010-10-23mmc: sdio: add power_restore supportOhad Ben-Cohen1-0/+18
2010-10-23mmc: propagate power save/restore ops return valueOhad Ben-Cohen4-12/+28
2010-10-23mmc: sdio: fully reconfigure oldcard on resumeOhad Ben-Cohen1-9/+0
2010-10-23mmc: refine DDR supportAdrian Hunter3-7/+9
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter4-14/+42
2010-10-23mmc: MMC 4.4 DDR supportHanumath Prasad1-2/+35
2010-10-23mmc: Move regulator handling closer to coreLinus Walleij1-10/+16
2010-10-23mmc: sdhci: mmc_rescan: reduce verbosityEric Bénard1-1/+2
2010-10-23mmc: Make ID freq configurableHein Tibosch1-45/+57
2010-10-23mmc: Add helper function to check if a card is removableMatt Fleming4-3/+3
2010-10-23mmc: Makefile: Fix EXTRA_CFLAGS assignmentmatt mooney1-4/+0
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko2-8/+8
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko2-2/+1
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15mmc: sdio: fix SDIO suspend/resume regressionOhad Ben-Cohen1-0/+13
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-09mmc: avoid getting CID on SDIO-only cardsDavid Vrabel1-3/+2
2010-08-18mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=yUwe Kleine-König1-0/+2
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter6-1/+525
2010-08-11sdio: allow non-standard SDIO cardsGrazvydas Ignotas1-6/+30
2010-08-11mmc: only set blockaddressed for > 2GiB cardsHanumath Prasad1-1/+3
2010-08-11mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky2-26/+61