From: Mark Brown Date: Fri, 22 Mar 2013 11:40:22 +0000 (+0100) Subject: mfd: wm8994: Don't use system PM operations X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6394678e6e563b196122e911daa911973f9cf7ab;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed