summaryrefslogtreecommitdiffstats
path: root/include/linux/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: hsu: Include headers we are direct user ofAndy Shevchenko2022-09-041-2/+4
* Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-3/+58
|\
| * dmaengine: dw-edma: Add support for chip-specific flagsFrank Li2022-06-231-0/+10
| * dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt in struct dw_edma_chipFrank Li2022-06-231-4/+4
| * dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chipFrank Li2022-06-231-1/+2
| * dmaengine: dw-edma: Detach the private data and chip info structuresFrank Li2022-06-231-1/+47
| * dmaengine: dw-edma: Remove unused irq field in struct dw_edma_chipFrank Li2022-06-161-2/+0
* | dmaengine: imx-sdma: Add FIFO stride support for multi FIFO scriptShengjiu Wang2022-07-211-0/+13
* | dmaengine: qcom: fix typo in commentJulia Lawall2022-07-061-1/+1
|/
* dmaengine: imx-sdma: Add multi fifo supportSascha Hauer2022-04-191-0/+20
* dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-0/+68
* dmaengine: xilinx_dpdma: use correct SDPX tag for header fileVinod Koul2022-01-031-1/+1
* dmaengine: xilinx_dpdma: stop using slave_id fieldArnd Bergmann2021-12-171-0/+11
* dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann2021-12-171-0/+12
* dmaengine: ti: k3-psil: optimize struct psil_endpoint_config for sizeGrygorii Strashko2021-02-011-7/+6
* dmaengine: mmp_pdma: Remove mmp_pdma_filter_fn()Lubomir Rintel2021-01-261-16/+0
* Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-174-0/+127
|\
| * dmaengine: ti: k3-udma-glue: Add support for K3 PKTDMAVignesh Raghavendra2020-12-111-0/+8
| * dmaengine: ti: Add support for k3 event routersPeter Ujfalusi2020-12-111-0/+16
| * dmaengine: ti: k3-psil: Extend psil_endpoint_config for K3 PKTDMAPeter Ujfalusi2020-12-111-0/+16
| * dmaengine: ti: k3-udma-glue: Add function to get device pointer for DMA APIPeter Ujfalusi2020-12-111-0/+4
| * dmaengine: qcom: Add GPI dma driverVinod Koul2020-11-241-0/+83
* | dmaengine: ti-cppi5: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-2/+2
|/
* include/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-123-3/+3
* dmaengine: ti: k3-udma: Add glue layer for non DMAengine usersGrygorii Strashko2020-01-211-0/+134
* dmaengine: ti: k3 PSI-L remote endpoint configurationPeter Ujfalusi2020-01-211-0/+71
* dmaengine: ti: Add cppi5 header for K3 NAVSS/UDMAPeter Ujfalusi2020-01-211-0/+1059
* dmaengine: sprd: Add wrap address support for link-list modeEric Long2019-11-141-0/+4
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-0/+47
|\
| * dmaengine: Add Synopsys eDMA IP core driverGustavo Pimentel2019-06-101-0/+47
* | Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-07-131-0/+24
|\ \
| * | mtd: rawnand: gpmi: Implement exec_opSascha Hauer2019-06-271-0/+1
| * | dmaengine: mxs: rename custom flagSascha Hauer2019-06-271-0/+2
| * | dmaengine: mxs: Add header file to be shared with gpmi nand driverSascha Hauer2019-06-271-0/+21
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40Thomas Gleixner2019-05-241-5/+1
|/
* dmaengine: idma64: Move driver name to the headerAndy Shevchenko2019-04-261-0/+14
* dmaengine: dw: convert to SPDX identifiersAndy Shevchenko2019-01-071-4/+1
* dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko2019-01-071-0/+4
* Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-01-011-3/+59
|\
| * dmaengine: sprd: Support DMA 2-stage transfer modeEric Long2018-12-051-3/+59
* | dmaengine: pxa: make the filter function internalRobert Jarzmik2018-12-031-11/+0
|/
* dmaengine: sprd: Support DMA link-list modeEric Long2018-09-031-0/+69
* Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-08-181-0/+2
|\
| * dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip supportRadhey Shyam Pandey2018-06-291-0/+2
* | dmaengine: pxa: document pxad_paramRobert Jarzmik2018-06-181-0/+9
|/
* dmaengine: sprd: Add Spreadtrum DMA configurationEric Long2018-05-291-0/+4
* dmaengine: sprd: Move DMA request mode and interrupt type into head fileEric Long2018-04-271-0/+57
* Merge tag 'dmaengine-4.15-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-11-141-14/+0
|\