mbox series

[0/5] Raspberry Pi DMA fixes + cleanups

Message ID cover.1545462045.git.lukas@wunner.de (mailing list archive)
Headers show
Series Raspberry Pi DMA fixes + cleanups | expand

Message

Lukas Wunner Dec. 22, 2018, 7:28 a.m. UTC
Season's greetings everyone,

a little present from Revolution Pi labs (https://revolution.kunbus.com/):

Two fixes and three cleanups for the Raspberry Pi DMA driver.  One of the
fixes is specific to RT but should nevertheless go into mainline (because
the issue occurs there as well if "threadirqs" is passed on the command
line).  Both fixes are marked for stable.

Thanks,

Lukas


Lukas Wunner (5):
  dmaengine: bcm2835: Fix interrupt race on RT
  dmaengine: bcm2835: Fix abort of transactions
  dmaengine: bcm2835: Clean up abort of transactions
  dmaengine: bcm2835: Enforce control block alignment
  dmaengine: bcm2835: Remove dead code

 drivers/dma/bcm2835-dma.c | 81 +++++++++++----------------------------
 1 file changed, 23 insertions(+), 58 deletions(-)