]> 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>
Wed, 21 Sep 2011 10:47:37 +0000 (12:47 +0200)
commitba74c40362084beca77450cbc9d8600617503c05
treeaa8db5cb87f944c9b81b475ce94ae81f5e8dee8a
parentbb8192b133114b276617484c2d66c3c52b839f94
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