Re: [PATCH 3/3 v2] OMAP3: remove OPP interfaces from OMAP PM layer

2010-11-04 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [101019 17:53]: static int __init omap2_common_pm_init(void) { omap2_init_processor_devices(); + + if (cpu_is_omap34xx() || cpu_is_omap44xx()) + omap_init_opp_table(); + omap_pm_if_init(); It's best to have separate init for each

[PATCH 3/3 v2] OMAP3: remove OPP interfaces from OMAP PM layer

2010-10-19 Thread Nishanth Menon
From: Kevin Hilman khil...@deeprootsystems.com With new OPP layer, OPP users will access OPP API directly instead of using OMAP PM layer, so remove all notions of OPPs from the OMAP PM layer. Signed-off-by: Nishanth Menon n...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com ---