From: Ulf Hansson Date: Mon, 10 Jun 2013 15:03:38 +0000 (+0200) Subject: mmc: core: Push common suspend|resume code into each bus_ops X-Git-Tag: v3.11-rc1~50^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74590263384e5d4601de7f0ee2790477578829ea;p=pandora-kernel.git mmc: core: Push common suspend|resume code into each bus_ops By moving code from the mmc_suspend|resume_host down into each .suspend|resume bus_ops callback, we get a more flexible solution. Some nice side effects are that we get a better understanding of each bus_ops suspend|resume sequence and the common code don't have to take care of specific corner cases, especially for the SDIO case. Signed-off-by: Ulf Hansson Tested-by: Jaehoon Chung Signed-off-by: Chris Ball --- Reading git-diff-tree failed