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

From: Andrew Lunn
Date: Tue Apr 28 2020 - 17:33:24 EST


On Tue, Apr 28, 2020 at 11:15:02PM +0200, Michael Walle wrote:
> 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>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew