commit | 88f8b1bb41c6208f81b6a480244533ded7b59493 | [log] [tgz] |
---|---|---|
author | Gabriel Fernandez <gabriel.fernandez@linaro.org> | Mon Feb 29 17:18:22 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 03 15:02:05 2016 -0500 |
tree | e8c87a9002356ceebc6ce2276655e4b03ffb14d9 | |
parent | ebc9780c93077a1c1129879de783f7fa8551d399 [diff] |
stmmac: Fix 'eth0: No PHY found' regression This patch manages the case when you have an Ethernet MAC with a "fixed link", and not connected to a normal MDIO-managed PHY device. The test of phy_bus_name was not helpful because it was never affected and replaced by the mdio test node. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>