Re: [PATCH V2 04/17] ARM: exynos: cpuidle: encapsulate register access inside a function

2014-04-04 Thread Bartlomiej Zolnierkiewicz
On Friday, April 04, 2014 03:42:56 PM Daniel Lezcano wrote: > That makes the code cleaner and encapsulted. The function will be reused in > the > next patch. > > Signed-off-by: Daniel Lezcano > Reviewed-by: Viresh Kumar Reviewed-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolni

[PATCH V2 04/17] ARM: exynos: cpuidle: encapsulate register access inside a function

2014-04-04 Thread Daniel Lezcano
That makes the code cleaner and encapsulted. The function will be reused in the next patch. Signed-off-by: Daniel Lezcano Reviewed-by: Viresh Kumar --- arch/arm/mach-exynos/pm.c | 65 - 1 file changed, 41 insertions(+), 24 deletions(-) diff --git a