From: Paul Parsons Date: Tue, 9 Aug 2011 16:27:24 +0000 (+0000) Subject: mfd: Fix asic3 based SD card resume after suspend X-Git-Tag: v3.2-rc1~72^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c6e36537e40a41ddb0e27a80149cfd341a92d7d;p=pandora-kernel.git mfd: Fix asic3 based SD card resume after suspend The mfd/asic3 driver did not define the suspend/resume handlers for the mmc cell driver. Consequently the mmc driver did not resume properly after returning from suspend, making sd cards unusable and preventing suspend from being entered a second time. This patch adds the suspend/resume handlers, fixing the problem. Signed-off-by: Paul Parsons Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed