commit | 03d6f5ffc5c469e66bfe0a7d8120d29d4c3c07c9 | [log] [tgz] |
---|---|---|
author | Aisheng Dong <b29396@freescale.com> | Wed Aug 27 15:26:32 2014 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue Sep 09 13:59:22 2014 +0200 |
tree | 7213a64a355870428050a43a12c6e372fc80df59 | |
parent | 28aab053396125c8e191537ec2b9781ec0174b04 [diff] |
mmc: sdhci: move timeout_clk dynamically calculation code into common code The timeout_clk calculation code for SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK case is common and could be moved into common sdhci_do_set_ios, then platform code which is not using sdhci_set_clock does not need to write the same code again. Signed-off-by: Dong Aisheng <b29396@freescale.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>