Re: [PATCH 1/2 v2] DSPBRIDGE: remove dependency of mpu freq

2010-02-02 Thread Felipe Contreras
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

RE: [PATCH 1/2 v2] DSPBRIDGE: remove dependency of mpu freq

2010-02-02 Thread Menon, Nishanth
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

Re: [PATCH 1/2 v2] DSPBRIDGE: remove dependency of mpu freq

2010-02-02 Thread Felipe Contreras
On Tue, Feb 02, 2010 at 02:41:51PM +0100, Nishanth Menon wrote: From: Felipe Contreras [mailto:felipe.contre...@nokia.com] 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

[PATCH 1/2 v2] DSPBRIDGE: remove dependency of mpu freq

2010-02-01 Thread Nishanth Menon
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. Cc: Ameya Palande ameya.pala...@nokia.com Cc: Deepak Chitriki