Re: [PATCH net-next v2] net: stmmac: Fix case when PHY handle is not present

2019-06-28 Thread David Miller
From: Jose Abreu Date: Fri, 28 Jun 2019 09:25:07 +0200 > Some DT bindings do not have the PHY handle. Let's fallback to manually > discovery in case phylink_of_phy_connect() fails. > > Changes from v1: > - Fixup comment style (Sergei) > > Fixes: 74371272f97f ("net: stmmac: Convert to

[PATCH net-next v2] net: stmmac: Fix case when PHY handle is not present

2019-06-28 Thread Jose Abreu
Some DT bindings do not have the PHY handle. Let's fallback to manually discovery in case phylink_of_phy_connect() fails. Changes from v1: - Fixup comment style (Sergei) Fixes: 74371272f97f ("net: stmmac: Convert to phylink and remove phylib logic") Reported-by: Katsuhiro Suzuki