Re: [PATCH v2 08/18] ARM: OMAP5: PM: Add CPU power off in hotplug path

2013-04-05 Thread Santosh Shilimkar
On Thursday 04 April 2013 11:01 PM, Kevin Hilman wrote: Santosh Shilimkar santosh.shilim...@ti.com writes: On Thursday 04 April 2013 02:19 AM, Kevin Hilman wrote: Santosh Shilimkar santosh.shilim...@ti.com writes: Add power management code to handle the CPU off mode to enable CPUP hotplug

Re: [PATCH v2 08/18] ARM: OMAP5: PM: Add CPU power off in hotplug path

2013-04-04 Thread Santosh Shilimkar
On Thursday 04 April 2013 02:19 AM, Kevin Hilman wrote: Santosh Shilimkar santosh.shilim...@ti.com writes: Add power management code to handle the CPU off mode to enable CPUP hotplug mode for OMAP5 devices. Separate suspend finisher is used for OMAP5(Cortex-A15) because it doesn't use SCU

Re: [PATCH v2 08/18] ARM: OMAP5: PM: Add CPU power off in hotplug path

2013-04-04 Thread Kevin Hilman
Santosh Shilimkar santosh.shilim...@ti.com writes: On Thursday 04 April 2013 02:19 AM, Kevin Hilman wrote: Santosh Shilimkar santosh.shilim...@ti.com writes: Add power management code to handle the CPU off mode to enable CPUP hotplug mode for OMAP5 devices. Separate suspend finisher is used

Re: [PATCH v2 08/18] ARM: OMAP5: PM: Add CPU power off in hotplug path

2013-04-03 Thread Kevin Hilman
Santosh Shilimkar santosh.shilim...@ti.com writes: Add power management code to handle the CPU off mode to enable CPUP hotplug mode for OMAP5 devices. Separate suspend finisher is used for OMAP5(Cortex-A15) because it doesn't use SCU power status register and external PL310 L2 cache which

[PATCH v2 08/18] ARM: OMAP5: PM: Add CPU power off in hotplug path

2013-03-25 Thread Santosh Shilimkar
Add power management code to handle the CPU off mode to enable CPUP hotplug mode for OMAP5 devices. Separate suspend finisher is used for OMAP5(Cortex-A15) because it doesn't use SCU power status register and external PL310 L2 cache which makes code flow bit different. Acked-by: Nishanth Menon