Re: [RFC PATCH 17/17] ARM: kernel: save/restore build infrastructure

2011-07-27 Thread Lorenzo Pieralisi
On Tue, Jul 26, 2011 at 01:14:26PM +0100, Amit Kachhap wrote: > On 7 July 2011 21:20, Lorenzo Pieralisi wrote: > > This patch adds the required Kconfig and Makefile entries to > > enable and compile common idle code for ARM kernel. > > > > Common idle code depends on CPU_PM platform notifiers to t

Re: [RFC PATCH 17/17] ARM: kernel: save/restore build infrastructure

2011-07-26 Thread Amit Kachhap
On 7 July 2011 21:20, Lorenzo Pieralisi wrote: > This patch adds the required Kconfig and Makefile entries to > enable and compile common idle code for ARM kernel. > > Common idle code depends on CPU_PM platform notifiers to trigger > save/restore of kernel subsystems like PMU, VFP, GIC. > > Signe

Re: [RFC PATCH 17/17] ARM: kernel: save/restore build infrastructure

2011-07-08 Thread Lorenzo Pieralisi
On Fri, Jul 08, 2011 at 03:29:10AM +0100, Santosh Shilimkar wrote: > On 7/7/2011 8:50 AM, Lorenzo Pieralisi wrote: > > This patch adds the required Kconfig and Makefile entries to > > enable and compile common idle code for ARM kernel. > > > > Common idle code depends on CPU_PM platform notifiers t

Re: [RFC PATCH 17/17] ARM: kernel: save/restore build infrastructure

2011-07-07 Thread Santosh Shilimkar
On 7/7/2011 8:50 AM, Lorenzo Pieralisi wrote: This patch adds the required Kconfig and Makefile entries to enable and compile common idle code for ARM kernel. Common idle code depends on CPU_PM platform notifiers to trigger save/restore of kernel subsystems like PMU, VFP, GIC. Signed-off-by: Lo

[RFC PATCH 17/17] ARM: kernel: save/restore build infrastructure

2011-07-07 Thread Lorenzo Pieralisi
This patch adds the required Kconfig and Makefile entries to enable and compile common idle code for ARM kernel. Common idle code depends on CPU_PM platform notifiers to trigger save/restore of kernel subsystems like PMU, VFP, GIC. Signed-off-by: Lorenzo Pieralisi --- arch/arm/Kconfig |