Re: [PATCH v7 1/9] cpuidle: Add common time keeping and irq enabling

2012-03-01 Thread Rob Lee
Hello Deepthi, On Wed, Feb 29, 2012 at 10:15 PM, Deepthi Dharwar wrote: > Hi Rob, > > On 03/01/2012 06:12 AM, Robert Lee wrote: > >> Make necessary changes to implement time keeping and irq enabling >> in the core cpuidle code.  This will allow the removal of these >> functionalities from various

Re: [PATCH v7 1/9] cpuidle: Add common time keeping and irq enabling

2012-03-01 Thread Deepthi Dharwar
Hi Rob, On 03/01/2012 06:12 AM, Robert Lee wrote: > Make necessary changes to implement time keeping and irq enabling > in the core cpuidle code. This will allow the removal of these > functionalities from various platform cpuidle implementations whose > timekeeping and irq enabling follows the

[PATCH v7 1/9] cpuidle: Add common time keeping and irq enabling

2012-03-01 Thread Robert Lee
Make necessary changes to implement time keeping and irq enabling in the core cpuidle code. This will allow the removal of these functionalities from various platform cpuidle implementations whose timekeeping and irq enabling follows the form in this common code. Signed-off-by: Robert Lee --- a