]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Nov 2024 21:25:47 +0000 (13:25 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Nov 2024 21:25:47 +0000 (13:25 -0800)
Pull dmaengine updates from Vinod Koul:
 "New hardware support:

   - Qualcomm SAR2130P GPI dma support

   - Sifive PIC64GX pdma support

   - Rcar r7s72100 support and associated updates

  Updates:

   - STM32 DMA3 updates for packing/unpacking mode and prevention of
     additional xfers

   - Simplification of devm_acpi_dma_controller_register() and associate
     cleanup including headers

   - loongson prefix renames

   - Switch back to platform_driver::remove() subsystem update"

* tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine:
  dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2
  dt-bindings: dma: sifive pdma: Add PIC64GX to compatibles
  dmaengine: fix typo in the comment
  dmaengine: stm32-dma3: clamp AXI burst using match data
  dmaengine: stm32-dma3: prevent LL refactoring thanks to DT configuration
  dt-bindings: dma: stm32-dma3: prevent additional transfers
  dmaengine: stm32-dma3: refactor HW linked-list to optimize memory accesses
  dmaengine: stm32-dma3: prevent pack/unpack thanks to DT configuration
  dt-bindings: dma: stm32-dma3: prevent packing/unpacking mode
  dmaengine: idxd: Move DSA/IAA device IDs to IDXD driver
  dt-bindings: dma: qcom,gpi: Add SAR2130P compatible
  dmaengine: Switch back to struct platform_driver::remove()
  dmaengine: ep93xx: Fix unsigned compared against 0
  dmaengine: acpi: Clean up headers
  dmaengine: acpi: Simplify devm_acpi_dma_controller_register()
  dmaengine: acpi: Drop unused devm_acpi_dma_controller_free()
  dmaengine: sh: rz-dmac: add r7s72100 support
  dt-bindings: dma: rz-dmac: Document RZ/A1H SoC

1  2 
Documentation/driver-api/driver-model/devres.rst
MAINTAINERS
arch/loongarch/configs/loongson3_defconfig
drivers/dma/ep93xx_dma.c

index 568ed9714dbee5e588e6d71595a418d9545dbc2a,f23dbe5d66067171318a868d428c288083708d62..d594d0ea0e9dfaf30f9ef805b0a0272763a4601e
@@@ -458,11 -459,10 +458,10 @@@ SERDE
  
  SLAVE DMA ENGINE
    devm_acpi_dma_controller_register()
-   devm_acpi_dma_controller_free()
  
  SPI
 -  devm_spi_alloc_master()
 -  devm_spi_alloc_slave()
 +  devm_spi_alloc_host()
 +  devm_spi_alloc_target()
    devm_spi_optimize_message()
    devm_spi_register_controller()
    devm_spi_register_host()
diff --cc MAINTAINERS
Simple merge
Simple merge