Re: [PM-WIP_CPUFREQ][PATCH 4/6 v2] OMAP2: cpufreq: use clk_init_cpufreq_table if OPPs not available

2011-05-25 Thread Menon, Nishanth
On Tue, May 24, 2011 at 17:01, Kevin Hilman wrote: > "Menon, Nishanth" writes: > >> On Thu, May 19, 2011 at 08:12, Kevin Hilman wrote: >>> Nishanth Menon writes: >>> OMAP2 does not use OPP tables at the moment for DVFS. Currently, we depend on opp table initialization to give us the f

Re: [PM-WIP_CPUFREQ][PATCH 4/6 v2] OMAP2: cpufreq: use clk_init_cpufreq_table if OPPs not available

2011-05-24 Thread Kevin Hilman
"Menon, Nishanth" writes: > On Thu, May 19, 2011 at 08:12, Kevin Hilman wrote: >> Nishanth Menon writes: >> >>> OMAP2 does not use OPP tables at the moment for DVFS. Currently, >>> we depend on opp table initialization to give us the freq_table, >>> which makes sense for OMAP3+. for OMAP2, we s

Re: [PM-WIP_CPUFREQ][PATCH 4/6 v2] OMAP2: cpufreq: use clk_init_cpufreq_table if OPPs not available

2011-05-19 Thread Menon, Nishanth
On Thu, May 19, 2011 at 08:12, Kevin Hilman wrote: > Nishanth Menon writes: > >> OMAP2 does not use OPP tables at the moment for DVFS. Currently, >> we depend on opp table initialization to give us the freq_table, >> which makes sense for OMAP3+. for OMAP2, we should be using >> clk_init_cpufreq_

Re: [PM-WIP_CPUFREQ][PATCH 4/6 v2] OMAP2: cpufreq: use clk_init_cpufreq_table if OPPs not available

2011-05-19 Thread Kevin Hilman
Nishanth Menon writes: > OMAP2 does not use OPP tables at the moment for DVFS. Currently, > we depend on opp table initialization to give us the freq_table, > which makes sense for OMAP3+. for OMAP2, we should be using > clk_init_cpufreq_table - so if the opp based frequency table > initilization

[PM-WIP_CPUFREQ][PATCH 4/6 v2] OMAP2: cpufreq: use clk_init_cpufreq_table if OPPs not available

2011-05-18 Thread Nishanth Menon
OMAP2 does not use OPP tables at the moment for DVFS. Currently, we depend on opp table initialization to give us the freq_table, which makes sense for OMAP3+. for OMAP2, we should be using clk_init_cpufreq_table - so if the opp based frequency table initilization fails, fall back to clk_init_cpufr