summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-esdhc-imx.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-esdhc-imx: Remove the ENGcm07207 workaroundBenoît Thébaudeau2017-06-201-12/+4Star
* mmc: sdhci-esdhc-imx: Allow all supported prescaler valuesBenoît Thébaudeau2017-06-201-11/+7Star
* mmc: sdhci-esdhc-imx: Fix DAT line software resetBenoît Thébaudeau2017-06-201-21/+38
* mmc: sdhci-esdhc-imx: Fix some English mistakes and typosBenoît Thébaudeau2017-06-201-24/+25
* mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable()Fabio Estevam2017-06-201-13/+41
* mmc: sdhci-esdhc-imx: reset tuning circuit when power on mmc cardHaibo Chen2017-04-241-0/+26
* mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter2017-04-241-0/+6
* mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 cardHaibo Chen2017-04-201-0/+1
* mmc: sdhci-esdhc-imx: Correct two register accessesAaron Brice2016-10-131-1/+22
* mmc: sdhci-esdhc-imx: correct the max timeout countHaibo Chen2016-09-261-1/+2
* mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCVHaibo Chen2016-09-261-1/+3
* mmc: sdhci-esdhc-imx: Use common sdhci_suspend|resume_host()Ulf Hansson2016-07-291-2/+4
* mmc: sdhci-esdhc-imx: Assign system PM ops within #ifdef CONFIG_PM_SLEEPUlf Hansson2016-07-291-1/+3
* mmc: sdhci-esdhc-imx: clear tuning bits during driver probeDong Aisheng2016-07-251-0/+5
* mmc: sdhci-esdhci-imx: re-initialize hw state after resumeDong Aisheng2016-07-251-5/+2Star
* mmc: sdhci-esdhc-imx: move tuning static configuration into hwinit functionDong Aisheng2016-07-251-18/+18
* mmc: sdhci-esdhc-imx: factor out hw related initialization into functionDong Aisheng2016-07-251-32/+40
* mmc: sdhci-esdhc-imx: fix strobe DLL lock wrong clock issueDong Aisheng2016-07-251-0/+7
* mmc: sdhci-esdhc-imx: enable hw auto retuning for MAN_TUNINGDong Aisheng2016-07-251-3/+8
* mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNINGDong Aisheng2016-07-251-0/+3
* mmc: sdhci-esdhc-imx: support setting tuning start pointDong Aisheng2016-07-251-3/+11
* mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitlyDong Aisheng2016-07-251-0/+3
* mmc: sdhci-esdhc-imx: restore watermark level setting after resumeDong Aisheng2016-07-251-1/+10
* mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callbackDong Aisheng2016-07-251-1/+11
* mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VALDong Aisheng2016-07-251-2/+0Star
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-281-1/+1
* mmc: sdhci-esdhc-imx: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-21/+17Star
* mmc: sdhci-esdhc-imx: correct the tuning-step settingHaibo Chen2015-12-221-2/+5
* mmc: mmc: extend the mmc_send_tuning()Chaotian Jing2015-10-271-3/+3
* mmc: sdhci-esdhc-imx: change default watermark level and burst lengthHaibo Chen2015-08-271-1/+2
* mmc: sdhci-esdhc-imx: set back the burst_length_enable bit to 1Haibo Chen2015-08-271-0/+16
* mmc: sdhci-esdhc-imx: add tuning-step setting supportHaibo Chen2015-08-271-0/+9
* mmc: sdhci-esdhc-imx: add imx7d support and support HS400Haibo Chen2015-08-271-3/+83
* mmc: sdhci-esdhc-imx: clear f_max in boarddataDong Aisheng2015-07-241-6/+1Star
* mmc: sdhci-esdhc-imx: remove duplicated dts parsingDong Aisheng2015-07-241-14/+0Star
* mmc: sdhci-esdhc-imx: move all non dt probe code into one functionDong Aisheng2015-07-241-85/+94
* mmc: sdhci-esdhc-imx: fix cd regression for dt platformDong Aisheng2015-07-241-1/+9
* mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdlDong Aisheng2015-06-011-2/+8
* mmc: sdhci-esdhc-imx: add imx6sx supportDong Aisheng2015-06-011-0/+6
* mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fixDong Aisheng2015-06-011-1/+17
* mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt issueDong Aisheng2015-06-011-1/+1
* mmc: sdhci-esdhc-imx: merge the same register check into one placeDong Aisheng2015-06-011-7/+5Star
* mmc: sdhci-esdhc-imx: Do not break platform data boardsFabio Estevam2015-06-011-1/+35
* mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probeFabio Estevam2015-06-011-6/+2Star
* mmc: sdhci-imx: Constify platform_device_idKrzysztof Kozlowski2015-06-011-1/+1
* mmc: host: sdhci-esdhc-imx: fix broken email addressWolfram Sang2015-05-251-2/+2
* mmc: sdhci-esdhc-imx: Call mmc_of_parse()Fabio Estevam2015-04-091-32/+6Star
* mmc: sdhci-esdhc-imx: support voltage-range propertySascha Hauer2015-03-251-1/+5
* mmc: sdhci-esdhc-imx: silence a false curly braces warningDan Carpenter2015-03-231-1/+1
* mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe()Ulf Hansson2015-01-191-1/+1