summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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-047-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