summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw-edma/dw-edma-pcie.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_opsCai Huoqing2023-05-241-2/+2
* dmaengine: dw-edma: Add mem-mapped LL-entries supportSerge Semin2023-02-221-16/+16
* dmaengine: dw-edma: Replace chip ID number with device nameSerge Semin2023-02-101-1/+0
* dmaengine: dw-edma: Add PCI bus address getter to the remote EP glue driverSerge Semin2023-01-271-0/+15
* dmaengine: dw-edma: Convert ll/dt phys address to PCI bus/DMA addressSerge Semin2023-01-271-4/+4
* dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt in struct dw_edma_chipFrank Li2022-06-231-6/+6
* dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chipFrank Li2022-06-231-3/+3
* dmaengine: dw-edma: Detach the private data and chip info structuresFrank Li2022-06-231-48/+34
* dmaengine: dw-edma: Remove unused irq field in struct dw_edma_chipFrank Li2022-06-161-1/+0
* dmaengine: dw-edma: Fix return value check for dma_set_mask_and_coherent()Christophe JAILLET2021-11-221-9/+1
* dmaengine: dw-edma-pcie: switch from 'pci_' to 'dma_' APIWang Qing2021-10-261-13/+4
* dmaengine: dw-edma: Add pcim_iomap_table return checkGustavo Pimentel2021-03-161-0/+15
* 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-161-53/+132
* dmaengine: dw-edma: Reorder variables to keep consistencyGustavo Pimentel2021-03-161-5/+5
* dmaengine: dw-edma: Add PCIe VSEC data retrieval supportGustavo Pimentel2021-03-161-27/+89
* dmaengine: dw-edma: Add support for the HDMA featureGustavo Pimentel2021-03-161-11/+12
* dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_devAlan Mikhak2020-04-171-0/+10
* dmaengine: dw-edma: fix __iomem type confusionArnd Bergmann2019-07-221-9/+9
* dmaengine: Add Synopsys eDMA IP PCIe glue-logicGustavo Pimentel2019-06-101-0/+229