Re: [PATCHv3] net: ethernet: macb: Add support for rx_clk

2016-08-18 Thread David Miller
From: Shubhrajyoti Datta Date: Tue, 16 Aug 2016 10:14:50 +0530 > Some of the platforms like zynqmp ultrascale+ has a > separate clock gate for the rx clock. Add an optional > rx_clk so that the clock can be enabled. > > Signed-off-by: Shubhrajyoti Datta Applied to net-next.

Re: [PATCHv3] net: ethernet: macb: Add support for rx_clk

2016-08-18 Thread Rob Herring
On Tue, Aug 16, 2016 at 10:14:50AM +0530, Shubhrajyoti Datta wrote: > Some of the platforms like zynqmp ultrascale+ has a > separate clock gate for the rx clock. Add an optional > rx_clk so that the clock can be enabled. > > Signed-off-by: Shubhrajyoti Datta > --- > v2: > fix warnng > v3 > Add th

Re: [PATCHv3] net: ethernet: macb: Add support for rx_clk

2016-08-18 Thread Shubhrajyoti Datta
On Tue, Aug 16, 2016 at 10:03 PM, Nicolas Ferre wrote: > Le 15/08/2016 à 21:44, Shubhrajyoti Datta a écrit : >> Some of the platforms like zynqmp ultrascale+ has a >> separate clock gate for the rx clock. Add an optional >> rx_clk so that the clock can be enabled. >> >> Signed-off-by: Shubhrajyoti

Re: [PATCHv3] net: ethernet: macb: Add support for rx_clk

2016-08-16 Thread Nicolas Ferre
Le 15/08/2016 à 21:44, Shubhrajyoti Datta a écrit : > Some of the platforms like zynqmp ultrascale+ has a > separate clock gate for the rx clock. Add an optional > rx_clk so that the clock can be enabled. > > Signed-off-by: Shubhrajyoti Datta Fine with me: Acked-by: Nicolas Ferre > --- > v2:

[PATCHv3] net: ethernet: macb: Add support for rx_clk

2016-08-15 Thread Shubhrajyoti Datta
Some of the platforms like zynqmp ultrascale+ has a separate clock gate for the rx clock. Add an optional rx_clk so that the clock can be enabled. Signed-off-by: Shubhrajyoti Datta --- v2: fix warnng v3 Add that rx applies to zcu mpsoc Documentation/devicetree/bindings/net/macb.txt | 1 + driv