Re: [PATCH 5/6] arm: exynos4-dt: statically add platform device for cpufreq-cpu0 platform driver

2014-01-12 Thread Shawn Guo
On Thu, Jan 09, 2014 at 09:29:24PM +0530, Thomas Abraham wrote: > +static struct platform_device cpufreq_device = { > + .name = "cpufreq-cpu0", > + .id = -1, > +}; > + > static void __init exynos4_dt_machine_init(void) > { > exynos_cpuidle_init(); > exyno

Re: [PATCH 5/6] arm: exynos4-dt: statically add platform device for cpufreq-cpu0 platform driver

2014-01-10 Thread Lukasz Majewski
Hi Thomas, > In order to use the cpufreq-cpu0 driver on Exynos4 based platforms, > statically add the platform device for cpufreq-cpu0 platform driver. > > Signed-off-by: Thomas Abraham > --- > arch/arm/mach-exynos/mach-exynos4-dt.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions

[PATCH 5/6] arm: exynos4-dt: statically add platform device for cpufreq-cpu0 platform driver

2014-01-09 Thread Thomas Abraham
In order to use the cpufreq-cpu0 driver on Exynos4 based platforms, statically add the platform device for cpufreq-cpu0 platform driver. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/mach-exynos4-dt.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm