Commit e81dd54f62c7 for kernel

commit e81dd54f62c753dd423d1a9b62481a1c599fb975
Merge: 9b725d5959a1 ab736ed52e34
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Feb 17 11:47:17 2026 -0800

    Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine

    Pull dmaengine updates from Vinod Koul:
     "Core:
       - Add Frank Li as susbstem reviewer to help with reviews

      New Support:
       - Mediatek support for Dimensity 6300 and 9200 controller
       - Qualcomm Kaanapali and Glymur GPI DMA engine
       - Synopsis DW AXI Agilex5
       - Renesas RZ/V2N SoC
       - Atmel microchip lan9691-dma
       - Tegra ADMA tegra264

      Updates:
       - sg_nents_for_dma() helper use in subsystem
       - pm_runtime_mark_last_busy() redundant call update for subsystem
       - Residue support for xilinx AXIDMA driver
       - Intel Max SGL Size Support and capabilities for DSA3.0
       - AXI dma larger than 32bits address support"

    * tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine: (64 commits)
      dmaengine: add Frank Li as reviewer
      dt-bindings: dma: qcom,gpi: Update max interrupts lines to 16
      dmaengine: fsl-edma: don't explicitly disable clocks in .remove()
      dmaengine: xilinx: xdma: use sg_nents_for_dma() helper
      dmaengine: sh: use sg_nents_for_dma() helper
      dmaengine: sa11x0: use sg_nents_for_dma() helper
      dmaengine: qcom: bam_dma: use sg_nents_for_dma() helper
      dmaengine: qcom: adm: use sg_nents_for_dma() helper
      dmaengine: pxa-dma: use sg_nents_for_dma() helper
      dmaengine: lgm: use sg_nents_for_dma() helper
      dmaengine: k3dma: use sg_nents_for_dma() helper
      dmaengine: dw-axi-dmac: use sg_nents_for_dma() helper
      dmaengine: bcm2835-dma: use sg_nents_for_dma() helper
      dmaengine: axi-dmac: use sg_nents_for_dma() helper
      dmaengine: altera-msgdma: use sg_nents_for_dma() helper
      scatterlist: introduce sg_nents_for_dma() helper
      dmaengine: idxd: Add Max SGL Size Support for DSA3.0
      dmaengine: idxd: Expose DSA3.0 capabilities through sysfs
      dmaengine: sh: rz-dmac: Make channel irq local
      dmaengine: pl08x: Fix comment stating the difference between PL080 and PL081
      ...