]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: core: move the cache disabling operation to mmc_suspend
authorMaya Erez <merez@codeaurora.org>
Mon, 28 Jan 2013 21:44:22 +0000 (16:44 -0500)
committerChris Ball <cjb@laptop.org>
Mon, 11 Feb 2013 18:29:04 +0000 (13:29 -0500)
commit332a2f2d3e295518053c7c13eda79d426416a1be
tree111c13cd2340a2199ebd367c83cbeb357d65da03
parent52c2b3e1bd59cb29895f53469caf3594cabe68a4
mmc: core: move the cache disabling operation to mmc_suspend

Cache control is an eMMC feature and in therefore should be
part of MMC's bus resume operations, performed in mmc_suspend,
rather than in the generic mmc_suspend_host().

Signed-off-by: Maya Erez <merez@codeaurora.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/core.c
drivers/mmc/core/mmc.c