aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)Author
2016-07-27mmc: sdhci-acpi: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson
2016-07-27mmc: sdhci-pci-core: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-25mmc: Change the max discard sectors and erase response when HW busy detectBaolin Wang
2016-07-25mmc: sdhci-of-arasan: Revert: Always power the PHY off/on when clock changesDouglas Anderson
2016-07-25mmc: sdhci-msm: Add support for UHS cardsGeorgi Djakov
2016-07-25mmc: sdhci-msm: Add set_uhs_signaling() implementationRitesh Harjani
2016-07-25mmc: sdhci-msm: Do not reset the controller if no card in the slotGeorgi Djakov
2016-07-25mmc: tegra: Only advertise UHS modes if IO regulator is presentJon Hunter
2016-07-25mmc: sdhci: Request regulators before reading capabilitiesJon Hunter
2016-07-25sdhci-pci: Use MRFLD as abbreviation of MerrifieldAndy Shevchenko
2016-07-25mmc: sdhci-esdhc-imx: clear tuning bits during driver probeDong Aisheng
2016-07-25mmc: sdhci-esdhci-imx: re-initialize hw state after resumeDong Aisheng
2016-07-25mmc: sdhci-esdhc-imx: move tuning static configuration into hwinit functionDong Aisheng
2016-07-25mmc: sdhci-esdhc-imx: factor out hw related initialization into functionDong Aisheng
2016-07-25mmc: sdhci-esdhc-imx: fix strobe DLL lock wrong clock issueDong Aisheng
2016-07-25mmc: sdhci-esdhc-imx: enable hw auto retuning for MAN_TUNINGDong Aisheng
2016-07-25mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNINGDong Aisheng
2016-07-25mmc: sdhci: add standard hw auto retuning supportDong Aisheng
2016-07-25mmc: sdhci-esdhc-imx: support setting tuning start pointDong Aisheng
2016-07-25mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitlyDong Aisheng
2016-07-25mmc: sdhci-esdhc-imx: restore watermark level setting after resumeDong Aisheng
2016-07-25mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callbackDong Aisheng
2016-07-25mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VALDong Aisheng
2016-07-25mmc: sdhci: using common mmc_regulator_set_vqmmc()Dong Aisheng
2016-07-25mmc: sdhci-pci: Convert to use managed functions pcim_* and devm_*Andy Shevchenko
2016-07-25mmc: core: Extend sysfs with DSR registerBojan Prtvar
2016-07-25mmc: dw_mmc: rockchip: unset the MMC_CAP_ERASE flagJaehoon Chung
2016-07-25mmc: dw_mmc: set to MMC_CAP_ERASE by defaultJaehoon Chung
2016-07-25mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin
2016-07-25mmc: core: Extend sysfs with OCR registerBojan Prtvar
2016-07-25mmc: sdhci-iproc: Use defines instead of magic numbersStefan Wahren
2016-07-25mmc: sdhci: add define for suspend/resume capabilityStefan Wahren
2016-07-25mmc: core: Allow hosts to specify non-support for MMC commandsShawn Lin
2016-07-25mmc: s3cmci: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski
2016-07-25mmc: sdhci: sdhci_execute_tuning() must delete timerAdrian Hunter
2016-07-25mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()Adrian Hunter
2016-07-25mmc: sdhci: Do not reset cmd or data circuits that are in useAdrian Hunter
2016-07-25mmc: sdhci: Factor out sdhci_auto_cmd12()Adrian Hunter
2016-07-25mmc: sdhci: Allow for finishing multiple requestsAdrian Hunter
2016-07-25mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter
2016-07-25mmc: sdhci: Factor out sdhci_data_line_cmd()Adrian Hunter
2016-07-25mmc: sdhci: Ensure all requests get errored outAdrian Hunter
2016-07-25mmc: sdhci: Clear pointers when a request finishesAdrian Hunter
2016-07-25mmc: sdhci: Track whether a reset is pendingAdrian Hunter
2016-07-25mmc: sdhci: Factor out sdhci_needs_reset()Adrian Hunter
2016-07-25mmc: sdhci: Factor out sdhci_finish_mrq()Adrian Hunter