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>
Mon, 3 Sep 2012 23:36:01 +0000 (01:36 +0200)
commit77f827de07432a74821cf0f831d699544b2d474f
treec7abd8f50c25b43ff32ba5a4200cf5e4fcd31f89
parent802d8b49a7705298b62ac35a59b867f1288caaf3
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
This page took 0.028461 seconds and 5 git commands to generate.