summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge tag 'dmaengine-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-0732-344/+1277
|\
| * dmaengine: ioat: remove unused declarations in dma.hGaosheng Cui2022-09-291-2/+0
| * dmaengine: ti: k3-udma: Respond TX done if DMA_PREP_INTERRUPT is not requestedVaishnav Achath2022-09-291-2/+10
| * dmaengine: zynqmp_dma: Add device_synchronize supportSwati Agarwal2022-09-291-0/+12
| * dmaengine: dw-edma: Remove runtime PM supportManivannan Sadhasivam2022-09-291-12/+0
| * dmaengine: idxd: add configuration for concurrent batch descriptor processingDave Jiang2022-09-294-3/+40
| * dmaengine: idxd: add configuration for concurrent work descriptor processingDave Jiang2022-09-294-15/+75
| * dmaengine: idxd: add WQ operation cap restriction supportDave Jiang2022-09-295-3/+117
| * dmanegine: idxd: reformat opcap output to match bitmap_parse() inputDave Jiang2022-09-294-7/+26
| * dmaengine: idxd: convert ats_dis to a wq flagDave Jiang2022-09-293-5/+8
| * dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()Dave Jiang2022-09-291-3/+3
| * dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sgChristian Marangi2022-09-291-7/+13
| * dmaengine: qcom-adm: fix wrong sizeof config in slave_configChristian Marangi2022-09-291-1/+1
| * dmaengine: ti: k3-psil: add additional TX threads for j721eMatt Ranostay2022-09-291-0/+79
| * dmaengine: ti: k3-psil: add additional TX threads for j7200Matt Ranostay2022-09-291-0/+67
| * dmaengine: apple-admac: Trigger shared resetMartin Povišer2022-09-291-3/+19
| * dmaengine: apple-admac: Do not use devres for IRQsMartin Povišer2022-09-291-9/+18
| * dmaengine: ti: edma: Remove some unused functionsJiapeng Chong2022-09-291-40/+0
| * dmaengine: sh: rcar-dmac: Replace zero-length arrays with DECLARE_FLEX_ARRAY(...Gustavo A. R. Silva2022-09-291-2/+2
| * dmaengine: idxd: Remove unused struct idxd_faultYuan Can2022-09-291-6/+0
| * dmaengine: idxd: track enabled workqueues in bitmapJerry Snitselaar2022-09-295-2/+14
| * dmaengine: idxd: Set wq state to disabled in idxd_wq_disable_cleanup()Jerry Snitselaar2022-09-291-1/+1
| * dmaengine: pl08x: Fix double wordShaomin Deng2022-09-291-1/+1
| * dmaengine: virt-dma: Fix double word in commentsShaomin Deng2022-09-291-1/+1
| * dmaengine: qcom: gpi: move read_lock_bh to read_lock in taskletTuo Cao2022-09-291-3/+3
| * 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