summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-1/+1
2022-10-07Merge tag 'dmaengine-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-344/+1277
2022-09-29dmaengine: ioat: remove unused declarations in dma.hGaosheng Cui-2/+0
2022-09-29dmaengine: ti: k3-udma: Respond TX done if DMA_PREP_INTERRUPT is not requestedVaishnav Achath-2/+10
2022-09-29dmaengine: zynqmp_dma: Add device_synchronize supportSwati Agarwal-0/+12
2022-09-29dmaengine: dw-edma: Remove runtime PM supportManivannan Sadhasivam-12/+0
2022-09-29dmaengine: idxd: add configuration for concurrent batch descriptor processingDave Jiang-3/+40
2022-09-29dmaengine: idxd: add configuration for concurrent work descriptor processingDave Jiang-15/+75
2022-09-29dmaengine: idxd: add WQ operation cap restriction supportDave Jiang-3/+117
2022-09-29dmanegine: idxd: reformat opcap output to match bitmap_parse() inputDave Jiang-7/+26
2022-09-29dmaengine: idxd: convert ats_dis to a wq flagDave Jiang-5/+8
2022-09-29dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()Dave Jiang-3/+3
2022-09-29dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sgChristian Marangi-7/+13
2022-09-29dmaengine: qcom-adm: fix wrong sizeof config in slave_configChristian Marangi-1/+1
2022-09-29dmaengine: ti: k3-psil: add additional TX threads for j721eMatt Ranostay-0/+79
2022-09-29dmaengine: ti: k3-psil: add additional TX threads for j7200Matt Ranostay-0/+67
2022-09-29dmaengine: apple-admac: Trigger shared resetMartin Povišer-3/+19
2022-09-29dmaengine: apple-admac: Do not use devres for IRQsMartin Povišer-9/+18
2022-09-29dmaengine: ti: edma: Remove some unused functionsJiapeng Chong-40/+0
2022-09-29dmaengine: sh: rcar-dmac: Replace zero-length arrays with DECLARE_FLEX_ARRAY(...Gustavo A. R. Silva-2/+2
2022-09-29dmaengine: idxd: Remove unused struct idxd_faultYuan Can-6/+0
2022-09-29dmaengine: idxd: track enabled workqueues in bitmapJerry Snitselaar-2/+14
2022-09-29dmaengine: idxd: Set wq state to disabled in idxd_wq_disable_cleanup()Jerry Snitselaar-1/+1
2022-09-29dmaengine: pl08x: Fix double wordShaomin Deng-1/+1
2022-09-29dmaengine: virt-dma: Fix double word in commentsShaomin Deng-1/+1
2022-09-29dmaengine: qcom: gpi: move read_lock_bh to read_lock in taskletTuo Cao-3/+3
2022-09-29dmaengine: mxs: use platform_driver_registerDario Binacchi-7/+4
2022-09-05dmaengine: dw-axi-dmac: Drop obsolete dependency on COMPILE_TESTJean Delvare-1/+1
2022-09-05dmaengine: at_xdmac: Replace two if statements with only one with two conditionsTudor Ambarus-4/+1
2022-09-05dmaengine: pl330: Remove unused flagsHarini Katakam-4/+0
2022-09-05dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warningShravya Kumbham-1/+1
2022-09-05dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()Liang He-3/+3
2022-09-05dmaengine: stm32-dmamux: Simplify code and save a few bytes of memoryChristophe JAILLET-7/+1
2022-09-05dmaengine: stm32-dmamux: Fix comment typoJason Wang-1/+1
2022-09-05dmaengine: sf-pdma:Remove the print function dev_err()ye xingchen-6/+2
2022-09-05dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflowVaishnav Achath-8/+17
2022-09-04dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API ...Swati Agarwal-1/+5
2022-09-04dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores propertySwati Agarwal-1/+1
2022-09-04dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handlingSwati Agarwal-6/+7
2022-09-04dmaengine: hsu: Include headers we are direct user ofAndy Shevchenko-1/+13
2022-09-04dmaengine: hsu: Use GENMASK() consistentlyAndy Shevchenko-3/+4
2022-09-04dmaengine: hsu: using for_each_set_bit to simplify the codeAndy Shevchenko-11/+8
2022-09-04dmaengine: hsu: Finish conversion to managed resourcesAndy Shevchenko-15/+12
2022-09-04dmaengine: stm32-mdma: add support to be triggered by STM32 DMAAmelie Delaunay-1/+69
2022-09-04dmaengine: stm32-dma: add support to trigger STM32 MDMAAmelie Delaunay-1/+46
2022-09-04dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfieldAmelie Delaunay-1/+1
2022-09-04dmaengine: stm32-dma: use bitfield helpersAmelie Delaunay-35/+25
2022-09-04dmaengine: stm32-dma: introduce 3 helpers to address channel flagsAmelie Delaunay-17/+12
2022-09-04dmaengine: hisilicon: Dump regs to debugfsJie Hai-2/+236
2022-09-04dmaengine: hisilicon: Adapt DMA driver to HiSilicon IP09Jie Hai-82/+299