From: Ulf Hansson Date: Thu, 23 Jan 2014 00:11:33 +0000 (+0100) Subject: mmc: mmci: Put the device into low power state at system suspend X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~50^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3737fa388388bc864bc63b1c70e3679fe839a52;p=pandora-kernel.git mmc: mmci: Put the device into low power state at system suspend For CONFIG_PM_SLEEP, the device were always left in full power state after system suspend. We solely relied on a power domain to put it into low power state, which is an unreasonable requirement to put on SOCs to implement. Especially for those SOCs not supporting power domains at all. Use pm_runtime_force_suspend|resume() as the system suspend callbacks, to resolve the issue. Cc: Russell King Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed