summaryrefslogtreecommitdiff
path: root/drivers/dma/altera-msgdma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: altera-msgdma: Fixed some inconsistent function name descriptionsJiapeng Chong2022-07-061-2/+2
* dmaengine: altera-msgdma: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-02-151-3/+1
* dmaengine: altera-msgdma: Correctly handle descriptor callbacksLars-Peter Clausen2021-10-281-6/+4
* dmaengine: altera-msgdma: make response port optionalOlivier Dautricourt2021-07-281-11/+26
* dmaengine: altera-msgdma: add OF supportOlivier Dautricourt2021-06-161-0/+20
* dmaengine: altera-msgdma: fix kernel-doc style for taskletVinod Koul2020-10-081-1/+1
* dmaengine: altera-msgdma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-3/+3
* dmaengine: altera-msgdma: Fix struct documentation blocksLee Jones2020-07-151-2/+4
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* dmaengine: altera: Use IRQ-safe spinlock calls in the error paths as wellStefan Roese2017-10-201-2/+2
* dmaengine: altera: fix spinlock usageSylvain Lesne2017-09-281-14/+21
* dmaengine: altera: fix response FIFO emptyingSylvain Lesne2017-09-281-1/+1
* dmaengine: altera: Use macros instead of structs to describe the registersStefan Roese2017-08-291-45/+35
* dmaengine: altera: remove DMA_SGVinod Koul2017-08-221-94/+0
* dmaengine: Add driver for Altera / Intel mSGDMA IP coreStefan Roese2017-07-181-0/+1031