Re: [PATCH v3 1/5] net: ag71xx: port to phylink

2019-10-21 Thread Oleksij Rempel
On 22.10.19 00:21, Russell King - ARM Linux admin wrote: On Mon, Oct 21, 2019 at 07:38:07AM +0200, Oleksij Rempel wrote: +static void ag71xx_mac_validate(struct phylink_config *config, + unsigned long *supported, + struct phylink_link_state

Re: [PATCH v3 1/5] net: ag71xx: port to phylink

2019-10-21 Thread Russell King - ARM Linux admin
On Mon, Oct 21, 2019 at 07:38:07AM +0200, Oleksij Rempel wrote: > +static void ag71xx_mac_validate(struct phylink_config *config, > + unsigned long *supported, > + struct phylink_link_state *state) > { > - struct ag71xx *ag = netdev_priv(ndev);

[PATCH v3 1/5] net: ag71xx: port to phylink

2019-10-20 Thread Oleksij Rempel
The port to phylink was done as close as possible to initial functionality. Theoretically this HW can support flow control, practically seems to be not enough to just enable it. So, more work should be done. Signed-off-by: Oleksij Rempel --- drivers/net/ethernet/atheros/Kconfig | 2 +-