On Sat, Jul 9, 2011 at 3:15 AM, Russell King - ARM Linux linux@arm.linux.org.uk wrote:
On Thu, Jul 07, 2011 at 04:50:15PM +0100, Lorenzo Pieralisi wrote:
During some CPU power modes entered during idle, hotplug and suspend, peripherals located in the CPU power domain, such as the GIC 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.
I defer comment on this until I see what the CPU_COMPLEX_* stuff is used for.
Per previous discussions on this patch, CPU_COMPLEX_* will be renamed CPU_CLUSTER_*, and will refer to all the gunk around the CPU that may be shared by another CPU. In this series, it is only used to save and restore the GIC distributor registers, but it could be used for L2 as well, if any platforms can agree on what needs to happen to the L2, and when.