Re: [PATCH v3 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-08-18 Thread Tomasz Figa
Hi Vikas, On 07.08.2014 13:59, Vikas Sajjan wrote: Refactoring the pm.c to avoid using soc_is_exynos checks, instead use the DT based lookup. While at it, consolidate the common code across SoCs and create a static helper functions. Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com

[PATCH v3 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-08-07 Thread Vikas Sajjan
Refactoring the pm.c to avoid using soc_is_exynos checks, instead use the DT based lookup. While at it, consolidate the common code across SoCs and create a static helper functions. Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- arch/arm/mach-exynos/pm.c | 168