From: Lars-Peter Clausen Date: Mon, 28 Jan 2013 18:27:12 +0000 (+0100) Subject: mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clock X-Git-Tag: v3.9-rc1~78^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d005d94359a8df84ea6e5ac137393707f9e87e81;p=pandora-kernel.git mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clock Quite a few drivers have a implementation of the get_timeout_clock callback which simply returns the result of clk_get_rate on the device's clock. This patch adds a common implementation of this to the sdhci-pltfm module and replaces all custom implementations with the common one. Signed-off-by: Lars-Peter Clausen Tested-by: Stephen Warren Acked-by: Shawn Guo Tested-by: Kevin Liu Signed-off-by: Chris Ball --- Reading git-diff-tree failed