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?
> +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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html