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>
Mon, 24 Oct 2011 12:09:09 +0000 (14:09 +0200)
commit3c6e36537e40a41ddb0e27a80149cfd341a92d7d
tree6dc56171413dfca14dd533f29924c0585d69b63d
parent1693673fc003d3d5f80ae34b21e0480a1d8a36e3
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