Re: [PATCH] clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes

2013-06-26 Thread Michal Simek
On 06/24/2013 05:58 PM, Sören Brinkmann wrote: > ping? > > On Mon, Jun 17, 2013 at 03:47:40PM -0700, Soren Brinkmann wrote: >> Zynq's Ethernet clocks are created by the following hierarchy: >> mux0 ---> div0 ---> div1 ---> mux1 ---> gate >> Rate change requests on the gate have to propagate

Re: [PATCH] clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes

2013-06-26 Thread Michal Simek
On 06/24/2013 05:58 PM, Sören Brinkmann wrote: ping? On Mon, Jun 17, 2013 at 03:47:40PM -0700, Soren Brinkmann wrote: Zynq's Ethernet clocks are created by the following hierarchy: mux0 --- div0 --- div1 --- mux1 --- gate Rate change requests on the gate have to propagate all the way

Re: [PATCH] clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes

2013-06-24 Thread Sören Brinkmann
ping? On Mon, Jun 17, 2013 at 03:47:40PM -0700, Soren Brinkmann wrote: > Zynq's Ethernet clocks are created by the following hierarchy: > mux0 ---> div0 ---> div1 ---> mux1 ---> gate > Rate change requests on the gate have to propagate all the way up to > div0 to properly leverage all

Re: [PATCH] clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes

2013-06-24 Thread Sören Brinkmann
ping? On Mon, Jun 17, 2013 at 03:47:40PM -0700, Soren Brinkmann wrote: Zynq's Ethernet clocks are created by the following hierarchy: mux0 --- div0 --- div1 --- mux1 --- gate Rate change requests on the gate have to propagate all the way up to div0 to properly leverage all dividers.

[PATCH] clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes

2013-06-17 Thread Soren Brinkmann
Zynq's Ethernet clocks are created by the following hierarchy: mux0 ---> div0 ---> div1 ---> mux1 ---> gate Rate change requests on the gate have to propagate all the way up to div0 to properly leverage all dividers. Mux1 was missing the CLK_SET_RATE_PARENT flag, which is required to

[PATCH] clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes

2013-06-17 Thread Soren Brinkmann
Zynq's Ethernet clocks are created by the following hierarchy: mux0 --- div0 --- div1 --- mux1 --- gate Rate change requests on the gate have to propagate all the way up to div0 to properly leverage all dividers. Mux1 was missing the CLK_SET_RATE_PARENT flag, which is required to achieve