aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-11mmc: implement SD-combo (IO+mem) supportMichal Miroslaw3-23/+133
2010-08-11mmc: split mmc_sd_init_card()Michal Miroslaw3-119/+186
2010-08-11mmc: recognize CSD structureKyungmin Park1-7/+19
2010-05-27sdio: add new function for RAW (Read after Write) operationGrazvydas Ignotas1-0/+30
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-2/+1
2010-05-27mmc: sd: clean up redundant memsetMark Asselstine1-2/+0
2010-04-14ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-0/+8
2010-03-24mmc: fix incorrect interpretation of card type bitsAdrian Hunter1-2/+1
2010-03-12sdio: recognize io card without powercycleAlbert Herranz3-6/+32
2010-03-06sdio: put active devices into 1-bit mode during suspendDaniel Drake1-0/+43
2010-03-06sdio: kick the interrupt thread upon a resumeNicolas Pitre1-0/+2
2010-03-06sdio: don't use CMD[357] as part of a powered SDIO resumeChris Ball1-8/+11
2010-03-06sdio: introduce API for special power management featuresNicolas Pitre2-3/+58
2010-03-06sdio: add quirk to clamp byte mode transferBing Zhao1-1/+6
2010-01-11mmc: allow for MMC v4.4Adrian Hunter1-1/+1
2009-12-17sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming1-2/+3
2009-12-17sdio: fix reference counting in sdio_remove_func()Daniel Drake1-2/+5
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings5-43/+23
2009-12-15sdio: rework cis tuple parsingAlbert Herranz1-74/+93