Re: [PATCH] net: davinci_emac: Add support for fixed-link PHY

2015-09-23 Thread David Miller
From: Neil Armstrong Date: Tue, 22 Sep 2015 10:57:04 +0200 > In case the DaVinci Emac is directly connected to a > non-mdio PHY/device, it should be possible to provide > a fixed link configuration in the DT. > > Signed-off-by: Neil Armstrong Applied. -- To unsubscribe from this list: send the

Re: [PATCH] net: davinci_emac: Add support for fixed-link PHY

2015-09-22 Thread Tony Lindgren
* Neil Armstrong [150922 02:01]: > In case the DaVinci Emac is directly connected to a > non-mdio PHY/device, it should be possible to provide > a fixed link configuration in the DT. > > Signed-off-by: Neil Armstrong Ethernet works for me with this patch: Tested-by: Tony Lindgren > --- > dr

[PATCH] net: davinci_emac: Add support for fixed-link PHY

2015-09-22 Thread Neil Armstrong
In case the DaVinci Emac is directly connected to a non-mdio PHY/device, it should be possible to provide a fixed link configuration in the DT. Signed-off-by: Neil Armstrong --- drivers/net/ethernet/ti/davinci_emac.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dri