Re: [PATCH] OMAP2+: clock: use clock's recalc in DPLL handling

2011-10-07 Thread Paul Walmsley
On Thu, 29 Sep 2011, Mike Turquette wrote: Not all DPLLs are identical; some require special consideration such as OMAP4's ABE DPLL, which can have an additional 4x multiplier added to it's clock rate based on programming the REGM4XEN bit in it's CLKMODE register. Unfortunately the clock

Re: [PATCH] OMAP2+: clock: use clock's recalc in DPLL handling

2011-10-07 Thread Turquette, Mike
On Fri, Oct 7, 2011 at 12:07 AM, Paul Walmsley p...@pwsan.com wrote: On Thu, 29 Sep 2011, Mike Turquette wrote: Not all DPLLs are identical; some require special consideration such as OMAP4's ABE DPLL, which can have an additional 4x multiplier added to it's clock rate based on programming

[PATCH] OMAP2+: clock: use clock's recalc in DPLL handling

2011-09-29 Thread Mike Turquette
Not all DPLLs are identical; some require special consideration such as OMAP4's ABE DPLL, which can have an additional 4x multiplier added to it's clock rate based on programming the REGM4XEN bit in it's CLKMODE register. Unfortunately the clock framework makes a few assumptions that all DPLLs

Re: [PATCH] OMAP2+: clock: use clock's recalc in DPLL handling

2011-09-29 Thread Paul Walmsley
screwed something up. Otherwise, queued for 3.2 fixes. thanks - Paul From: Mike Turquette mturque...@ti.com Date: Thu, 29 Sep 2011 17:51:28 -0700 Subject: [PATCH] ARM: OMAP2+: clock: use clock's recalc in DPLL handling Not all DPLLs are identical; some require special consideration

Re: [PATCH] OMAP2+: clock: use clock's recalc in DPLL handling

2011-09-29 Thread Turquette, Mike
simplified for readability.  Updated patch below.  Please let me know if I screwed something up.  Otherwise, queued for 3.2 fixes. Looks good to me. Regards, Mike thanks - Paul From: Mike Turquette mturque...@ti.com Date: Thu, 29 Sep 2011 17:51:28 -0700 Subject: [PATCH] ARM: OMAP2+: clock: use