Re: net-next: new CL45 regression

2019-03-04 Thread S-k, Shyam-sundar
Hi Heiner, On 3/5/2019 2:18 AM, Heiner Kallweit wrote: > On 04.03.2019 15:48, S-k, Shyam-sundar wrote: >> Hi Heiner, >> >> We noticed that, the recent changes for CL45 in net-next tree causing >> regression on AMD platforms. The following is the commit: >> >&

net-next: new CL45 regression

2019-03-04 Thread S-k, Shyam-sundar
Hi Heiner, We noticed that, the recent changes for CL45 in net-next tree causing regression on AMD platforms. The following is the commit: 3ce2a02 net: phy: marvell10g: check for newly set aneg Now, I see that, this code is moved to phy-c45.c with newer commit 1af9f16 net: phy: add genphy_c45_

Re: [PATCH net-next v3 0/4] net: phy: improve starting PHY

2019-01-23 Thread S-k, Shyam-sundar
On 1/23/2019 11:55 AM, Heiner Kallweit wrote: > This patch series improves few aspects of starting the PHY. > > v2: > - improve a warning in patch 4 > v3: > - extend commit message for patch 2 > > Heiner Kallweit (4): > net: phy: start state machine in phy_start only > net: phy: warn if phy_st

Re: [PATCH net-next v2 1/4] net: phy: start state machine in phy_start only

2019-01-22 Thread S-k, Shyam-sundar
Hi Heiner On 1/23/2019 12:39 AM, Heiner Kallweit wrote: > On 22.01.2019 15:46, Lendacky, Thomas wrote: >> On 1/21/19 12:36 PM, Heiner Kallweit wrote: >>> On 21.01.2019 17:35, Andrew Lunn wrote: On Sun, Jan 20, 2019 at 10:01:15AM +0100, Heiner Kallweit wrote: > The state machine is a no-op

Re: [PATCH] amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYs

2019-01-17 Thread S-k, Shyam-sundar
On 1/17/2019 7:50 PM, Lendacky, Thomas wrote: > The XGBE hardware has support for performing MDIO operations using an > MDIO command request. The driver mistakenly uses the mdio port address > as the MDIO command request device address instead of the MDIO command > request port address. Additionall