Re: [PATCH 12/12] OMAP3 OPP: move CPUFreq table init code to OPP layer

2009-12-19 Thread Menon, Nishanth
Paul Walmsley said the following on 12/18/2009 06:17 AM: Move omap2_clk_init_cpufreq_table() to opp_init_cpufreq_table() in opp.c where it now belongs. OMAP2 still needs to be converted to use the OPP layer, so it is using the old code. Neat.. thanks.. helps Omap4 too I can see.. Acked-by:

[PATCH 12/12] OMAP3 OPP: move CPUFreq table init code to OPP layer

2009-12-17 Thread Paul Walmsley
Move omap2_clk_init_cpufreq_table() to opp_init_cpufreq_table() in opp.c where it now belongs. OMAP2 still needs to be converted to use the OPP layer, so it is using the old code. --- arch/arm/mach-omap2/clock34xx.c | 55 + arch/arm/plat-omap/cpu-omap.c