summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw-edma/dw-edma-v0-core.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+22
2022-06-23dmaengine: dw-edma: Add support for chip-specific flagsFrank Li1-3/+6
2022-06-23dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chipFrank Li1-1/+1
2022-06-23dmaengine: dw-edma: Detach the private data and chip info structuresFrank Li1-16/+16
2022-06-10dmaengine: dw-edma: remove a macro conditional with similar branchesVladimir Zapolskiy1-8/+0
2022-04-20dmaengine: dw-edma: Fix inconsistent indentingJiapeng Chong1-9/+10
2022-04-12dmaengine: dw-edma: Fix unaligned 64bit accessHerve Codina1-2/+5
2021-03-16dmaengine: dw-edma: Move struct dentry variable from static definition into d...Gustavo Pimentel1-2/+2
2021-03-16dmaengine: dw-edma: Add support for the HDMA featureGustavo Pimentel1-3/+39
2021-03-16dmaengine: dw-edma: Add writeq() and readq() for 64 bits architecturesGustavo Pimentel1-64/+190
2019-07-22dmaengine: dw-edma: fix endianess confusionArnd Bergmann1-14/+10
2019-07-22dmaengine: dw-edma: fix __iomem type confusionArnd Bergmann1-5/+5
2019-06-10dmaengine: Add Synopsys eDMA IP version 0 debugfs supportGustavo Pimentel1-0/+2
2019-06-10dmaengine: Add Synopsys eDMA IP version 0 supportGustavo Pimentel1-0/+352