From: Aisheng Dong Date: Wed, 27 Aug 2014 07:26:32 +0000 (+0800) Subject: mmc: sdhci: move timeout_clk dynamically calculation code into common code X-Git-Tag: fixes-against-v3.18-rc2~127^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d6f5ffc5c469e66bfe0a7d8120d29d4c3c07c9;p=pandora-kernel.git 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 Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed