drivers: firmware: psci: notify regulators on system-suspend
authorHeiko Stuebner <heiko@sntech.de>
Wed, 16 Mar 2016 11:18:43 +0000 (12:18 +0100)
committerGerrit Code Review <gerrit@rock-chips.com>
Fri, 25 Mar 2016 02:14:39 +0000 (10:14 +0800)
commit84c243bed615f4a76e3f4f34e87e419e98f7a444
treee1c9ff95f31cadd30b49237016a896fef6ff45ec
parent374068a81a7d87eb6c50a91a84dc0c81cf1225a4
drivers: firmware: psci: notify regulators on system-suspend

On some systems regulators need to do special actions on suspend/resume.
These get set from the generic regulator_suspend_prepare and
regulator_suspend_finish functions so these should be called from the
psci suspend ops as well.

Change-Id: I6fbf7b39ceae936ed5bd9df6719ccd3cd360840f
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Shengfei xu <xsf@rock-chips.com>
drivers/firmware/psci.c