Re: [PATCH] ARM: OMAP3+: dpll: optimize noncore dpll locking logic

2012-05-24 Thread Paul Walmsley
Hi Nishanth On Fri, 18 May 2012, Nishanth Menon wrote: From: Vikram Pandita vikram.pand...@ti.com If the dpll is already locked, code can be optimized to return much earlier than doing redundent set of lock mode and wait on idlest. Cc: Tony Lindgren t...@atomide.com Cc: Jon Hunter

Re: [PATCH] ARM: OMAP3+: dpll: optimize noncore dpll locking logic

2012-05-24 Thread Menon, Nishanth
On Thu, May 24, 2012 at 2:49 AM, Paul Walmsley p...@pwsan.com wrote: Hi Nishanth On Fri, 18 May 2012, Nishanth Menon wrote: From: Vikram Pandita vikram.pand...@ti.com If the dpll is already locked, code can be optimized to return much earlier than doing redundent set of lock mode and wait

Re: [PATCH] ARM: OMAP3+: dpll: optimize noncore dpll locking logic

2012-05-24 Thread Paul Walmsley
On Thu, 24 May 2012, Menon, Nishanth wrote: On Thu, May 24, 2012 at 2:49 AM, Paul Walmsley p...@pwsan.com wrote: On Fri, 18 May 2012, Nishanth Menon wrote: From: Vikram Pandita vikram.pand...@ti.com If the dpll is already locked, code can be optimized to return much earlier than

Re: [PATCH] ARM: OMAP3+: dpll: optimize noncore dpll locking logic

2012-05-24 Thread Menon, Nishanth
On Thu, May 24, 2012 at 9:57 AM, Paul Walmsley p...@pwsan.com wrote: Okay.  As I understand it, the maintainers above me would like Signed-off-by:s from the entire submission patch, even if there are no contributions to the patch itself.  So please let me know if it's okay for me to add your

[PATCH] ARM: OMAP3+: dpll: optimize noncore dpll locking logic

2012-05-18 Thread Nishanth Menon
From: Vikram Pandita vikram.pand...@ti.com If the dpll is already locked, code can be optimized to return much earlier than doing redundent set of lock mode and wait on idlest. Cc: Tony Lindgren t...@atomide.com Cc: Jon Hunter jon-hun...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Mike Turquette