Re: [PATCH V2 8/8] cpufreq: OMAP: donot allow to be used with device tree

2013-03-27 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: We now use Soc generic cpufreq-cpu0 driver using DT entries. However to allow cpufreq-cpu0 and omap-cpufreq drivers to co-exist, we need to ensure the following using the same image: 1. With device tree boot, we use cpufreq-cpu0 2. With non device tree

Re: [PATCH V2 8/8] cpufreq: OMAP: donot allow to be used with device tree

2013-03-27 Thread Nishanth Menon
On 11:39-20130327, Kevin Hilman wrote: Nishanth Menon n...@ti.com writes: #include linux/module.h @@ -174,6 +175,19 @@ static inline void freq_table_free(void) static int __cpuinit omap_cpu_init(struct cpufreq_policy *policy) { int result = 0; + struct device_node *np; +

Re: [PATCH V2 8/8] cpufreq: OMAP: donot allow to be used with device tree

2013-03-20 Thread Santosh Shilimkar
On Tuesday 19 March 2013 11:23 PM, Nishanth Menon wrote: We now use Soc generic cpufreq-cpu0 driver using DT entries. However to allow cpufreq-cpu0 and omap-cpufreq drivers to co-exist, we need to ensure the following using the same image: 1. With device tree boot, we use cpufreq-cpu0 2. With

[PATCH V2 8/8] cpufreq: OMAP: donot allow to be used with device tree

2013-03-19 Thread Nishanth Menon
We now use Soc generic cpufreq-cpu0 driver using DT entries. However to allow cpufreq-cpu0 and omap-cpufreq drivers to co-exist, we need to ensure the following using the same image: 1. With device tree boot, we use cpufreq-cpu0 2. With non device tree boot, we use omap-cpufreq In the case of