Re: [PATCH v2] altera tse: add support for fixed-links.

2015-04-23 Thread David Miller
From: Andreas Oetken Date: Wed, 22 Apr 2015 15:22:22 +0200 > + /* check if a fixed-link is defined in device-tree */ > + if (of_phy_is_fixed_link(priv->device->of_node)) { > + if (of_phy_register_fixed_link(priv->device->of_node) > +

[PATCH v2] altera tse: add support for fixed-links.

2015-04-22 Thread Andreas Oetken
From: Andreas Oetken 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: Andreas Oetken --- drivers/net/ethernet/altera/altera_tse_main.c | 36 ++