[PATCH 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 daniel.lezc...@linaro.org --- arch/arm/mach-exynos/pm.c | 65 - 1 file changed, 41 insertions(+), 24 deletions(-) diff --git

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

2014-04-04 Thread Viresh Kumar
On 4 April 2014 13:17, Daniel Lezcano daniel.lezc...@linaro.org wrote: That makes the code cleaner and encapsulted. The function will be reused in the next patch. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- arch/arm/mach-exynos/pm.c | 65