summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2023-08-07dmaengine: xilinx: xdma: Fix typoMiquel Raynal-1/+1
2023-08-07dmaengine: xilinx: xdma: Fix interrupt vector settingMiquel Raynal-0/+2
2023-08-07dmaengine: owl-dma: Modify mismatched function nameZhang Jianhua-1/+1
2023-08-07dmaengine: idxd: Clear PRS disable flag when disabling IDXD deviceFenghua Yu-3/+1
2023-08-07dmaengine: pl330: Return DMA_PAUSED when transaction is pausedIlpo Järvinen-2/+16
2023-08-07dmaengine: mcf-edma: Fix a potential un-allocated memory accessChristophe JAILLET-6/+7
2023-07-12dmaengine: xilinx: xdma: Fix Judgment of the return valueMinjie Du-1/+1
2023-07-12idmaengine: make FSL_EDMA and INTEL_IDMA64 depends on HAS_IOMEMBaoquan He-0/+2
2023-07-06Merge tag 'dmaengine-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-288/+1113
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+6
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+1
2023-06-26dmaengine: ioat: Free up __cleanup() namePeter Zijlstra-6/+6
2023-05-30bus: fsl-mc: Make remove function return voidUwe Kleine-König-3/+1
2023-05-24dmaengine: sprd: Don't set chancntJisheng Zhang-1/+0
2023-05-24dmaengine: hidma: Don't set chancntJisheng Zhang-1/+0
2023-05-24dmaengine: plx_dma: Don't set chancntJisheng Zhang-1/+0
2023-05-24dmaengine: axi-dmac: Don't set chancntJisheng Zhang-1/+0
2023-05-24dmaengine: dw-axi-dmac: Don't set chancntJisheng Zhang-1/+0
2023-05-24dmaengine: qcom: bam_dma: allow omitting num-{channels,ees}Stephan Gerhold-9/+9
2023-05-24dmaengine: dw-edma: Add HDMA DebugFS supportCai Huoqing-1/+196
2023-05-24dmaengine: dw-edma: Add support for native HDMACai Huoqing-3/+448
2023-05-24dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract contr...Cai Huoqing-82/+157
2023-05-24dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_opsCai Huoqing-2/+2
2023-05-24dmaengine: at_hdmac: Extend the Flow Controller bitfield to three bitsPeter Rosin-1/+1
2023-05-24dmaengine: at_hdmac: Repair bitfield macros for peripheral ID handlingPeter Rosin-6/+9
2023-05-24dmaengine: pl330: rename _start to prevent build errorRandy Dunlap-4/+4
2023-05-19dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()Dan Carpenter-2/+5
2023-05-19dmaengine: ste_dma40: use proper format string for resource_size_tArnd Bergmann-2/+2
2023-05-18dmaengine: make QCOM_HIDMA depend on HAS_IOMEMBaoquan He-0/+1
2023-05-18dmaengine: ste_dma40: fix typo in enum documentationVinod Koul-1/+1
2023-05-18dmaengine: ste_dma40: use correct print specfier for resource_size_tVinod Koul-2/+2
2023-05-17dmaengine: ti: k3-udma: annotate pm function with __maybe_unusedVinod Koul-2/+2
2023-05-17dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()Harshit Mogalapalli-1/+0
2023-05-16dmaengine: ti: k3-udma: Add support for J721S2 CSI BCDMA instanceVaishnav Achath-0/+25
2023-05-16dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for main CPSW2GKishon Vijay Abraham I-0/+11
2023-05-16dmaengine: ste_dma40: Return error codes properlyLinus Walleij-22/+24
2023-05-16dmaengine: ste_dma40: Use managed resourcesLinus Walleij-119/+61
2023-05-16dmaengine: ste_dma40: Pass dev to OF functionLinus Walleij-7/+6
2023-05-16dmaengine: ste_dma40: Remove platform dataLinus Walleij-19/+150
2023-05-16dmaengine: ste_dma40: Add dev helper variableLinus Walleij-24/+26
2023-05-16dmaengine: ste_dma40: Get LCPA SRAM from SRAM nodeLinus Walleij-23/+25
2023-05-03Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-253/+1725
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+32
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel-13/+32
2023-04-13dmaengine: remove MODULE_LICENSE in non-modulesNick Alcock-4/+0
2023-04-13dmaengine: stm32-mdma: remove MODULE_LICENSE in non-modulesNick Alcock-2/+0
2023-04-13dmaengine: idxd: Add enable/disable device IOPF featureLu Baolu-6/+25
2023-04-12dmaengine: idxd: add per wq PRS disableDave Jiang-5/+64