Re: [PATCH V2 08/17] ARM: exynos: cpuidle: Move scu_enable in the cpu_pm notifier

2014-04-04 Thread Bartlomiej Zolnierkiewicz
On Friday, April 04, 2014 03:43:00 PM Daniel Lezcano wrote: > We make the cpuidle code less arch dependent. > > Signed-off-by: Daniel Lezcano > Reviewed-by: Viresh Kumar Reviewed-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Elec

[PATCH V2 08/17] ARM: exynos: cpuidle: Move scu_enable in the cpu_pm notifier

2014-04-04 Thread Daniel Lezcano
We make the cpuidle code less arch dependent. Signed-off-by: Daniel Lezcano Reviewed-by: Viresh Kumar --- arch/arm/mach-exynos/cpuidle.c |6 -- arch/arm/mach-exynos/pm.c |4 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-exynos/cpuidle.c b/arc