Re: [PATCH v2 2/2] dwc_eth_qos: enable flow control by default

2016-10-18 Thread David Miller
From: Niklas Cassel 
Date: Tue, 18 Oct 2016 09:20:55 +0200

> From: Niklas Cassel 
> 
> Allow autoneg to enable flow control by default.
> The behavior when autoneg is off has not changed.
> 
> Signed-off-by: Niklas Cassel 
> Signed-off-by: Jesper Nilsson 
> Acked-by: Lars Persson 

Applied.


Re: [PATCH v2 2/2] dwc_eth_qos: enable flow control by default

2016-10-18 Thread David Miller
From: Niklas Cassel 
Date: Tue, 18 Oct 2016 09:20:55 +0200

> From: Niklas Cassel 
> 
> Allow autoneg to enable flow control by default.
> The behavior when autoneg is off has not changed.
> 
> Signed-off-by: Niklas Cassel 
> Signed-off-by: Jesper Nilsson 
> Acked-by: Lars Persson 

Applied.


[PATCH v2 2/2] dwc_eth_qos: enable flow control by default

2016-10-18 Thread Niklas Cassel
From: Niklas Cassel 

Allow autoneg to enable flow control by default.
The behavior when autoneg is off has not changed.

Signed-off-by: Niklas Cassel 
Signed-off-by: Jesper Nilsson 
Acked-by: Lars Persson 
---
 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/synopsys/dwc_eth_qos.c 
b/drivers/net/ethernet/synopsys/dwc_eth_qos.c
index d775729648ef..5eedac495077 100644
--- a/drivers/net/ethernet/synopsys/dwc_eth_qos.c
+++ b/drivers/net/ethernet/synopsys/dwc_eth_qos.c
@@ -988,6 +988,7 @@ static int dwceqos_mii_probe(struct net_device *ndev)
lp->link= 0;
lp->speed   = 0;
lp->duplex  = DUPLEX_UNKNOWN;
+   lp->flowcontrol.autoneg = AUTONEG_ENABLE;
 
return 0;
 }
-- 
2.1.4



[PATCH v2 2/2] dwc_eth_qos: enable flow control by default

2016-10-18 Thread Niklas Cassel
From: Niklas Cassel 

Allow autoneg to enable flow control by default.
The behavior when autoneg is off has not changed.

Signed-off-by: Niklas Cassel 
Signed-off-by: Jesper Nilsson 
Acked-by: Lars Persson 
---
 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/synopsys/dwc_eth_qos.c 
b/drivers/net/ethernet/synopsys/dwc_eth_qos.c
index d775729648ef..5eedac495077 100644
--- a/drivers/net/ethernet/synopsys/dwc_eth_qos.c
+++ b/drivers/net/ethernet/synopsys/dwc_eth_qos.c
@@ -988,6 +988,7 @@ static int dwceqos_mii_probe(struct net_device *ndev)
lp->link= 0;
lp->speed   = 0;
lp->duplex  = DUPLEX_UNKNOWN;
+   lp->flowcontrol.autoneg = AUTONEG_ENABLE;
 
return 0;
 }
-- 
2.1.4