From: Ulf Hansson Date: Thu, 2 May 2013 12:02:36 +0000 (+0200) Subject: mmc: core: Stop bkops for eMMC only from mmc suspend X-Git-Tag: v3.11-rc1~50^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b9431b0f371294dd2d1a492cf77f2f17390a1f;p=pandora-kernel.git mmc: core: Stop bkops for eMMC only from mmc suspend Move mmc suspend specific operations to be executed from the .suspend callback in the mmc bus_ops. This simplifies the mmc_suspend_host function which is supposed to handle nothing but common suspend tasks. Since eMMC can be considered non-removable there are no need to check for ongoing bkops at PM_SUSPEND_PREPARE notification so remove it. Signed-off-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed