]> git.karo-electronics.de Git - karo-tx-linux.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>
Tue, 4 Dec 2012 18:43:06 +0000 (13:43 -0500)
commit3059b5dc44bfab368fbfcb9fd19e36c2cceb2aad
tree9bdb148a7f7cb4b9fc8ecaf7803d356866976a37
parent47de7a93544fabc213421c09958c906a1c630be1
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