]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VAL
authorDong Aisheng <aisheng.dong@nxp.com>
Tue, 12 Jul 2016 07:46:11 +0000 (15:46 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:52 +0000 (10:34 +0200)
commit17344bcded921b69959fa24ecf8ef4cdf62b3148
treee9e4c7a20a28c3466792007102023e1539984e5f
parentfe4bf4d53eb7bfe7274825fafe7fb2b0083b4600
mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VAL

The driver has already implemented the private .set_timeout()
callback for common SDHCI code to do correct timeout value setting,
it does not need call sdhci_calc_timeout(), so this quirk actually
is not working. Remove it now.

Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-esdhc-imx.c