mbox series

[net-next,0/4] stmmac barrier fixes and cleanup

Message ID 20180226214709.4359-1-niklas.cassel@axis.com
Headers show
Series stmmac barrier fixes and cleanup | expand

Message

Niklas Cassel Feb. 26, 2018, 9:47 p.m. UTC
stmmac barrier fixes and cleanup

Niklas Cassel (4):
  net: stmmac: ensure that the MSS desc is the last desc to set the own
    bit
  net: stmmac: use correct barrier between coherent memory and MMIO
  net: stmmac: ensure that the device has released ownership before
    reading data
  net: stmmac: make dwmac4_release_tx_desc() clear all descriptor fields

 drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c |  2 ++
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  | 18 +++++++++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)

Comments

David Miller Feb. 27, 2018, 7:28 p.m. UTC | #1
From: Niklas Cassel <niklas.cassel@axis.com>
Date: Mon, 26 Feb 2018 22:47:05 +0100

> stmmac barrier fixes and cleanup

Series applied, thank you.