Re: [net] net: phy: micrel: set soft_reset callback to genphy_soft_reset, for KSZ9031

2019-03-27 Thread Smith, Andrew
> So far genphy_soft_reset was used automatically if the PHY driver > didn't implement the soft_reset callback. This changed with the > mentioned commit and broke KSZ9031. To fix this configure the > KSZ9031 PHY driver to use genphy_soft_reset. > > Fixes: 6e2d85ec0559 ("net: phy: Stop with excessiv

Re: [PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031

2019-01-15 Thread David Miller
From: Heiner Kallweit Date: Thu, 10 Jan 2019 20:22:26 +0100 > So far genphy_soft_reset was used automatically if the PHY driver > didn't implement the soft_reset callback. This changed with the > mentioned commit and broke KSZ9031. To fix this configure the > KSZ9031 PHY driver to use genphy_soft

Re: [PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031

2019-01-12 Thread Florian Fainelli
On January 10, 2019 11:22:26 AM PST, Heiner Kallweit wrote: >So far genphy_soft_reset was used automatically if the PHY driver >didn't implement the soft_reset callback. This changed with the >mentioned commit and broke KSZ9031. To fix this configure the >KSZ9031 PHY driver to use genphy_soft_

Re: [PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031

2019-01-11 Thread Sekhar Nori
On 11/01/19 2:57 AM, Tony Lindgren wrote: > * Heiner Kallweit [190110 19:41]: >> On 10.01.2019 20:24, Florian Fainelli wrote: >>> On 1/10/19 11:22 AM, Heiner Kallweit wrote: So far genphy_soft_reset was used automatically if the PHY driver didn't implement the soft_reset callback. This c

Re: [PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031

2019-01-10 Thread Tony Lindgren
* Tony Lindgren [190110 13:27]: > * Heiner Kallweit [190110 19:41]: > > On 10.01.2019 20:24, Florian Fainelli wrote: > > > On 1/10/19 11:22 AM, Heiner Kallweit wrote: > > >> So far genphy_soft_reset was used automatically if the PHY driver > > >> didn't implement the soft_reset callback. This cha

Re: [PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031

2019-01-10 Thread Tony Lindgren
* Heiner Kallweit [190110 19:41]: > On 10.01.2019 20:24, Florian Fainelli wrote: > > On 1/10/19 11:22 AM, Heiner Kallweit wrote: > >> So far genphy_soft_reset was used automatically if the PHY driver > >> didn't implement the soft_reset callback. This changed with the > >> mentioned commit and bro

Re: [PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031

2019-01-10 Thread Tony Lindgren
* Heiner Kallweit [190110 19:22]: > So far genphy_soft_reset was used automatically if the PHY driver > didn't implement the soft_reset callback. This changed with the > mentioned commit and broke KSZ9031. To fix this configure the > KSZ9031 PHY driver to use genphy_soft_reset. > > Fixes: 6e2d85e

Re: [PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031

2019-01-10 Thread Heiner Kallweit
On 10.01.2019 20:24, Florian Fainelli wrote: > On 1/10/19 11:22 AM, Heiner Kallweit wrote: >> So far genphy_soft_reset was used automatically if the PHY driver >> didn't implement the soft_reset callback. This changed with the >> mentioned commit and broke KSZ9031. To fix this configure the >> KSZ9

Re: [PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031

2019-01-10 Thread Florian Fainelli
On 1/10/19 11:22 AM, Heiner Kallweit wrote: > So far genphy_soft_reset was used automatically if the PHY driver > didn't implement the soft_reset callback. This changed with the > mentioned commit and broke KSZ9031. To fix this configure the > KSZ9031 PHY driver to use genphy_soft_reset. > > Fixes

[PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031

2019-01-10 Thread Heiner Kallweit
So far genphy_soft_reset was used automatically if the PHY driver didn't implement the soft_reset callback. This changed with the mentioned commit and broke KSZ9031. To fix this configure the KSZ9031 PHY driver to use genphy_soft_reset. Fixes: 6e2d85ec0559 ("net: phy: Stop with excessive soft rese