From: Viresh Kumar Date: Thu, 8 Nov 2012 15:09:10 +0000 (+0530) Subject: mmc: sdhci-spear: Don't call clk_{un}prepare() in suspend/resume X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~96^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06960a1b5d55d77d799050d2f62970d36d34a606;p=pandora-kernel.git 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 Signed-off-by: Chris Ball --- Reading git-diff-tree failed