Re: [PATCH net-next v1 2/3] net: phy: mscc: improved serdes calibration applied to VSC8584

2021-03-18 Thread Andrew Lunn
On Thu, Mar 18, 2021 at 01:38:50PM +0100, Bjarni Jonasson wrote: > -static int vsc8584_config_init(struct phy_device *phydev) > +static int vsc8584_config_host_serdes(struct phy_device *phydev) > { > - struct vsc8531_private *vsc8531 = phydev->priv; > - int ret, i; > + int ret; >

[PATCH net-next v1 2/3] net: phy: mscc: improved serdes calibration applied to VSC8584

2021-03-18 Thread Bjarni Jonasson
Introduced 'FOJI' serdes calibration in commit 85e97f0b984e ("net: phy: mscc: improved serdes calibration applied to VSC8514") Now including the VSC8584 family. Fixes: a5afc1678044a ("net: phy: mscc: add support for VSC8584 PHYY.") Signed-off-by: Bjarni Jonasson --- drivers/net/phy/mscc/mscc_mai