mbox series

[net,v2,0/5] net: stmmac: Misc Fixes

Message ID cover.1547024655.git.joabreu@synopsys.com
Headers show
Series net: stmmac: Misc Fixes | expand

Message

Jose Abreu Jan. 9, 2019, 9:05 a.m. UTC
Some small fixes for stmmac targeting -net. Detailed info in commit log.

Cc: Joao Pinto <jpinto@synopsys.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Cc: Alexandre Torgue <alexandre.torgue@st.com>

Jose Abreu (5):
  net: stmmac: Fix PCI module removal leak
  net: stmmac: dwxgmac2: Only clear interrupts that are active
  net: stmmac: Check if CBS is supported before configuring
  net: stmmac: Fix the logic of checking if RX Watchdog must be enabled
  net: stmmac: Prevent RX starvation in stmmac_napi_poll()

 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c |  6 +--
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  | 51 +++++++++++-----------
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   | 10 +++++
 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c    |  2 +
 4 files changed, 41 insertions(+), 28 deletions(-)

Comments

David Miller Jan. 11, 2019, 11:35 p.m. UTC | #1
From: Jose Abreu <jose.abreu@synopsys.com>
Date: Wed,  9 Jan 2019 10:05:55 +0100

> Some small fixes for stmmac targeting -net. Detailed info in commit
> log.

Series applied, thanks Jose.