aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds10-272/+457
2013-07-05mmc: core: Fixup Oops for SDIO shutdownUlf Hansson1-1/+2
2013-07-05mmc: core: production year for eMMC 4.41 and laterRomain Izard1-0/+4
2013-06-27mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson1-0/+2
2013-06-27mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson1-1/+1
2013-06-27mmc: core: Enable power_off_notify for eMMC shutdown sequenceUlf Hansson1-5/+4
2013-06-27mmc: core: Add shutdown callback for (e)MMC bus_opsUlf Hansson1-0/+10
2013-06-27mmc: core: Handle both poweroff notification types for eMMCUlf Hansson1-5/+12
2013-06-27mmc: core: Add shutdown callback for SD bus_opsUlf Hansson1-0/+2
2013-06-27mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson2-0/+10
2013-06-27mmc: core: Handle card shutdown from mmc_busUlf Hansson1-0/+9
2013-06-27mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson2-26/+19
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson4-28/+32
2013-06-27mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson3-21/+32
2013-06-27mmc: core: Remove unnecessary check for the remove callbackUlf Hansson1-8/+3
2013-06-27mmc: core: Update the ext-csd.rev check for eMMC5.1Yuvaraj Kumar C D1-1/+1
2013-06-27mmc: return mmc_of_parse() errors to callerSimon Baatz1-5/+25
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2-2/+2
2013-05-26mmc: core: Fix select power class after resumeFredrik Soderstedt1-24/+50
2013-05-26mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson5-119/+41
2013-05-26mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson2-0/+99
2013-05-26mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson4-8/+31
2013-05-26mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson4-3/+32
2013-05-26mmc: core: Stop bkops for eMMC only from mmc suspendUlf Hansson2-21/+7
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2-0/+21
2013-05-26mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling modeUlf Hansson1-3/+2
2013-05-26mmc: core: Only execute tuning for SDR50 and SDR104Fredrik Soderstedt2-4/+17
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds4-6/+44
2013-04-29mmc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-15mmc: core: fix init controller performance regression, updated patchAdrian Hunter1-1/+3
2013-04-12mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei2-3/+4
2013-04-12mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter1-1/+2
2013-04-12Revert "mmc: core: wait while adding MMC host to ensure root mounts successfully"Adrian Hunter1-1/+0
2013-04-04mmc: core: Fix bit width test failing on old eMMC cardsPhilip Rakity1-1/+1
2013-03-22mmc: core: wait while adding MMC host to ensure root mounts successfullySergey Yanovich1-0/+1
2013-03-22mmc: sdio: bind acpi with sdio function deviceAaron Lu1-1/+19
2013-03-22mmc: core: enhance card removal judgement for slow removalKevin Liu1-0/+13
2013-03-22mmc: core: Add in support to expose PRV for v4 MMCsBernie Thompson1-0/+3
2013-02-27mmc: convert to idr_alloc()Tejun Heo1-5/+6
2013-02-26Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds9-83/+495
2013-02-24mmc: add DT bindings for more MMC capability flagsGuennadi Liakhovetski1-0/+13
2013-02-24mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski1-0/+110
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon1-0/+1
2013-02-24mmc: add packed command feature of eMMC4.5Seungwon Jeon1-0/+28
2013-02-24mmc: use regulator_can_change_voltage() instead of regulator_count_voltagesMarek Szyprowski1-1/+1
2013-02-24mmc: core: fix indentationJaehoon Chung1-12/+11
2013-02-24mmc: core: fix permanent sleep of mmcqd during card removalSeungwon Jeon1-0/+1
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu1-17/+0
2013-02-24mmc: core: Fixup signal voltage switchJohan Rudholm3-17/+107
2013-02-24mmc: core: Break out start_signal_voltage_switchJohan Rudholm5-21/+31