]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: correct the maximum timeout when enable CMDQ
authorBOUGH CHEN <haibo.chen@nxp.com>
Mon, 7 Jan 2019 10:11:36 +0000 (10:11 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Feb 2019 07:40:58 +0000 (08:40 +0100)
commit4d9cd73e9838b908f50a72fa078c6c5bacea72b6
tree488d1268b7eeaf8d68f980ea973008d3a7ab8c0a
parent5a7045fd33af8f9ef7da559928df95c2a26a6de6
mmc: sdhci: correct the maximum timeout when enable CMDQ

Change to use sdhci_set_timeout() to set the maximum timeout, so that
the host can use it's own set_timeout() callback to set the maximum
timeout if the host has.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c