Re: [PATCH v3 1/5] net: macb: add phylink support

2019-06-21 Thread Russell King - ARM Linux admin
On Fri, Jun 21, 2019 at 09:34:44AM +0100, Parshuram Thombare wrote: > @@ -438,115 +439,145 @@ static void macb_set_tx_clk(struct clk *clk, int > speed, struct net_device *dev) > netdev_err(dev, "adjusting tx_clk failed.\n"); > } > > -static void macb_handle_link_change(struct net_

[PATCH v3 1/5] net: macb: add phylink support

2019-06-21 Thread Parshuram Thombare
This patch replace phylib API's by phylink API's. Signed-off-by: Parshuram Thombare --- drivers/net/ethernet/cadence/Kconfig | 2 +- drivers/net/ethernet/cadence/macb.h | 3 + drivers/net/ethernet/cadence/macb_main.c | 304 --- 3 files changed, 166 insertions(+),