Re: [PATCH net] net: phy: Do not perform software reset for Generic PHY

2017-03-05 Thread Florian Fainelli
Le 03/05/17 à 12:26, Florian Fainelli a écrit : > The Generic PHY driver is a catch-all PHY driver and it should preserve > whatever prior initialization has been done by boot loader or firmware > agents. For specific PHY device configuration it is expected that a > specialized PHY driver would tak

[PATCH net] net: phy: Do not perform software reset for Generic PHY

2017-03-05 Thread Florian Fainelli
The Generic PHY driver is a catch-all PHY driver and it should preserve whatever prior initialization has been done by boot loader or firmware agents. For specific PHY device configuration it is expected that a specialized PHY driver would take over that role. Resetting the generic PHY was a bad i