From: Thomas Abraham Date: Thu, 16 Feb 2012 13:23:58 +0000 (+0900) Subject: mmc: sdhci-s3c: Remove usage of clk_type member in platform data X-Git-Tag: v3.4-rc2~9^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3119936a289db88cf749143fa5ef6b4a4712e3c0;p=pandora-kernel.git mmc: sdhci-s3c: Remove usage of clk_type member in platform data SDHCI controllers on Exynos4 do not include the sdclk divider as per the sdhci controller specification. This case can be represented using the sdhci quirk SDHCI_QUIRK_NONSTANDARD_CLOCK instead of using an additional enum type definition 'clk_types'. Hence, usage of clk_type member in platform data is removed and the sdhci quirk is used. In addition to that, since this qurik is SoC specific, driver data is introduced to represent controllers on SoC's that require this quirk. Cc: Ben Dooks Cc: Jeongbae Seo Signed-off-by: Thomas Abraham Signed-off-by: Kukjin Kim Signed-off-by: Chris Ball --- Reading git-diff-tree failed