[PATCH V2 2/2] mmc: sdhci-spear: Add clk_{un}prepare() support

2012-09-28 Thread Viresh Kumar
clk_{un}prepare is mandatory for platforms using common clock framework. Since this driver is used by SPEAr platform, which supports common clock framework, add clk_{un}prepare() support for it. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- drivers/mmc/host/sdhci-spear.c | 10

Re: [PATCH V2 2/2] mmc: sdhci-spear: Add clk_{un}prepare() support

2012-09-28 Thread Chris Ball
Hi, On Fri, Sep 28 2012, Viresh Kumar wrote: clk_{un}prepare is mandatory for platforms using common clock framework. Since this driver is used by SPEAr platform, which supports common clock framework, add clk_{un}prepare() support for it. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org