aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw-edma (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-29dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()Dan Carpenter1-2/+2
2020-09-18dmaengine: dw-edma: Fix Using plain integer as NULL pointer in dw-edma-v0-debugfs.cGustavo Pimentel1-1/+1
2020-09-11Merge tag 'v5.9-rc4' into nextVinod Koul1-5/+6
2020-08-25dmaengine: dw-edma: Fix typo in comments offsetGustavo Pimentel1-1/+1
2020-08-25dmaengine: dw-edma: Fix scatter-gather address calculationGustavo Pimentel1-5/+6
2020-05-04dmaengine: dw-edma: support local dma device transfer semanticsAlan Mikhak1-7/+20
2020-04-27dmaengine: dw-edma: Check MSI descriptor before copyingAlan Mikhak1-7/+10
2020-04-17dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_devAlan Mikhak3-9/+34
2019-07-22dmaengine: dw-edma: fix endianess confusionArnd Bergmann1-14/+10
2019-07-22dmaengine: dw-edma: fix __iomem type confusionArnd Bergmann4-28/+29
2019-07-22dmaengine: dw-edma: fix unnecessary stack usageArnd Bergmann1-1/+1
2019-06-25dmaengine: dw-edma: fix semicolon.cocci warningskbuild test robot1-1/+1
2019-06-12dmaengine: dw-edma: Fix build error without CONFIG_PCI_MSIYueHaibing1-0/+1
2019-06-10dmaengine: Add Synopsys eDMA IP PCIe glue-logicGustavo Pimentel3-0/+239
2019-06-10dmaengine: Add Synopsys eDMA IP version 0 debugfs supportGustavo Pimentel4-1/+341
2019-06-10dmaengine: Add Synopsys eDMA IP version 0 supportGustavo Pimentel5-1/+541
2019-06-10dmaengine: Add Synopsys eDMA IP core driverGustavo Pimentel4-0/+1114