From: Anton Vorontsov Date: Wed, 26 May 2010 21:41:53 +0000 (-0700) Subject: sdhci: implement CAP_CLOCK_BASE_BROKEN quirk X-Git-Tag: v2.6.35-rc1~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f27f47ef5b67106ff1cdeebf061387a7b30c12bc;p=pandora-kernel.git sdhci: implement CAP_CLOCK_BASE_BROKEN quirk Some hosts (e.g. as found in CNS3xxx SOCs) report wrong value in CLOCK_BASE capability field, and currently there is no way to force the SDHCI core to use the platform-provided base clock value. This patch implements CAP_CLOCK_BASE_BROKEN quirk. When enabled, the SDHCI core will always use base clock frequency provided by the platform. Signed-off-by: Anton Vorontsov Cc: Richard Röjfors Cc: David Vrabel Cc: Pierre Ossman Cc: Ben Dooks Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed