summaryrefslogtreecommitdiff
path: root/drivers/dma/dw-edma/dw-edma-v0-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in r...Kory Maincent1-0/+17
2023-05-24dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract contr...Cai Huoqing1-13/+72
2023-03-31dmaengine: dw-edma: remove unused readq_ch and writeq_ch functionsTom Rix1-56/+0
2023-02-22dmaengine: dw-edma: Add mem-mapped LL-entries supportSerge Semin1-25/+44
2023-02-11dmaengine: dw-edma: Use non-atomic io-64 methodsSerge Semin1-26/+6
2023-02-11dmaengine: dw-edma: Fix readq_ch() return value truncationSerge Semin1-1/+1
2023-02-11dmaengine: dw-edma: Use DMA engine device debugfs subdirectorySerge Semin1-5/+0
2022-08-05Merge 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