Re: [RFC] [PATCH 2/2] DSPBRIDGE: pm: use pm-wip-opp APIs for opp list

2010-01-21 Thread Nishanth Menon
Dasgupta, Romit had written, on 01/21/2010 01:58 AM, the following: Menon, Nishanth wrote: Use the PM-WIP-OPP branch apis for generating the opp list for DSP. This allows for scaling accross 3430,3440,3450 and 3630 series. @@ -42,7 +56,90 @@ static struct dspbridge_platform_data dspbridge_pdata

Re: [RFC] [PATCH 2/2] DSPBRIDGE: pm: use pm-wip-opp APIs for opp list

2010-01-20 Thread Romit Dasgupta
Menon, Nishanth wrote: > Use the PM-WIP-OPP branch apis for generating the opp list for DSP. > This allows for scaling accross 3430,3440,3450 and 3630 series. > > @@ -42,7 +56,90 @@ static struct dspbridge_platform_data dspbridge_pdata > __initdata = { > static int get_opp_table(struct dspbridge

[RFC] [PATCH 2/2] DSPBRIDGE: pm: use pm-wip-opp APIs for opp list

2010-01-20 Thread Nishanth Menon
Use the PM-WIP-OPP branch apis for generating the opp list for DSP. This allows for scaling accross 3430,3440,3450 and 3630 series. Caveat: does not handle dynamic addition of opp after the bridgedriver is inserted - this can be done once the framework for the same is made available Cc: Ameya Pal