Re: [PATCH net-next 7/7] net: phy: convert read-modify-write to phy_modify()

2017-12-30 Thread Russell King - ARM Linux
Hi, Unfortunately, I've found this afternoon that this patch causes a regression for Marvell PHYs connected in RGMII mode - so please do not apply this patch. The remainder of the series is fine. Thanks. -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.

[PATCH net-next 7/7] net: phy: convert read-modify-write to phy_modify()

2017-12-29 Thread Russell King
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| 82 drivers/net/phy/phy_device.c