summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw-edma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dw-edma: Add pcim_iomap_table return checkGustavo Pimentel2021-03-161-0/+15
* dmaengine: dw-edma: Revert fix scatter-gather address calculationGustavo Pimentel2021-03-161-4/+4
* dmaengine: dw-edma: Change DMA abbreviation from lower into upper caseGustavo Pimentel2021-03-161-3/+3
* dmaengine: dw-edma: Fix crash on loading/unloading driverGustavo Pimentel2021-03-161-6/+5
* dmaengine: dw-edma: Move struct dentry variable from static definition into d...Gustavo Pimentel2021-03-166-15/+22
* dmaengine: dw-edma: Change linked list and data blocks offset and sizesGustavo Pimentel2021-03-161-16/+16
* dmaengine: dw-edma: Improve the linked list and data blocks definitionGustavo Pimentel2021-03-163-85/+160
* dmaengine: dw-edma: Reorder variables to keep consistencyGustavo Pimentel2021-03-161-5/+5
* dmaengine: dw-edma: Improve number of channels checkGustavo Pimentel2021-03-162-12/+11
* dmaengine: dw-edma: Add device_prep_interleave_dma() supportGustavo Pimentel2021-03-162-20/+78
* dmaengine: dw-edma: Add PCIe VSEC data retrieval supportGustavo Pimentel2021-03-162-35/+101
* dmaengine: dw-edma: Add support for the HDMA featureGustavo Pimentel2021-03-164-24/+60
* dmaengine: dw-edma: Fix comments offset characters' alignmentGustavo Pimentel2021-03-161-107/+107
* dmaengine: dw-edma: Add writeq() and readq() for 64 bits architecturesGustavo Pimentel2021-03-163-125/+326
* dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()Dan Carpenter2020-12-291-2/+2
* dmaengine: dw-edma: Fix Using plain integer as NULL pointer in dw-edma-v0-deb...Gustavo Pimentel2020-09-181-1/+1
* Merge tag 'v5.9-rc4' into nextVinod Koul2020-09-111-5/+6
|\
| * dmaengine: dw-edma: Fix scatter-gather address calculationGustavo Pimentel2020-08-251-5/+6
* | dmaengine: dw-edma: Fix typo in comments offsetGustavo Pimentel2020-08-251-1/+1
|/
* dmaengine: dw-edma: support local dma device transfer semanticsAlan Mikhak2020-05-041-7/+20
* dmaengine: dw-edma: Check MSI descriptor before copyingAlan Mikhak2020-04-271-7/+10
* dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_devAlan Mikhak2020-04-173-9/+34
* dmaengine: dw-edma: fix endianess confusionArnd Bergmann2019-07-221-14/+10
* dmaengine: dw-edma: fix __iomem type confusionArnd Bergmann2019-07-224-28/+29
* dmaengine: dw-edma: fix unnecessary stack usageArnd Bergmann2019-07-221-1/+1
* dmaengine: dw-edma: fix semicolon.cocci warningskbuild test robot2019-06-251-1/+1
* dmaengine: dw-edma: Fix build error without CONFIG_PCI_MSIYueHaibing2019-06-121-0/+1
* dmaengine: Add Synopsys eDMA IP PCIe glue-logicGustavo Pimentel2019-06-103-0/+239
* dmaengine: Add Synopsys eDMA IP version 0 debugfs supportGustavo Pimentel2019-06-104-1/+341
* dmaengine: Add Synopsys eDMA IP version 0 supportGustavo Pimentel2019-06-105-1/+541
* dmaengine: Add Synopsys eDMA IP core driverGustavo Pimentel2019-06-104-0/+1114