commit | 06960a1b5d55d77d799050d2f62970d36d34a606 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Nov 08 20:39:10 2012 +0530 |
committer | Chris Ball <cjb@laptop.org> | Thu Dec 06 13:55:02 2012 -0500 |
tree | e763ff990deadc14c47a967213e7de1373bf5548 | |
parent | 257f9df12307cb0239196d9ec18e2af12c52435e [diff] |
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>