Re: [Regression] net/phy/micrel.c v4.9.94

2018-04-18 Thread Chris Ruehl
On Thursday, April 19, 2018 09:34 AM, Chris Ruehl wrote: On Thursday, April 19, 2018 09:21 AM, Chris Ruehl wrote: On Wednesday, April 18, 2018 09:02 PM, Andrew Lunn wrote: On Wed, Apr 18, 2018 at 02:56:01PM +0200, Andrew Lunn wrote: On Wed, Apr 18, 2018 at 09:34:16AM +0800, Chris Ruehl wrote

Re: [Regression] net/phy/micrel.c v4.9.94

2018-04-18 Thread Chris Ruehl
On Thursday, April 19, 2018 09:21 AM, Chris Ruehl wrote: On Wednesday, April 18, 2018 09:02 PM, Andrew Lunn wrote: On Wed, Apr 18, 2018 at 02:56:01PM +0200, Andrew Lunn wrote: On Wed, Apr 18, 2018 at 09:34:16AM +0800, Chris Ruehl wrote: Hello, I like to get your heads up at a regression int

Re: [Regression] net/phy/micrel.c v4.9.94

2018-04-18 Thread Chris Ruehl
On Wednesday, April 18, 2018 09:02 PM, Andrew Lunn wrote: On Wed, Apr 18, 2018 at 02:56:01PM +0200, Andrew Lunn wrote: On Wed, Apr 18, 2018 at 09:34:16AM +0800, Chris Ruehl wrote: Hello, I like to get your heads up at a regression introduced in 4.9.94 commitment lead to a kernel ops and make t

Re: [Regression] net/phy/micrel.c v4.9.94

2018-04-18 Thread Andrew Lunn
On Wed, Apr 18, 2018 at 02:56:01PM +0200, Andrew Lunn wrote: > On Wed, Apr 18, 2018 at 09:34:16AM +0800, Chris Ruehl wrote: > > Hello, > > > > I like to get your heads up at a regression introduced in 4.9.94 > > commitment lead to a kernel ops and make the network unusable on my MX6DL > > customiz

Re: [Regression] net/phy/micrel.c v4.9.94

2018-04-18 Thread Andrew Lunn
On Wed, Apr 18, 2018 at 09:34:16AM +0800, Chris Ruehl wrote: > Hello, > > I like to get your heads up at a regression introduced in 4.9.94 > commitment lead to a kernel ops and make the network unusable on my MX6DL > customized board. > > Race condition resume is called on startup and the phy not

Re: [Regression] net/phy/micrel.c v4.9.94

2018-04-18 Thread Andrew Lunn
> If I look at the patch I think it should call kszphy_config_init() not > _reset() > in the resume function: > > > @@ -715,8 +723,14 @@ static int kszphy_suspend(struct phy_device *phydev) > > static int kszphy_resume(struct phy_device *phydev) > { > + int ret; > + > genphy_resume(

Re: [Regression] net/phy/micrel.c v4.9.94

2018-04-17 Thread Chris Ruehl
On Wednesday, April 18, 2018 09:34 AM, Chris Ruehl wrote: Hello, I like to get your heads up at a regression introduced in 4.9.94 commitment lead to a kernel ops and make the network unusable on my MX6DL customized board. Race condition resume is called on startup and the phy not yet initiali