summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/cpu_pm.h
AgeCommit message (Collapse)Author
2011-11-30ARM: Add cpu power management notifiersColin Cross
During some CPU power modes entered during idle, hotplug and suspend, peripherals located in the CPU power domain, such as the GIC, localtimers, and VFP, may be powered down. Add a notifier chain that allows drivers for those peripherals to be notified before and after they may be reset. Signed-off-by: Colin Cross <ccross@android.com>