RE: [RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-10 Thread Premi, Sanjeev
-Original Message- From: Nishanth Menon [mailto:n...@ti.com] Sent: Saturday, January 08, 2011 8:26 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [RFC] omap3: Enable SmartReflex calculations for 720MHz Premi, Sanjeev wrote, on 01/08/2011 06:29 AM: [snip

RE: [RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-08 Thread Premi, Sanjeev
___ From: Koen Kooi [k...@dominion.thruhere.net] Sent: Saturday, January 08, 2011 3:42 AM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [RFC] omap3: Enable SmartReflex calculations for 720MHz Op 7 jan 2011, om 18:26 heeft Sanjeev Premi het

Re: [RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-08 Thread Koen Kooi
Op 7 jan 2011, om 18:26 heeft Sanjeev Premi het volgende geschreven: The eFuse registers do not contain the nValue to be used with 720MHz (OPP6). This patch implements procedure to calculate the nValue(OPP6) based on the nValue(OPP5). [..] --- a/arch/arm/mach-omap2/voltage.c +++

RE: [RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-08 Thread Premi, Sanjeev
-Original Message- From: Nishanth Menon [mailto:n...@ti.com] Sent: Saturday, January 08, 2011 1:25 AM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [RFC] omap3: Enable SmartReflex calculations for 720MHz Sanjeev Premi had written, on 01/07/2011 11:26 AM

RE: [RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-08 Thread Premi, Sanjeev
-Original Message- From: Nishanth Menon [mailto:n...@ti.com] Sent: Saturday, January 08, 2011 1:25 AM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [RFC] omap3: Enable SmartReflex calculations for 720MHz Sanjeev Premi had written, on 01/07/2011 11:26 AM

Re: [RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-08 Thread Nishanth Menon
Premi, Sanjeev wrote, on 01/08/2011 06:29 AM: [..] [1] SPRUFF1D-June 2009 section 1.5.2.1.1 Where is this doc? [..] [sp] Thanks for pointing out. It is not accessible for some reasons. It can be... and is being looked into as i write this message. thanks. [snip]...[snip]

RE: [RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-08 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Premi, Sanjeev Sent: Saturday, January 08, 2011 5:59 PM To: Menon, Nishanth Cc: linux-omap@vger.kernel.org Subject: RE: [RFC] omap3: Enable SmartReflex calculations

[RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-07 Thread Sanjeev Premi
The eFuse registers do not contain the nValue to be used with 720MHz (OPP6). This patch implements procedure to calculate the nValue(OPP6) based on the nValue(OPP5). [1] SPRUFF1D-June 2009 section 1.5.2.1.1 This is first attempt to fit this mechanism into new smartreflex framework. Do note a

Re: [RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-07 Thread Nishanth Menon
Sanjeev Premi had written, on 01/07/2011 11:26 AM, the following: The eFuse registers do not contain the nValue to be used with 720MHz (OPP6). This patch implements procedure to calculate the nValue(OPP6) based on the nValue(OPP5). [1] SPRUFF1D-June 2009 section 1.5.2.1.1 Where is this doc?

Re: [RFC] omap3: Enable SmartReflex calculations for 720MHz

2011-01-07 Thread Koen Kooi
Op 7 jan 2011, om 18:26 heeft Sanjeev Premi het volgende geschreven: The eFuse registers do not contain the nValue to be used with 720MHz (OPP6). This patch implements procedure to calculate the nValue(OPP6) based on the nValue(OPP5). [1] SPRUFF1D-June 2009 section 1.5.2.1.1 This is