Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Pull dmaengine updates from Vinod Koul: "We have couple of drivers removed a new driver and bunch of new device support and few updates to drivers for this round. New drivers/devices: - Intel LGM SoC DMA driver - Actions Semi S500 DMA controller - Renesas r8a779a0 dma controller - Ingenic JZ4760(B) dma controller - Intel KeemBay AxiDMA controller Removed: - Coh901318 dma driver - Zte zx dma driver - Sirfsoc dma driver Updates: - mmp_pdma, mmp_tdma gained module support - imx-sdma become modern and dropped platform data support - dw-axi driver gained slave and cyclic dma support" * tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine: (58 commits) dmaengine: dw-axi-dmac: remove redundant null check on desc dmaengine: xilinx_dma: Alloc tx descriptors GFP_NOWAIT dmaengine: dw-axi-dmac: Virtually split the linked-list dmaengine: dw-axi-dmac: Set constraint to the Max segment size dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support dmaengine: drivers: Kconfig: add HAS_IOMEM dependency to DW_AXI_DMAC dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA dmaengine: dw-axi-dmac: Support burst residue granularity dmaengine: dw-axi-dmac: Support of_dma_controller_register() dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic() dmaengine: dw-axi-dmac: Support device_prep_slave_sg dmaengine: dw-axi-dmac: Add device_config operation dmaengine: dw-axi-dmac: Add device_synchronize() callback dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources() dmaengine: dw-axi-dmac: simplify descriptor management dt-bindings: dma: Add YAML schemas for dw-axi-dmac dmaengine: ti: k3-psil: optimize struct psil_endpoint_config for size ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 6 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/devicetree/bindings/dma/ingenic,dma.yaml 2 additions, 0 deletionsDocumentation/devicetree/bindings/dma/ingenic,dma.yaml
- Documentation/devicetree/bindings/dma/intel,ldma.yaml 116 additions, 0 deletionsDocumentation/devicetree/bindings/dma/intel,ldma.yaml
- Documentation/devicetree/bindings/dma/owl-dma.yaml 4 additions, 3 deletionsDocumentation/devicetree/bindings/dma/owl-dma.yaml
- Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml 48 additions, 28 deletionsDocumentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
- Documentation/devicetree/bindings/dma/sirfsoc-dma.txt 0 additions, 44 deletionsDocumentation/devicetree/bindings/dma/sirfsoc-dma.txt
- Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt 0 additions, 39 deletionsDocumentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
- Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml 126 additions, 0 deletionsDocumentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
- Documentation/devicetree/bindings/dma/ste-coh901318.txt 0 additions, 32 deletionsDocumentation/devicetree/bindings/dma/ste-coh901318.txt
- Documentation/devicetree/bindings/dma/zxdma.txt 0 additions, 38 deletionsDocumentation/devicetree/bindings/dma/zxdma.txt
- MAINTAINERS 1 addition, 3 deletionsMAINTAINERS
- drivers/dma/Kconfig 5 additions, 25 deletionsdrivers/dma/Kconfig
- drivers/dma/Makefile 1 addition, 3 deletionsdrivers/dma/Makefile
- drivers/dma/at_hdmac.c 19 additions, 0 deletionsdrivers/dma/at_hdmac.c
- drivers/dma/at_hdmac_regs.h 25 additions, 3 deletionsdrivers/dma/at_hdmac_regs.h
- drivers/dma/coh901318.c 0 additions, 2808 deletionsdrivers/dma/coh901318.c
- drivers/dma/coh901318.h 0 additions, 141 deletionsdrivers/dma/coh901318.h
- drivers/dma/coh901318_lli.c 0 additions, 313 deletionsdrivers/dma/coh901318_lli.c
- drivers/dma/dma-jz4780.c 14 additions, 0 deletionsdrivers/dma/dma-jz4780.c
- drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c 605 additions, 93 deletionsdrivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c
Loading
Please register or sign in to comment