Re: [PM-WIP-OPP][PATCH 4/4] omap3: srf: remove hardcoded opp dependency

2010-03-19 Thread Felipe Balbi
On Thu, Mar 18, 2010 at 07:44:51PM +0100, ext Nishanth Menon wrote: @@ -131,5 +133,16 @@ void __init omap3_pm_init_opp_table(void) r |= opp_init_list(OPP_L3, omap3_opp_def_list[1]); r |= opp_init_list(OPP_DSP, omap3_opp_def_list[2]); BUG_ON(r); + + /* First get the

Re: [PM-WIP-OPP][PATCH 4/4] omap3: srf: remove hardcoded opp dependency

2010-03-19 Thread Nishanth Menon
Felipe Balbi had written, on 03/19/2010 09:47 AM, the following: On Thu, Mar 18, 2010 at 07:44:51PM +0100, ext Nishanth Menon wrote: @@ -131,5 +133,16 @@ void __init omap3_pm_init_opp_table(void) r |= opp_init_list(OPP_L3, omap3_opp_def_list[1]); r |= opp_init_list(OPP_DSP,

[PM-WIP-OPP][PATCH 4/4] omap3: srf: remove hardcoded opp dependency

2010-03-18 Thread Nishanth Menon
referencing l3 threshold based on OPP ID is hardcoded for OMAP3430 This is wrong when we consider OMAP3630 and beyond. use the store and restore of data to handle this information Cc: Ambresh K ambr...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Eduardo Valentin eduardo.valen...@nokia.com Cc: