]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / Domains: Add power off/on function for system core suspend stage
authorRafael J. Wysocki <rjw@sisk.pl>
Sun, 5 Aug 2012 23:39:57 +0000 (01:39 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Thu, 9 Aug 2012 09:10:35 +0000 (11:10 +0200)
commit7f13e6105a3d2eba409649d75e713519cae62753
tree936f57cbfc2e01381250b6df01002c7096b68793
parent7f7c5302d5c79cff22d9496fd0d667d069302d97
PM / Domains: Add power off/on function for system core suspend stage

Introduce function pm_genpd_syscore_switch() and two wrappers around
it, pm_genpd_syscore_poweroff() and pm_genpd_syscore_poweron(),
allowing the callers to let the generic PM domains framework know
that the given device is not necessary any more and its PM domain
can be turned off (the former) or that the given device will be
required immediately, so its PM domain has to be turned on (the
latter) during the system core (syscore) stage of system suspend
(or hibernation) and resume.

These functions will be used for handling devices registered as
clock sources and clock event devices that belong to PM domains.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/base/power/domain.c
include/linux/pm_domain.h
kernel/power/Kconfig