From: Anton Vorontsov Date: Mon, 16 Mar 2009 21:13:59 +0000 (+0300) Subject: sdhci: Add set_clock callback and a quirk for nonstandard clocks X-Git-Tag: v2.6.30-rc1~209^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8114634ccb54d67a8c01e5825d95bff4e7f7b357;p=pandora-kernel.git sdhci: Add set_clock callback and a quirk for nonstandard clocks FSL eSDHC hosts have incompatible register map to manage the SDCLK. This patch adds set_clock callback so that drivers could overwrite set_clock behaviour. Similar patch[1] was posted by Ben Dooks, though in Ben's version the callback is named change_clock, plus the patch has some unrelated bits that makes the patch difficult to reuse. [1] http://lkml.org/lkml/2008/12/2/160 Signed-off-by: Anton Vorontsov Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed