summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-138-24/+76
|\
| * dmaengine: fsl-edma: fix all channels requested when call fsl_edma3_xlate()Frank Li2023-10-091-2/+4
| * dmaengine: stm32-dma: fix residue in case of MDMA chainingAmelie Delaunay2023-10-091-3/+4
| * dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chainingAmelie Delaunay2023-10-091-1/+3
| * dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is setAmelie Delaunay2023-10-091-5/+9
| * dmaengine: stm32-mdma: use Link Address Register to compute residueAmelie Delaunay2023-10-091-4/+11
| * dmaengine: stm32-mdma: abort resume if no ongoing transferAmelie Delaunay2023-10-091-0/+4
| * dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probeZhang Shurong2023-10-091-0/+1
| * dmaengine: mediatek: Fix deadlock caused by synchronize_irq()Duoming Zhou2023-10-041-2/+1
| * dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irqRex Zhang2023-10-041-2/+3
| * dmaengine: fsl-edma: fix edma4 channel enable failure on second attemptFrank Li2023-09-281-2/+8
| * dmaengine: fsl-dma: fix DMA error when enabling sg if 'DONE' bit is setFrank Li2023-09-283-3/+28
* | dmaengine: ti: k3-udma-glue: clean up k3_udma_glue_tx_get_irq() returnDan Carpenter2023-10-041-0/+3
|/
* Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-0364-2771/+765
|\
| * dmaengine: fsl-edma: integrate v3 supportFrank Li2023-08-223-23/+453
| * dmaengine: fsl-edma: move tcd into struct fsl_dma_chanFrank Li2023-08-224-28/+42
| * dmaengine: fsl-edma: refactor chan_name setup and safetyFrank Li2023-08-222-3/+4
| * dmaengine: fsl-edma: move clearing of register interrupt into setup_irq functionFrank Li2023-08-221-1/+4
| * dmaengine: fsl-edma: refactor using devm_clk_get_enabledFrank Li2023-08-221-17/+2
| * dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()Frank Li2023-08-222-23/+8
| * dmaengine: fsl-edma: move common IRQ handler to common.cFrank Li2023-08-224-56/+37
| * dmaengine: fsl-edma: Remove enum edma_versionFrank Li2023-08-224-41/+26
| * dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdataFrank Li2023-08-223-6/+7
| * dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.cFrank Li2023-08-224-19/+4
| * dmaengine: fsl-edma: fix build error when arch is s390Frank Li2023-08-221-0/+1
| * dmaengine: idxd: Fix issues with PRS disable sysfs knobFenghua Yu2023-08-211-2/+2
| * dmaengine: idxd: Allow ATS disable update only for configurable devicesFenghua Yu2023-08-211-0/+4
| * dmaengine: xilinx_dma: Program interrupt delay timeoutRadhey Shyam Pandey2023-08-211-9/+11
| * dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecaseRadhey Shyam Pandey2023-08-211-1/+1
| * dmaengine: xilinx_dma: Freeup active list based on descriptor completion bitRadhey Shyam Pandey2023-08-211-0/+9
| * dmaengine: xilinx_dma: Increase AXI DMA transaction segment countRadhey Shyam Pandey2023-08-211-1/+1
| * dmaengine: xilinx_dma: Pass AXI4-Stream control words to dma clientRadhey Shyam Pandey2023-08-211-0/+37
| * dmaengine: ioatdma: use pci_dev_id() to simplify the codeJialin Zhang2023-08-211-1/+1
| * dmaengine: ioat: fixing the wrong dma_dev->chancntYajun Deng2023-08-212-9/+11
| * dmaengine: Simplify dma_async_device_register()Yajun Deng2023-08-211-62/+20
| * dmaengine: fsl-edma: use struct_size() helperYu Liao2023-08-211-4/+3
| * dmaengine: mcf-edma: Use struct_size()Christophe JAILLET2023-08-211-4/+3
| * dmaengine: lgm: Use builtin_platform_driver macro to simplify the codeLi Zetao2023-08-211-6/+1
| * dmaengine: ste_dma40: Add missing IRQ check in d40_proberuanjinjie2023-08-211-0/+4
| * dmaengine: owl-dma: fix clang -Wvoid-pointer-to-enum-cast warningJustin Stitt2023-08-211-1/+1
| * dmaengine: idxd: Remove unused declarationsYue Haibing2023-08-211-5/+0
| * dmaengine: ep93xx: Use struct_size()Christophe JAILLET2023-08-021-3/+1
| * dmaengine: Explicitly include correct DT includesRob Herring2023-08-0139-43/+46
| * dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supportedFenghua Yu2023-08-011-4/+3
| * dmaengine: idxd: Simplify WQ attribute visibility checksFenghua Yu2023-08-011-15/+5
| * dmaengine:idxd: Use local64_try_cmpxchg in perfmon_pmu_event_updateUros Bizjak2023-08-011-4/+3
| * dmaengine: ipu: Remove the driverFabio Estevam2023-08-016-2363/+0
| * dmaengine: xilinx: dma: remove arch dependencyZong Li2023-07-121-1/+1
| * dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() callChristophe JAILLET2023-07-121-2/+0
| * dmaengine: idxd: Modify the dependence of attribute pasid_enabledRex Zhang2023-07-121-1/+1