Re: [PATCH] drivers: net: bcm-sf2: pass -1 to phy_connect()

2019-12-20 Thread JD Zheng
On Thu, Dec 19, 2019 at 4:36 AM Alex Marginean wrote: > > Passing 0 to PHY connect used to trigger a MDIO scan due to a bug fixed in > the meantime. It's unclear if bcm-sf2 wants to connect to PHY @ addr 0 or > is scanning the bus, passing -1 here should keep it functional either way. > > Signed-

Re: [U-Boot] [PATCH v1 1/1] net: phy: Add AFE settings to the Broadcom Cygnus phy

2017-08-18 Thread JD Zheng
On 07/19/2017 03:34 PM, Arun Parameswaran wrote: > Added the AFE (Analog Front End) settings for stability to the > Broadcom Cygnus phy. This improves the time take to perform > auto negotiation. > > Signed-off-by: Arun Parameswaran > --- > drivers/net/phy/broadcom.c | 64 > +