Re: [PATCH 4/5][RFC] cpuidle : use per cpuidle device cpu states

2012-07-26 Thread Shilimkar, Santosh
On Wed, Jul 25, 2012 at 12:46 PM, Daniel Lezcano wrote: > We have the cpuidle states pointer stored in the cpuidle device > structure. This patch use this pointer instead of the driver's one. > > Signed-off-by: Daniel Lezcano > --- Sorry for another comment on change log. Would be give a referenc

[PATCH 4/5][RFC] cpuidle : use per cpuidle device cpu states

2012-07-25 Thread Daniel Lezcano
We have the cpuidle states pointer stored in the cpuidle device structure. This patch use this pointer instead of the driver's one. Signed-off-by: Daniel Lezcano --- drivers/cpuidle/cpuidle.c |6 +++--- drivers/cpuidle/governors/ladder.c | 18 +- drivers/cpuidle/go