summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-047-168/+158
|\
| * dmaengine: dw-edma: Add support for chip-specific flagsFrank Li2022-06-231-3/+6
| * dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semanticsSerge Semin2022-06-231-1/+1
| * dmaengine: dw-edma: Drop dma_slave_config.direction field usageSerge Semin2022-06-231-15/+34
| * dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt in struct dw_edma_chipFrank Li2022-06-232-8/+8
| * dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chipFrank Li2022-06-233-5/+5
| * dmaengine: dw-edma: Detach the private data and chip info structuresFrank Li2022-06-237-148/+117
| * dmaengine: dw-edma: Remove unused irq field in struct dw_edma_chipFrank Li2022-06-161-1/+0
* | Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-0432-216/+1035
|\ \
| * | dmaengine: mediatek: mtk-hsdma: Fix typo 'the the' in commentSlark Xiao2022-07-261-1/+1
| * | dmaengine: axi-dmac: check cache coherency registerMathias Tausen2022-07-261-0/+16
| * | dmaengine: sh: rz-dmac: Add device_synchronize callbackBiju Das2022-07-261-0/+17
| * | dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failedUwe Kleine-König2022-07-261-4/+1
| * | dmaengine: tegra: Add terminate() for Tegra234Akhil R2022-07-261-2/+24
| * | dmaengine: xilinx: use strscpy to replace strlcpyXueBing Chen2022-07-211-1/+1
| * | dmaengine: imx-sdma: Add FIFO stride support for multi FIFO scriptShengjiu Wang2022-07-211-2/+25
| * | dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t)Fabio Estevam2022-07-211-1/+1
| * | dmaengine: dw-axi-dmac: ignore interrupt if no descriptorBen Dooks2022-07-211-0/+6
| * | dmaengine: dw-axi-dmac: do not print NULL LLI during errorBen Dooks2022-07-211-0/+5
| * | dmaengine: altera-msgdma: Fixed some inconsistent function name descriptionsJiapeng Chong2022-07-061-2/+2
| * | dmaengine: imx-sdma: Add missing struct documentationShengjiu Wang2022-07-061-1/+6
| * | dmaengine: sf-pdma: Add multithread support for a DMA channelViacheslav Mitrofanov2022-07-061-14/+30
| * | dmaengine: dmatest: use strscpy to replace strlcpyXueBing Chen2022-07-061-6/+6
| * | dmaengine: ste_dma40: fix typo in commentJulia Lawall2022-07-061-1/+1
| * | dmaengine: jz4780: fix typo in commentJulia Lawall2022-07-061-1/+1
| * | dmaengine: s3c24xx: fix typo in commentJulia Lawall2022-07-061-1/+1
| * | dmaengine: owl: fix typo in commentJulia Lawall2022-07-061-1/+1
| * | dmaengine: mediatek-cqdma: fix typo in commentJulia Lawall2022-07-061-1/+1
| * | dmaengine: fix typos in commentsJulia Lawall2022-07-062-2/+2
| * | dmaengine: xilinx_dpdma: Omit superfluous error message in xilinx_dpdma_probe()Tang Bin2022-07-061-3/+1
| * | dmaengine: sun4i: Set the maximum segment sizeSamuel Holland2022-07-051-5/+27
| * | dmaengine: fsl-edma: remove redundant assignment to pointer last_sgColin Ian King2022-07-011-3/+0
| * | dmaengine: mediatek: mtk-hsdma: Fix typo in commentXiang wangx2022-07-011-1/+1
| * | dmaengine: at_xdmac: Fix typo in commentXiang wangx2022-07-011-1/+1
| * | dmaengine: ep93xx: Fix typo in commentsJiang Jian2022-07-011-1/+1
| * | dmaengine: imx-sdma: Improve the SDMA irq nameFabio Estevam2022-07-011-2/+2
| * | dmaengine: ti: k3-psil-j721s2: Add psil threads for sa2ulJayesh Choudhary2022-07-011-0/+8
| * | dmaengine: remove DMA_MEMCPY_SG once againChristoph Hellwig2022-06-272-129/+0
| * | dmaengine: stm32-mdma: Remove dead code in stm32_mdma_irq_handler()Alexey Khoroshilov2022-06-161-5/+0
| * | dmaengine: apple-admac: Use {low,upp}er_32_bits() to split 64-bit addressGeert Uytterhoeven2022-06-161-4/+4
| * | dmaengine: dw-edma: remove a macro conditional with similar branchesVladimir Zapolskiy2022-06-101-8/+0
| * | dmaengine: dw: dmamux: Fix build without CONFIG_OFMiquel Raynal2022-06-101-0/+2
| * | dmaengine: dw: dmamux: Export the module device tableMiquel Raynal2022-06-101-0/+1
| * | dmaengine: apple-admac: Fix print formatVinod Koul2022-06-101-1/+1
| * | dmaengine: apple-admac: Add Apple ADMAC driverMartin Povišer2022-06-093-0/+827
| * | dmaengine: dmatest: Replace symbolic permissions by octal permissionsGeert Uytterhoeven2022-06-091-15/+14
| * | dmaengine: dmatest: Remove spaces before tabsGeert Uytterhoeven2022-06-091-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2022-08-041-3/+0
|\ \
| * | dma:dw: remove reference to AVR32 architecture in core.cHans-Christian Noren Egtvedt2022-08-031-3/+0
* | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-0410-61/+11
|\ \ \ | |/ / |/| |