Re: [PATCH] stmmac: Fix 'eth0: No PHY found' regression

2016-03-03 Thread David Miller
From: Gabriel Fernandez Date: Mon, 29 Feb 2016 17:18:22 +0100 > 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

Re: [PATCH] stmmac: Fix 'eth0: No PHY found' regression

2016-03-03 Thread Giuseppe CAVALLARO
On 2/29/2016 5:18 PM, Gabriel Fernandez wrote: 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-

[PATCH] stmmac: Fix 'eth0: No PHY found' regression

2016-02-29 Thread Gabriel Fernandez
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 --- drivers/net/ether