]> rtime.felk.cvut.cz Git - linux-imx.git/commit
mmc: sdhci-spear: Don't call clk_{un}prepare() in suspend/resume
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 8 Nov 2012 15:09:10 +0000 (20:39 +0530)
committerChris Ball <cjb@laptop.org>
Thu, 6 Dec 2012 18:55:02 +0000 (13:55 -0500)
commit06960a1b5d55d77d799050d2f62970d36d34a606
treee763ff990deadc14c47a967213e7de1373bf5548
parent257f9df12307cb0239196d9ec18e2af12c52435e
mmc: sdhci-spear: Don't call clk_{un}prepare() in suspend/resume

clk_{un}prepare is mandatory for platforms using common clock
framework. Because for SPEAr we don't do anything in clk_{un}prepare()
calls, just call them once in probe/remove.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-spear.c