Re: [PATCH V12 1/3] ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files

2014-01-19 Thread Leela Krishna Amudala
On 1/10/14, Wim Van Sebroeck w...@iguana.be wrote: Hi Leela, This patch adds pmusysreg node to exynos5250 and exynos5420 dtsi files to handle PMU register accesses in a centralized way using syscon driver Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Reviewed-by: Tomasz Figa

Re: [PATCH V12 3/3] ARM: dts: update watchdog device nodes for Exynos5250 and Exynos5420

2014-01-19 Thread Leela Krishna Amudala
On 12/7/13, Guenter Roeck li...@roeck-us.net wrote: On Fri, Dec 06, 2013 at 11:17:48AM +0530, Leela Krishna Amudala wrote: In Exynos5 series SoCs, PMU has registers to enable/disable mask/unmask watchdog timer which is not the case with s3c series SoCs so, there is a need to have different

Re: [PATCH v2 4/7] ARM: dts: Exynos: add cpu nodes, opp and cpu clock frequency table

2014-01-19 Thread Lukasz Majewski
Hi Thomas, From: Thomas Abraham thomas...@samsung.com For all Exynos based platforms, add CPU nodes, operating points and cpu clock frequency table for migrating from Exynos specific cpufreq driver to using generic cpufreq-cpu0 driver. Signed-off-by: Thomas Abraham thomas...@samsung.com

Re: [PATCH v2 6/7] ARM: Exynos: switch to using generic cpufreq-cpu0 driver

2014-01-19 Thread Lukasz Majewski
Hi Thomas, From: Thomas Abraham thomas...@samsung.com Remove the platform device instantiation for Exynos specific cpufreq driver and add the platform device for cpufreq-cpu0 driver. Cc: Kukjin Kim kgene@samsung.com Signed-off-by: Thomas Abraham thomas...@samsung.com ---