Re: [PATCH net-next] net: phy: mscc: fix PHYs using the vsc8574_probe

2020-05-29 Thread David Miller
From: Antoine Tenart Date: Fri, 29 May 2020 11:49:09 +0200 > PHYs using the vsc8574_probe fail to be initialized and their > config_init return -EIO leading to errors like: > "could not attach PHY: -5". > > This is because when the conversion of the MSCC PHY driver to use the > shared PHY packag

Re: [PATCH net-next] net: phy: mscc: fix PHYs using the vsc8574_probe

2020-05-29 Thread Florian Fainelli
On 5/29/2020 2:49 AM, Antoine Tenart wrote: > PHYs using the vsc8574_probe fail to be initialized and their > config_init return -EIO leading to errors like: > "could not attach PHY: -5". > > This is because when the conversion of the MSCC PHY driver to use the > shared PHY package helpers was

Re: [PATCH net-next] net: phy: mscc: fix PHYs using the vsc8574_probe

2020-05-29 Thread Michael Walle
Am 29. Mai 2020 11:49:09 MESZ schrieb Antoine Tenart : >PHYs using the vsc8574_probe fail to be initialized and their >config_init return -EIO leading to errors like: >"could not attach PHY: -5". > >This is because when the conversion of the MSCC PHY driver to use the >shared PHY package helpers w

[PATCH net-next] net: phy: mscc: fix PHYs using the vsc8574_probe

2020-05-29 Thread Antoine Tenart
PHYs using the vsc8574_probe fail to be initialized and their config_init return -EIO leading to errors like: "could not attach PHY: -5". This is because when the conversion of the MSCC PHY driver to use the shared PHY package helpers was done, the base address retrieval and the base PHY read and