Re: [PATCH 02/17] ARM: Add cpu power management notifiers

2011-07-09 Thread Colin Cross
On Sat, Jul 9, 2011 at 3:15 AM, Russell King - ARM Linux 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 d

Re: [PATCH 02/17] ARM: Add cpu power management notifiers

2011-07-09 Thread Russell King - ARM Linux
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

Re: [PATCH 02/17] ARM: Add cpu power management notifiers

2011-07-07 Thread Santosh Shilimkar
On 7/7/2011 8:50 AM, Lorenzo Pieralisi wrote: From: Colin Cross 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 n

[PATCH 02/17] ARM: Add cpu power management notifiers

2011-07-07 Thread Lorenzo Pieralisi
From: Colin Cross 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. Si