summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: implement SD-combo (IO+mem) supportMichal Miroslaw2010-08-113-23/+133
* mmc: split mmc_sd_init_card()Michal Miroslaw2010-08-113-119/+186
* mmc: recognize CSD structureKyungmin Park2010-08-111-7/+19
* sdio: add new function for RAW (Read after Write) operationGrazvydas Ignotas2010-05-271-0/+30
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-2/+1
* mmc: sd: clean up redundant memsetMark Asselstine2010-05-271-2/+0
* ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack2010-04-141-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-0/+8
* mmc: fix incorrect interpretation of card type bitsAdrian Hunter2010-03-241-2/+1
* sdio: recognize io card without powercycleAlbert Herranz2010-03-123-6/+32
* sdio: put active devices into 1-bit mode during suspendDaniel Drake2010-03-061-0/+43
* sdio: kick the interrupt thread upon a resumeNicolas Pitre2010-03-061-0/+2
* sdio: don't use CMD[357] as part of a powered SDIO resumeChris Ball2010-03-061-8/+11
* sdio: introduce API for special power management featuresNicolas Pitre2010-03-062-3/+58
* sdio: add quirk to clamp byte mode transferBing Zhao2010-03-061-1/+6
* mmc: allow for MMC v4.4Adrian Hunter2010-01-111-1/+1
* sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming2009-12-171-2/+3
* sdio: fix reference counting in sdio_remove_func()Daniel Drake2009-12-171-2/+5
* mmc: add module parameter to set whether cards are assumed removableBen Hutchings2009-12-155-43/+23
* sdio: rework cis tuple parsingAlbert Herranz2009-12-151-74/+93
OpenPOWER on IntegriCloud