From: Chuanxiao Dong Date: Wed, 11 Apr 2012 11:54:38 +0000 (+0800) Subject: mmc: remove MMC bus legacy suspend/resume method X-Git-Tag: v3.4-rc4~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d317c60e56c2a34463b51fc0336cc96b3e1735;p=pandora-kernel.git mmc: remove MMC bus legacy suspend/resume method MMC bus is using legacy suspend/resume method, which is not compatible if runtime pm callbacks are used. In this scenario, MMC bus suspend/resume callbacks cannot be called when system entering S3. So change to use the new defined dev_pm_ops for system sleeping mode. Tested on AM335x Platform. Solves major issue/crash reported at http://www.mail-archive.com/linux-omap@vger.kernel.org/msg65425.html Signed-off-by: Chuanxiao Dong Tested-by: Hebbar, Gururaja Acked-by: Linus Walleij Acked-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed