Re: [PATCH RFCv2] net: ethernet: macb: Add support for rx_clk

2016-08-15 Thread Shubhrajyoti Datta
Hi Rob, Thanks for the review. On Sat, Aug 13, 2016 at 12:33 AM, Rob Herring wrote: > On Fri, Aug 12, 2016 at 03:46:19PM +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

Re: [PATCH RFCv2] net: ethernet: macb: Add support for rx_clk

2016-08-12 Thread Rob Herring
On Fri, Aug 12, 2016 at 03:46:19PM +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 warning > > Docume

[PATCH RFCv2] net: ethernet: macb: Add support for rx_clk

2016-08-12 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 warning Documentation/devicetree/bindings/net/macb.txt | 2 +- drivers/net/ethernet/cadence/macb.c