aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2023-02-10dmaengine: use sysfs_emit() to instead of scnprintf()Andy Shevchenko1-3/+3
2023-02-10dmaengine: xilinx: xdma: Add user logic interrupt supportLizhi Hou1-0/+81
2023-02-10dmaengine: xilinx: xdma: Add xilinx xdma driverLizhi Hou4-0/+1074
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-27dmaengine: dw-edma: Simplify debugfs context CSRs init procedureSerge Semin1-45/+37
2023-01-27dmaengine: dw-edma: Rename debugfs dentry variables to 'dent'Serge Semin1-23/+23
2023-01-27dmaengine: dw-edma: Convert debugfs descs to being heap-allocatedSerge Semin1-3/+12
2023-01-27dmaengine: dw-edma: Add dw_edma prefix to debugfs nodes descriptorSerge Semin1-9/+9
2023-01-27dmaengine: dw-edma: Stop checking debugfs_create_*() return valueSerge Semin1-15/+5
2023-01-27dmaengine: dw-edma: Drop unnecessary debugfs reg castsSerge Semin1-3/+4
2023-01-27dmaengine: dw-edma: Drop chancnt initializationSerge Semin1-1/+0
2023-01-27dmaengine: dw-edma: Add PCI bus address getter to the remote EP glue driverSerge Semin1-0/+15
2023-01-27dmaengine: dw-edma: Add CPU to PCI bus address translationSerge Semin1-1/+17
2023-01-27dmaengine: dw-edma: Fix invalid interleaved xfers semanticsSerge Semin1-11/+7
2023-01-27dmaengine: dw-edma: Don't permit non-inc interleaved xfersSerge Semin1-6/+6
2023-01-27dmaengine: dw-edma: Fix missing src/dst address of interleaved xfersSerge Semin1-0/+4
2023-01-27dmaengine: dw-edma: Convert ll/dt phys address to PCI bus/DMA addressSerge Semin1-4/+4
2023-01-27dmaengine: dw-edma: Release requested IRQs on failureSerge Semin1-4/+10
2023-01-19ptdma: pt_core_execute_cmd() should use spinlockEric Pilmore2-4/+5
2023-01-18dmaengine: tegra: Fix memory leak in terminate_all()Akhil R1-0/+1
2023-01-18dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus29-100/+36
2023-01-18dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()Liu Shixin1-1/+3
2023-01-18dmaengine: at_xdmac: remove empty lineClaudiu Beznea1-1/+0
2023-01-18dmaengine: at_xdmac: add runtime pm supportClaudiu Beznea1-15/+202
2023-01-18dmaengine: at_xdmac: align properly function membersClaudiu Beznea1-1/+1
2023-01-18dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_initHui Wang1-1/+3
2023-01-18dmaengine: ppc4xx: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen1-7/+5
2023-01-18dmaengine: sun6i: Set the maximum segment sizeSamuel Holland1-0/+3
2023-01-18dmaengine: Fix double increment of client_count in dma_chan_get()Koba Ko1-3/+4
2023-01-18dmaengine: tegra210-adma: fix global intr clearMohan Kumar1-1/+1
2023-01-18Add exception protection processing for vd in axi_chan_handle_err functionShawn.Shao1-0/+6
2023-01-18dmaengine: lgm: Move DT parsing after initializationPeter Harliman Liem1-5/+5
2023-01-17dmaengine: ti: k3-udma: remove non-fatal probe deferral logJayesh Choudhary1-1/+0
2023-01-16dmaengine: remove s3c24xx driverArnd Bergmann3-1441/+0
2023-01-16ARM: mmp: remove custom sram codeArnd Bergmann1-5/+2
2022-12-28dmaengine: imx-sdma: support hdmi in sdmaJoy Zou1-8/+30
2022-12-28dmaengine: HISI_DMA should depend on ARCH_HISIGeert Uytterhoeven1-1/+1
2022-12-28dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REGJayesh Choudhary1-2/+3
2022-12-28dmaengine: idxd: Do not call DMX TX callbacks during workqueue disableReinette Chatre1-0/+11
2022-12-28dmaengine: idxd: Prevent use after free on completion memoryReinette Chatre1-1/+1
2022-12-28dmaengine: idxd: Let probe fail when workqueue cannot be enabledReinette Chatre1-2/+1
2022-12-28dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0Fenghua Yu3-4/+4
2022-12-28dmaengine: idxd: Remove the unused function set_completion_address()Jiapeng Chong1-6/+0
2022-12-28dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operationVijaya Krishna Nivarthi1-0/+1
2022-12-28dmaengine: ti: k3-udma: Add support for BCDMA CSI RXVignesh Raghavendra1-5/+32
2022-12-28dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoCVignesh Raghavendra1-0/+1
2022-12-28dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA dataJai Luthra4-1/+200
2022-12-28dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHANVignesh Raghavendra1-0/+3
2022-12-19Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds21-3934/+1226
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds2-26/+2