]> git.baikalelectronics.ru Git - kernel.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>
Sun, 24 Feb 2013 19:37:00 +0000 (14:37 -0500)
commitd06e12a6c9babd30b337b79144c6e6a58c05125b
tree111c13cd2340a2199ebd367c83cbeb357d65da03
parent7514cb94e4eb6ae49fccb76de54a16ce5cab7963
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