Re: [PATCH] net: phy: marvell: avoid configuring fiber page for SGMII-to-Copper

2017-12-13 Thread David Miller
From: Russell King Date: Wed, 13 Dec 2017 09:22:03 + > When in SGMII-to-Copper mode, the fiber page is used for the MAC facing > link, and does not require configuration of the fiber auto-negotiation > settings. Avoid trying. > > Signed-off-by: Russell King Applied.

Re: [PATCH] net: phy: marvell: avoid configuring fiber page for SGMII-to-Copper

2017-12-13 Thread Andrew Lunn
On Wed, Dec 13, 2017 at 09:22:03AM +, Russell King wrote: > When in SGMII-to-Copper mode, the fiber page is used for the MAC facing > link, and does not require configuration of the fiber auto-negotiation > settings. Avoid trying. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn

[PATCH] net: phy: marvell: avoid configuring fiber page for SGMII-to-Copper

2017-12-13 Thread Russell King
When in SGMII-to-Copper mode, the fiber page is used for the MAC facing link, and does not require configuration of the fiber auto-negotiation settings. Avoid trying. Signed-off-by: Russell King --- drivers/net/phy/marvell.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/ph