Re: [PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-19 Thread Paul Walmsley
On Wed, 5 Feb 2014, Nishanth Menon wrote: > omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref > for every call that takes place. This is an can be done only if a change > is detected. > > Signed-off-by: Nishanth Menon Queued for v3.15 with Tero's ack unless the patch is updated

Re: [PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-19 Thread Paul Walmsley
On Wed, 5 Feb 2014, Nishanth Menon wrote: omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref for every call that takes place. This is an can be done only if a change is detected. Signed-off-by: Nishanth Menon n...@ti.com Queued for v3.15 with Tero's ack unless the patch is

Re: [PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-14 Thread Tero Kristo
On 02/14/2014 01:13 AM, Tony Lindgren wrote: * Nishanth Menon [140205 01:06]: omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref for every call that takes place. This is an can be done only if a change is detected. Signed-off-by: Nishanth Menon Would like to see acks on this

Re: [PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-14 Thread Tero Kristo
On 02/14/2014 01:13 AM, Tony Lindgren wrote: * Nishanth Menon n...@ti.com [140205 01:06]: omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref for every call that takes place. This is an can be done only if a change is detected. Signed-off-by: Nishanth Menon n...@ti.com Would

Re: [PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-13 Thread Tony Lindgren
* Nishanth Menon [140205 01:06]: > omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref > for every call that takes place. This is an can be done only if a change > is detected. > > Signed-off-by: Nishanth Menon Would like to see acks on this too before applying. Tony > --- >

Re: [PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-13 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [140205 01:06]: omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref for every call that takes place. This is an can be done only if a change is detected. Signed-off-by: Nishanth Menon n...@ti.com Would like to see acks on this too before applying.

[PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-05 Thread Nishanth Menon
omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref for every call that takes place. This is an can be done only if a change is detected. Signed-off-by: Nishanth Menon --- arch/arm/mach-omap2/dpll3xxx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-05 Thread Nishanth Menon
omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref for every call that takes place. This is an can be done only if a change is detected. Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/dpll3xxx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff