Re: [PATCH] net: phy: Pass mdix ethtool setting through to phy driver

2015-07-10 Thread David Miller
From: David Thomson Date: Fri, 10 Jul 2015 13:56:54 +1200 > Pass the mdix setting from ethtool down to the phy driver, to allow > driver specific implementations of manually setting the polarity. > > Signed-off-by: David Thomson Applied to net-next. -- To unsubscribe from this list: send the l

Re: [PATCH] net: phy: Pass mdix ethtool setting through to phy driver

2015-07-09 Thread Florian Fainelli
Le 07/09/15 18:56, David Thomson a écrit : > Pass the mdix setting from ethtool down to the phy driver, to allow > driver specific implementations of manually setting the polarity. > > Signed-off-by: David Thomson Reviewed-by: Florian Fainelli Looking forwarding to see an user of this! > ---

[PATCH] net: phy: Pass mdix ethtool setting through to phy driver

2015-07-09 Thread David Thomson
Pass the mdix setting from ethtool down to the phy driver, to allow driver specific implementations of manually setting the polarity. Signed-off-by: David Thomson --- drivers/net/phy/phy.c | 2 ++ include/linux/phy.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/net/phy/phy.c