summaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * dmaengine: mxs: use platform_driver_registerDario Binacchi2022-09-291-7/+4
| * dmaengine: dw-axi-dmac: Drop obsolete dependency on COMPILE_TESTJean Delvare2022-09-051-1/+1
| * dmaengine: at_xdmac: Replace two if statements with only one with two conditionsTudor Ambarus2022-09-051-4/+1
| * dmaengine: pl330: Remove unused flagsHarini Katakam2022-09-051-4/+0
| * dmaengine: stm32-dmamux: Simplify code and save a few bytes of memoryChristophe JAILLET2022-09-051-7/+1
| * dmaengine: stm32-dmamux: Fix comment typoJason Wang2022-09-051-1/+1
| * dmaengine: sf-pdma:Remove the print function dev_err()ye xingchen2022-09-051-6/+2
| * dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflowVaishnav Achath2022-09-051-8/+17
| * dmaengine: hsu: Include headers we are direct user ofAndy Shevchenko2022-09-043-1/+13
| * dmaengine: hsu: Use GENMASK() consistentlyAndy Shevchenko2022-09-041-3/+4
| * dmaengine: hsu: using for_each_set_bit to simplify the codeAndy Shevchenko2022-09-041-11/+8
| * dmaengine: hsu: Finish conversion to managed resourcesAndy Shevchenko2022-09-041-15/+12
| * dmaengine: stm32-mdma: add support to be triggered by STM32 DMAAmelie Delaunay2022-09-041-1/+69
| * dmaengine: stm32-dma: add support to trigger STM32 MDMAAmelie Delaunay2022-09-041-1/+46
| * dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfieldAmelie Delaunay2022-09-041-1/+1
| * dmaengine: stm32-dma: use bitfield helpersAmelie Delaunay2022-09-041-35/+25
| * dmaengine: stm32-dma: introduce 3 helpers to address channel flagsAmelie Delaunay2022-09-041-17/+12
| * dmaengine: hisilicon: Dump regs to debugfsJie Hai2022-09-041-2/+236
| * dmaengine: hisilicon: Adapt DMA driver to HiSilicon IP09Jie Hai2022-09-041-82/+299
| * dmaengine: hisilicon: Use macros instead of magic numberJie Hai2022-09-041-6/+13
| * dmaengine: hisilicon: Add multi-thread support for a DMA channelJie Hai2022-09-041-4/+2
| * dmaengine: hisilicon: Fix CQ head updateJie Hai2022-09-041-5/+3
| * dmaengine: hisilicon: Disable channels when unregister hisi_dmaJie Hai2022-09-041-5/+9
| * dmaengine: idxd: avoid deadlock in process_misc_interrupts()Jerry Snitselaar2022-09-041-2/+0
| * dmaengine: qcom: gpi: Add SM6350 supportLuca Weiss2022-09-041-0/+1
* | dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warningShravya Kumbham2022-09-051-1/+1
* | dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()Liang He2022-09-051-3/+3
* | dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API ...Swati Agarwal2022-09-041-1/+5
* | dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores propertySwati Agarwal2022-09-041-1/+1
* | dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handlingSwati Agarwal2022-09-041-6/+7
|/
* Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-057-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-0532-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