summaryrefslogtreecommitdiff
path: root/drivers/dma/altera-msgdma.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28dmaengine: altera-msgdma: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-07-06dmaengine: altera-msgdma: Fixed some inconsistent function name descriptionsJiapeng Chong1-2/+2
2022-02-15dmaengine: altera-msgdma: Remove useless DMA-32 fallback configurationChristophe JAILLET1-3/+1
2021-10-28dmaengine: altera-msgdma: Correctly handle descriptor callbacksLars-Peter Clausen1-6/+4
2021-07-28dmaengine: altera-msgdma: make response port optionalOlivier Dautricourt1-11/+26
2021-06-16dmaengine: altera-msgdma: add OF supportOlivier Dautricourt1-0/+20
2020-10-08dmaengine: altera-msgdma: fix kernel-doc style for taskletVinod Koul1-1/+1
2020-09-18dmaengine: altera-msgdma: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-07-15dmaengine: altera-msgdma: Fix struct documentation blocksLee Jones1-2/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-10-20dmaengine: altera: Use IRQ-safe spinlock calls in the error paths as wellStefan Roese1-2/+2
2017-09-28dmaengine: altera: fix spinlock usageSylvain Lesne1-14/+21
2017-09-28dmaengine: altera: fix response FIFO emptyingSylvain Lesne1-1/+1
2017-08-29dmaengine: altera: Use macros instead of structs to describe the registersStefan Roese1-45/+35
2017-08-22dmaengine: altera: remove DMA_SGVinod Koul1-94/+0
2017-07-18dmaengine: Add driver for Altera / Intel mSGDMA IP coreStefan Roese1-0/+1031