Re: [PATCH] net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYs

2019-12-18 Thread Joe Hershberger
On Wed, Dec 18, 2019 at 12:49 AM Marek Vasut wrote: > > PHY address 0 is a valid PHY address, to scan for all PHYs, pass -1 to > phy_connect(). Passing 0 used to work before be accident, but does no > longer. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Patrice Chotard > Cc: Patri

Re: [PATCH] net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYs

2019-12-18 Thread Fabio Estevam
On Wed, Dec 18, 2019 at 3:49 AM Marek Vasut wrote: > > PHY address 0 is a valid PHY address, to scan for all PHYs, pass -1 to > phy_connect(). Passing 0 used to work before be accident, but does no s/be/by

Re: [PATCH] net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYs

2019-12-18 Thread Ramon Fried
On Wed, Dec 18, 2019 at 2:17 PM Patrick DELAUNAY wrote: > > Hi, > > > From: Marek Vasut > > Sent: mercredi 18 décembre 2019 07:49 > > > > PHY address 0 is a valid PHY address, to scan for all PHYs, pass -1 to > > phy_connect(). Passing 0 used to work before be accident, but does no > > longer. >

RE: [PATCH] net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYs

2019-12-18 Thread Patrick DELAUNAY
Hi, > From: Marek Vasut > Sent: mercredi 18 décembre 2019 07:49 > > PHY address 0 is a valid PHY address, to scan for all PHYs, pass -1 to > phy_connect(). Passing 0 used to work before be accident, but does no longer. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Patrice Chotard

[PATCH] net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYs

2019-12-17 Thread Marek Vasut
PHY address 0 is a valid PHY address, to scan for all PHYs, pass -1 to phy_connect(). Passing 0 used to work before be accident, but does no longer. Signed-off-by: Marek Vasut Cc: Joe Hershberger Cc: Patrice Chotard Cc: Patrick Delaunay Cc: Ramon Fried --- drivers/net/dwc_eth_qos.c | 2 +- 1