aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-esdhc-imx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-13mmc: sdhci-esdhc-imx: Correct two register accessesAaron Brice1-1/+22
2016-09-26mmc: sdhci-esdhc-imx: correct the max timeout countHaibo Chen1-1/+2
2016-09-26mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCVHaibo Chen1-1/+3
2016-07-29mmc: sdhci-esdhc-imx: Use common sdhci_suspend|resume_host()Ulf Hansson1-2/+4
2016-07-29mmc: sdhci-esdhc-imx: Assign system PM ops within #ifdef CONFIG_PM_SLEEPUlf Hansson1-1/+3
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-esdhc-imx: support setting tuning start pointDong Aisheng1-3/+11
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-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-02-29mmc: sdhci-esdhc-imx: use sdhci_pltfm_init for private allocationJisheng Zhang1-21/+17
2015-12-22mmc: sdhci-esdhc-imx: correct the tuning-step settingHaibo Chen1-2/+5
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing1-3/+3
2015-08-27mmc: sdhci-esdhc-imx: change default watermark level and burst lengthHaibo Chen1-1/+2
2015-08-27mmc: sdhci-esdhc-imx: set back the burst_length_enable bit to 1Haibo Chen1-0/+16
2015-08-27mmc: sdhci-esdhc-imx: add tuning-step setting supportHaibo Chen1-0/+9
2015-08-27mmc: sdhci-esdhc-imx: add imx7d support and support HS400Haibo Chen1-3/+83
2015-07-24mmc: sdhci-esdhc-imx: clear f_max in boarddataDong Aisheng1-6/+1
2015-07-24mmc: sdhci-esdhc-imx: remove duplicated dts parsingDong Aisheng1-14/+0
2015-07-24mmc: sdhci-esdhc-imx: move all non dt probe code into one functionDong Aisheng1-85/+94
2015-07-24mmc: sdhci-esdhc-imx: fix cd regression for dt platformDong Aisheng1-1/+9
2015-06-01mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdlDong Aisheng1-2/+8
2015-06-01mmc: sdhci-esdhc-imx: add imx6sx supportDong Aisheng1-0/+6
2015-06-01mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fixDong Aisheng1-1/+17
2015-06-01mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt issueDong Aisheng1-1/+1
2015-06-01mmc: sdhci-esdhc-imx: merge the same register check into one placeDong Aisheng1-7/+5
2015-06-01mmc: sdhci-esdhc-imx: Do not break platform data boardsFabio Estevam1-1/+35
2015-06-01mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probeFabio Estevam1-6/+2
2015-06-01mmc: sdhci-imx: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-25mmc: host: sdhci-esdhc-imx: fix broken email addressWolfram Sang1-2/+2
2015-04-09mmc: sdhci-esdhc-imx: Call mmc_of_parse()Fabio Estevam1-32/+6
2015-03-25mmc: sdhci-esdhc-imx: support voltage-range propertySascha Hauer1-1/+5
2015-03-23mmc: sdhci-esdhc-imx: silence a false curly braces warningDan Carpenter1-1/+1
2015-01-19mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe()Ulf Hansson1-1/+1
2015-01-19mmc: sdhci-esdhc-imx: Fixup ->remove()Ulf Hansson1-8/+7
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2014-12-08mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning()Ulf Hansson1-65/+3
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-11-10mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl statesDirk Behme1-6/+4
2014-09-09mmc: sdhci-esdhc-imx: set the correct max timeout value for uSDHCAisheng Dong1-0/+11
2014-09-09mmc: sdhci-esdhc-imx: fix incorrect max timeout cout for uSDHCAisheng Dong1-0/+9
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0