> From: Felipe Contreras [mailto:felipe.contre...@nokia.com] > Sent: Tuesday, February 02, 2010 3:01 PM
> > On Tue, Feb 02, 2010 at 08:17:25AM +0100, Nishanth Menon wrote: > > Current DSPBridge uses hardcoded logic which is not scalable > > across OMAP3 silicons. introduce a structure based implementation > > this allows for dsp frequency table indices to be generated runtime > > instead of being compile time. > > You forgot to mention the impact of this patch: DVFS is effectively > disabled until the next patch is applied. Right? That is the reason why it is a patch series 2/2 is the last of the series ;) I don't mind merging it as part of this patch though.. > > > +static int get_opp_table(struct dspbridge_platform_data *pdata) > > +{ > > +#ifdef CONFIG_BRIDGE_DVFS > > + /* Do nothing now - fill based on PM implementation */ > > +#endif > > + return 0; > > +} > > -- > Felipe Contreras Regards, Nishanth Menon -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html