summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-27mmc: sdhci-sirf: Remove non needed #ifdef CONFIG_PM* for dev_pm_opsUlf Hansson1-3/+1
2016-07-27mmc: sdhci-s3c: Remove non needed #ifdef CONFIG_PM for dev_pm_opsUlf Hansson1-8/+1
2016-07-27mmc: sdhci-pxav3: Remove non needed #ifdef CONFIG_PM for dev_pm_opsUlf Hansson1-8/+1
2016-07-27mmc: sdhci-of-esdhc: Simplify code by using SIMPLE_DEV_PM_OPSUlf Hansson1-10/+6
2016-07-27mmc: sdhci-acpi: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson1-7/+1
2016-07-27mmc: sdhci-pci-core: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson1-11/+5
2016-07-25mmc: Change the max discard sectors and erase response when HW busy detectBaolin Wang1-10/+50
2016-07-25phy: rockchip-emmc: Wait even longer for the DLL to lockDouglas Anderson1-1/+11
2016-07-25phy: rockchip-emmc: Be tolerant to card clock of 0 in power onDouglas Anderson1-22/+37
2016-07-25mmc: sdhci-of-arasan: Revert: Always power the PHY off/on when clock changesDouglas Anderson1-7/+14
2016-07-25mmc: sdhci-msm: Add support for UHS cardsGeorgi Djakov1-0/+66
2016-07-25mmc: sdhci-msm: Add set_uhs_signaling() implementationRitesh Harjani1-1/+47
2016-07-25mmc: sdhci-msm: Do not reset the controller if no card in the slotGeorgi Djakov1-0/+1
2016-07-25mmc: tegra: Only advertise UHS modes if IO regulator is presentJon Hunter1-20/+29
2016-07-25mmc: sdhci: Request regulators before reading capabilitiesJon Hunter1-5/+10
2016-07-25sdhci-pci: Use MRFLD as abbreviation of MerrifieldAndy Shevchenko2-10/+10
2016-07-25mmc: sdhci-esdhc-imx: clear tuning bits during driver probeDong Aisheng1-0/+5
2016-07-25mmc: sdhci-esdhci-imx: re-initialize hw state after resumeDong Aisheng1-5/+2
2016-07-25mmc: sdhci-esdhc-imx: move tuning static configuration into hwinit functionDong Aisheng1-18/+18
2016-07-25mmc: sdhci-esdhc-imx: factor out hw related initialization into functionDong Aisheng1-32/+40
2016-07-25mmc: sdhci-esdhc-imx: fix strobe DLL lock wrong clock issueDong Aisheng1-0/+7
2016-07-25mmc: sdhci-esdhc-imx: enable hw auto retuning for MAN_TUNINGDong Aisheng1-3/+8
2016-07-25mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNINGDong Aisheng1-0/+3
2016-07-25mmc: sdhci: add standard hw auto retuning supportDong Aisheng2-3/+15
2016-07-25doc: dt: fsl-imx-esdhc: add set tuning start point bindingDong Aisheng1-0/+2
2016-07-25mmc: sdhci-esdhc-imx: support setting tuning start pointDong Aisheng2-3/+12
2016-07-25mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitlyDong Aisheng1-0/+3
2016-07-25mmc: sdhci-esdhc-imx: restore watermark level setting after resumeDong Aisheng1-1/+10
2016-07-25mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callbackDong Aisheng1-1/+11
2016-07-25mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VALDong Aisheng1-2/+0
2016-07-25mmc: sdhci: using common mmc_regulator_set_vqmmc()Dong Aisheng1-6/+3
2016-07-25mmc: sdhci-pci: Convert to use managed functions pcim_* and devm_*Andy Shevchenko1-31/+11
2016-07-25mmc: core: Extend sysfs with DSR registerBojan Prtvar3-0/+35
2016-07-25mmc: dw_mmc: rockchip: unset the MMC_CAP_ERASE flagJaehoon Chung1-4/+4
2016-07-25mmc: dw_mmc: set to MMC_CAP_ERASE by defaultJaehoon Chung1-0/+6
2016-07-25mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin1-0/+6
2016-07-25Documentation: mmc: add description for new no-sd* and no-mmcShawn Lin1-0/+3
2016-07-25mmc: core: Extend sysfs with OCR registerBojan Prtvar3-0/+5
2016-07-25mmc: sdhci-iproc: Use defines instead of magic numbersStefan Wahren1-2/+11
2016-07-25mmc: sdhci: add define for suspend/resume capabilityStefan Wahren1-0/+1
2016-07-25mmc: core: Allow hosts to specify non-support for MMC commandsShawn Lin2-2/+4
2016-07-25mmc: s3cmci: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2-2/+2
2016-07-25mmc: sdhci: sdhci_execute_tuning() must delete timerAdrian Hunter1-0/+1
2016-07-25mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()Adrian Hunter1-0/+2
2016-07-25mmc: sdhci: Do not reset cmd or data circuits that are in useAdrian Hunter1-5/+8
2016-07-25mmc: sdhci: Factor out sdhci_auto_cmd12()Adrian Hunter1-2/+8
2016-07-25mmc: sdhci: Allow for finishing multiple requestsAdrian Hunter2-23/+53
2016-07-25mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter2-10/+53
2016-07-25mmc: sdhci: Factor out sdhci_data_line_cmd()Adrian Hunter1-3/+8
2016-07-25mmc: sdhci: Ensure all requests get errored outAdrian Hunter1-8/+23