Re: [PATCH] stmmac: adding EEE to GMAC4

2017-01-20 Thread Joao Pinto
Sorry, please ignore, wrong patch file. Joao Pinto Às 6:01 AM de 1/19/2017, Rayagond Kokatanur escreveu: > On Thu, Dec 29, 2016 at 10:40 PM, Joao Pinto wrote: >> This patch adds Energy Efficiency Ethernet to GMAC4. >> >> Signed-off-by: Joao Pinto >> --- >> drivers/net/ethernet/stmicro/stmmac/

Re: [PATCH] stmmac: adding EEE to GMAC4

2017-01-20 Thread Joao Pinto
Hi Rayagond, Às 6:01 AM de 1/19/2017, Rayagond Kokatanur escreveu: > On Thu, Dec 29, 2016 at 10:40 PM, Joao Pinto wrote: >> This patch adds Energy Efficiency Ethernet to GMAC4. >> >> Signed-off-by: Joao Pinto >> --- >> drivers/net/ethernet/stmicro/stmmac/dwmac4.h | 12 + >> drivers/ne

Re: [PATCH] stmmac: adding EEE to GMAC4

2017-01-18 Thread Rayagond Kokatanur
On Thu, Dec 29, 2016 at 10:40 PM, Joao Pinto wrote: > This patch adds Energy Efficiency Ethernet to GMAC4. > > Signed-off-by: Joao Pinto > --- > drivers/net/ethernet/stmicro/stmmac/dwmac4.h | 12 + > drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 59 > +++ > 2

Re: [PATCH] stmmac: adding EEE to GMAC4

2016-12-29 Thread David Miller
From: Joao Pinto Date: Thu, 29 Dec 2016 17:10:27 + > This patch adds Energy Efficiency Ethernet to GMAC4. > > Signed-off-by: Joao Pinto Applied, thanks.

[PATCH] stmmac: adding EEE to GMAC4

2016-12-29 Thread Joao Pinto
This patch adds Energy Efficiency Ethernet to GMAC4. Signed-off-by: Joao Pinto --- drivers/net/ethernet/stmicro/stmmac/dwmac4.h | 12 + drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 59 +++ 2 files changed, 71 insertions(+) diff --git a/drivers/net/ethernet/st