Re: [PATCH 09/11] sdhci: Add set_clock callback

2009-02-08 Thread Pierre Ossman
On Fri, 6 Feb 2009 21:06:59 +0300 Anton Vorontsov wrote: > 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 > c

[PATCH 09/11] sdhci: Add set_clock callback

2009-02-06 Thread Anton Vorontsov
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 t