Re: [REGRESSION, BISECTED] Broken networking with net/phy/marvell

2017-10-30 Thread Andrew Lunn
On Mon, Oct 30, 2017 at 02:19:54AM +0200, Aaro Koskinen wrote: > Hi, > > On Sat, Oct 28, 2017 at 09:01:39PM +0200, Andrew Lunn wrote: > > On Thu, Oct 26, 2017 at 03:28:36PM +0300, Aaro Koskinen wrote: > > > When upgrading from v4.13 to v4.14-rc6 on OpenRD Client, the box loses > > > network

Re: [REGRESSION, BISECTED] Broken networking with net/phy/marvell

2017-10-29 Thread Aaro Koskinen
Hi, On Sat, Oct 28, 2017 at 09:01:39PM +0200, Andrew Lunn wrote: > On Thu, Oct 26, 2017 at 03:28:36PM +0300, Aaro Koskinen wrote: > > When upgrading from v4.13 to v4.14-rc6 on OpenRD Client, the box loses > > network connectivity. > > What exactly is the PHY in the OpenRD? 88E1116R. > Please

Re: [REGRESSION, BISECTED] Broken networking with net/phy/marvell

2017-10-26 Thread Dan Carpenter
You have a "Marvell 88E1116R" device, right? We used to set MII_88E1121_PHY_MSCR_RX_DELAY and MII_88E1121_PHY_MSCR_TX_DELAY bits unconditionally but now it depends on phydev->interface. I don't know the code/hardware well enough to say what phydev->interface is for you. regards, dan carpenter

Re: [REGRESSION, BISECTED] Broken networking with net/phy/marvell

2017-10-26 Thread Dan Carpenter
On Thu, Oct 26, 2017 at 03:28:36PM +0300, Aaro Koskinen wrote: > Hi, > > When upgrading from v4.13 to v4.14-rc6 on OpenRD Client, the box loses > network connectivity. > > Bisection points to: > > commit 5987feb38aa55e035ce5376c02aba88a604cc881 > Author: Dan Carpenter

[REGRESSION, BISECTED] Broken networking with net/phy/marvell

2017-10-26 Thread Aaro Koskinen
Hi, When upgrading from v4.13 to v4.14-rc6 on OpenRD Client, the box loses network connectivity. Bisection points to: commit 5987feb38aa55e035ce5376c02aba88a604cc881 Author: Dan Carpenter Date: Fri Aug 4 11:17:21 2017 +0300 net: phy: marvell: logical vs bitwise