Re: [RFC PATCH 00/17] ARM: common idle infrastructure

2011-07-08 Thread Lorenzo Pieralisi
On Thu, Jul 07, 2011 at 06:15:30PM +0100, Russell King - ARM Linux wrote: > On Thu, Jul 07, 2011 at 04:50:13PM +0100, Lorenzo Pieralisi wrote: > > This patchset is a first attempt at providing a consolidation of idle > > code for the ARM processor architecture and a request for comment on > > the p

Re: [RFC PATCH 00/17] ARM: common idle infrastructure

2011-07-07 Thread Russell King - ARM Linux
On Thu, Jul 07, 2011 at 04:50:13PM +0100, Lorenzo Pieralisi wrote: > This patchset is a first attempt at providing a consolidation of idle > code for the ARM processor architecture and a request for comment on > the provided methodology. > It relies and it is based on kernel features such as suspen

[RFC PATCH 00/17] ARM: common idle infrastructure

2011-07-07 Thread Lorenzo Pieralisi
This patchset is a first attempt at providing a consolidation of idle code for the ARM processor architecture and a request for comment on the provided methodology. It relies and it is based on kernel features such as suspend/resume, pm notifiers and common code for cpu_reset(). It integrates late