mfd: wm8994: Don't use system PM operations
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 22 Mar 2013 11:40:22 +0000 (12:40 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 9 Apr 2013 08:21:51 +0000 (10:21 +0200)
commit6394678e6e563b196122e911daa911973f9cf7ab
treebe7c05100eae424f4a987c7c72e9848b5a09a711
parent7a93fb375437225ee89a15652a887547450f3d2a
mfd: wm8994: Don't use system PM operations

For realistic systems the power management is controlled entirely via
runtime PM - if the device is not runtime suspended then the suspend
will abort without doing anything as functionality such as accessory
detection or audio bypass will require the device to be enabled while
if the device is runtime suspended it is already in the lowest power
state. This means that system suspend is redundant and can be removed
which avoids issues with attempting to double disable the regulators.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm8994-core.c