Re: [PATCH net-next v2 7/7] net: phy: convert read-modify-write to phy_modify()
On Tue, Jan 02, 2018 at 10:58:58AM +, Russell King wrote: > Convert read-modify-write sequences in at803x, Marvell and core phylib > to use phy_modify() to ensure safety. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew
[PATCH net-next v2 7/7] net: phy: convert read-modify-write to phy_modify()
Convert read-modify-write sequences in at803x, Marvell and core phylib to use phy_modify() to ensure safety. Signed-off-by: Russell King --- drivers/net/phy/at803x.c | 20 ++ drivers/net/phy/marvell.c| 88 +--- drivers/net/phy/phy_device.c