summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw-edma/dw-edma-v0-core.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in r...Kory Maincent2024-02-071-0/+17
* dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract contr...Cai Huoqing2023-05-241-13/+72
* dmaengine: dw-edma: remove unused readq_ch and writeq_ch functionsTom Rix2023-03-311-56/+0
* dmaengine: dw-edma: Add mem-mapped LL-entries supportSerge Semin2023-02-221-25/+44
* dmaengine: dw-edma: Use non-atomic io-64 methodsSerge Semin2023-02-101-26/+6
* dmaengine: dw-edma: Fix readq_ch() return value truncationSerge Semin2023-02-101-1/+1
* dmaengine: dw-edma: Use DMA engine device debugfs subdirectorySerge Semin2023-02-101-5/+0
* Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-19/+22
|\
| * dmaengine: dw-edma: Add support for chip-specific flagsFrank Li2022-06-231-3/+6
| * dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chipFrank Li2022-06-231-1/+1
| * dmaengine: dw-edma: Detach the private data and chip info structuresFrank Li2022-06-231-16/+16
* | dmaengine: dw-edma: remove a macro conditional with similar branchesVladimir Zapolskiy2022-06-101-8/+0
|/
* dmaengine: dw-edma: Fix inconsistent indentingJiapeng Chong2022-04-201-9/+10
* dmaengine: dw-edma: Fix unaligned 64bit accessHerve Codina2022-04-121-2/+5
* dmaengine: dw-edma: Move struct dentry variable from static definition into d...Gustavo Pimentel2021-03-161-2/+2
* dmaengine: dw-edma: Add support for the HDMA featureGustavo Pimentel2021-03-161-3/+39
* dmaengine: dw-edma: Add writeq() and readq() for 64 bits architecturesGustavo Pimentel2021-03-161-64/+190
* dmaengine: dw-edma: fix endianess confusionArnd Bergmann2019-07-221-14/+10
* dmaengine: dw-edma: fix __iomem type confusionArnd Bergmann2019-07-221-5/+5
* dmaengine: Add Synopsys eDMA IP version 0 debugfs supportGustavo Pimentel2019-06-101-0/+2
* dmaengine: Add Synopsys eDMA IP version 0 supportGustavo Pimentel2019-06-101-0/+352