mbox series

[net,0/5] net: stmmac: Misc fixes

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

Message

Jose Abreu Jan. 8, 2019, 2:51 p.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(-)