]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: Fix asic3 based SD card resume after suspend
authorPaul Parsons <lost.distance@yahoo.com>
Tue, 9 Aug 2011 16:27:24 +0000 (16:27 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 6 Oct 2011 14:43:54 +0000 (16:43 +0200)
commitb800dc9c6bb1b8c5ab917fa1a4b5f57ab5cd0b9a
tree39e4909a28babd20b14b445692f33c972f3bfcc7
parentf2835500e8e6eb37f1b7591cf1e83e143f828b8c
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 <lost.distance@yahoo.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/asic3.c