mfd: arizona: Disable interrupts during suspend
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 10 Apr 2013 11:40:26 +0000 (12:40 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 17 May 2013 15:47:29 +0000 (16:47 +0100)
commit67c992969172473e129984a51ceb77950a2aa16c
tree4ab7c73734a5fc7dad6dab5c8fed9ad823195257
parent1d017b6b36675574ec8a6f7dbcd3fd3bec2dc03f
mfd: arizona: Disable interrupts during suspend

We aren't able to handle interrupts after the device has suspended since
we need to runtime resume it in order to do so but the controller may not
be available any more. Handle this in the same way as we handle a similar
issue on resume.

Reported-by: Chuansheng Liu <chuansheng.liu@intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/mfd/arizona-core.c