]> git.baikalelectronics.ru Git - kernel.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)
commitc44265742b3e615ba328bf0f88b80e69d3a3ddaf
treee763ff990deadc14c47a967213e7de1373bf5548
parent9a2a2b17ad96fdca5625c57664b7edd7b6b08668
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