Re: [PATCH] drivers: net: cpsw: add support for fixed-links.

2015-11-10 Thread Daniel Trautmann
On Mon, Nov 09, 2015 at 10:49:51PM -0500, David Miller wrote: > From: Daniel Trautmann > Date: Mon, 9 Nov 2015 20:24:14 +0100 > > > Add support for fixed-links in configurations without PHY. > > (e.g. connection to a switch, SGMII point to point, SFPs) > > > > Check: Documentation/devicetree/bin

Re: [PATCH] drivers: net: cpsw: add support for fixed-links.

2015-11-09 Thread David Miller
From: Daniel Trautmann Date: Mon, 9 Nov 2015 20:24:14 +0100 > Add support for fixed-links in configurations without PHY. > (e.g. connection to a switch, SGMII point to point, SFPs) > > Check: Documentation/devicetree/bindings/net/fixed-link.txt. > > Signed-off-by: Daniel Trautmann This patch

Re: [PATCH] drivers: net: cpsw: add support for fixed-links.

2015-11-09 Thread David Miller
From: Daniel Trautmann Date: Mon, 9 Nov 2015 20:24:14 +0100 > @@ -2039,19 +2039,35 @@ static int cpsw_probe_dt(struct cpsw_priv *priv, > priv->phy_node = of_parse_phandle(slave_node, "phy-handle", 0); > parp = of_get_property(slave_node, "phy_id", &lenp); >

[PATCH] drivers: net: cpsw: add support for fixed-links.

2015-11-09 Thread Daniel Trautmann
Add support for fixed-links in configurations without PHY. (e.g. connection to a switch, SGMII point to point, SFPs) Check: Documentation/devicetree/bindings/net/fixed-link.txt. Signed-off-by: Daniel Trautmann --- drivers/net/ethernet/ti/cpsw.c | 40 1 f