Re: [PATCH 3/4] net: phy: extract pause mode

2019-09-22 Thread Andrew Lunn
On Sun, Sep 22, 2019 at 12:00:20PM +0100, Russell King wrote: > Extract the update of phylib's software pause mode state from > genphy_read_status(), so that we can re-use this functionality with > PHYs that have alternative ways to read the negotiation results. > > Signed-off-by: Russell King R

[PATCH 3/4] net: phy: extract pause mode

2019-09-22 Thread Russell King
Extract the update of phylib's software pause mode state from genphy_read_status(), so that we can re-use this functionality with PHYs that have alternative ways to read the negotiation results. Signed-off-by: Russell King --- drivers/net/phy/phy-core.c | 20 +--- include/linux/p