aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-105-7/+67
|\
| * mmc: core: parse voltage from device-treeHaijun Zhang2013-08-261-0/+44
| * mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-242-2/+14
| * mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).Minjian Wu2013-08-241-0/+1
| * mmc: sd: fix the maximum au_size for SD3.0Jaehoon Chung2013-08-241-2/+5
| * mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_cardWei WANG2013-08-241-3/+3
* | mmc: core: Indicate that vmmcq may be absentMark Brown2013-07-311-1/+1
|/
* Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-1010-272/+457
|\
| * mmc: core: Fixup Oops for SDIO shutdownUlf Hansson2013-07-051-1/+2
| * mmc: core: production year for eMMC 4.41 and laterRomain Izard2013-07-051-0/+4
| * mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-271-0/+2
| * mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-271-1/+1
| * mmc: core: Enable power_off_notify for eMMC shutdown sequenceUlf Hansson2013-06-271-5/+4
| * mmc: core: Add shutdown callback for (e)MMC bus_opsUlf Hansson2013-06-271-0/+10
| * mmc: core: Handle both poweroff notification types for eMMCUlf Hansson2013-06-271-5/+12
| * mmc: core: Add shutdown callback for SD bus_opsUlf Hansson2013-06-271-0/+2
| * mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson2013-06-272-0/+10
| * mmc: core: Handle card shutdown from mmc_busUlf Hansson2013-06-271-0/+9
| * mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson2013-06-272-26/+19
| * mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson2013-06-274-28/+32
| * mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson2013-06-273-21/+32
| * mmc: core: Remove unnecessary check for the remove callbackUlf Hansson2013-06-271-8/+3
| * mmc: core: Update the ext-csd.rev check for eMMC5.1Yuvaraj Kumar C D2013-06-271-1/+1
| * mmc: return mmc_of_parse() errors to callerSimon Baatz2013-06-271-5/+25
| * mmc: core: Fix select power class after resumeFredrik Soderstedt2013-05-261-24/+50
| * mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson2013-05-265-119/+41
| * mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson2013-05-262-0/+99
| * mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson2013-05-264-8/+31
| * mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson2013-05-264-3/+32
| * mmc: core: Stop bkops for eMMC only from mmc suspendUlf Hansson2013-05-262-21/+7
| * mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2013-05-262-0/+21
| * mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling modeUlf Hansson2013-05-261-3/+2
| * mmc: core: Only execute tuning for SDR50 and SDR104Fredrik Soderstedt2013-05-262-4/+17
* | PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-032-2/+2
|/
* Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-044-6/+44
|\
| * mmc: core: fix init controller performance regression, updated patchAdrian Hunter2013-04-151-1/+3
| * mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei2013-04-122-3/+4
| * mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter2013-04-121-1/+2
| * Revert "mmc: core: wait while adding MMC host to ensure root mounts successfu...Adrian Hunter2013-04-121-1/+0
| * mmc: core: Fix bit width test failing on old eMMC cardsPhilip Rakity2013-04-041-1/+1
| * mmc: core: wait while adding MMC host to ensure root mounts successfullySergey Yanovich2013-03-221-0/+1
| * mmc: sdio: bind acpi with sdio function deviceAaron Lu2013-03-221-1/+19
| * mmc: core: enhance card removal judgement for slow removalKevin Liu2013-03-221-0/+13
| * mmc: core: Add in support to expose PRV for v4 MMCsBernie Thompson2013-03-221-0/+3
* | mmc: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
|/
* mmc: convert to idr_alloc()Tejun Heo2013-02-271-5/+6
* Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-269-83/+495
|\
| * mmc: add DT bindings for more MMC capability flagsGuennadi Liakhovetski2013-02-241-0/+13
| * mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski2013-02-241-0/+110
| * mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon2013-02-241-0/+1