Re: [PATCH V2 11/17] ARM: exynos: cpuidle: Move the power sequence call in the cpu_pm notifier

2014-04-04 Thread Bartlomiej Zolnierkiewicz
On Friday, April 04, 2014 03:43:03 PM Daniel Lezcano wrote: > The code to initiate and exit the powerdown sequence is the same in pm.c and > cpuidle.c. > > Let's split the common part in the pm.c and reuse it from the cpu_pm notifier. > > That is one more step forward to make the cpuidle driver a

[PATCH V2 11/17] ARM: exynos: cpuidle: Move the power sequence call in the cpu_pm notifier

2014-04-04 Thread Daniel Lezcano
The code to initiate and exit the powerdown sequence is the same in pm.c and cpuidle.c. Let's split the common part in the pm.c and reuse it from the cpu_pm notifier. That is one more step forward to make the cpuidle driver arch indenpendant. Signed-off-by: Daniel Lezcano Reviewed-by: Viresh Ku