Re: [PATCH net v2 2/4] net: phy: extract link partner advertisement reading

2019-10-04 Thread Andrew Lunn
On Fri, Oct 04, 2019 at 05:06:04PM +0100, Russell King wrote: > Move reading the link partner advertisement out of genphy_read_status() > into its own separate function. This will allow re-use of this code by > PHY drivers that are able to read the resolved status from the PHY. > > Tested-by: tin

[PATCH net v2 2/4] net: phy: extract link partner advertisement reading

2019-10-04 Thread Russell King
Move reading the link partner advertisement out of genphy_read_status() into its own separate function. This will allow re-use of this code by PHY drivers that are able to read the resolved status from the PHY. Tested-by: tinywrkb Signed-off-by: Russell King --- drivers/net/phy/phy_device.c |