Re: [PATCH net-next] net: phy: at803x: add downshift support

From: David Miller
Date: Thu Apr 30 2020 - 23:54:32 EST


From: Michael Walle <michael@xxxxxxxx>
Date: Tue, 28 Apr 2020 23:15:02 +0200

> The AR8031 and AR8035 support the link speed downshift. Add driver
> support for it. One peculiarity of these PHYs is that it needs a
> software reset after changing the setting, thus add the .soft_reset()
> op and do a phy_init_hw() if necessary.
>
> This was tested on a custom board with the AR8031.
>
> Signed-off-by: Michael Walle <michael@xxxxxxxx>

Applied, thank you.