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 serie

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 imp

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.

[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 Cc: Deepak Chitriki Cc: Felipe Contreras Cc: Hirosh