Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Pull dmaengine updates from Vinod Koul: "This time we have couple of new drivers along with updates to drivers: - new drivers for the DesignWare AXI DMAC and MediaTek High-Speed DMA controllers - stm32 dma and qcom bam dma driver updates - norandom test option for dmatest" * tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dma: (30 commits) dmaengine: stm32-dma: properly mask irq bits dmaengine: stm32-dma: fix max items per transfer dmaengine: stm32-dma: fix DMA IRQ status handling dmaengine: stm32-dma: Improve memory burst management dmaengine: stm32-dma: fix typo and reported checkpatch warnings dmaengine: stm32-dma: fix incomplete configuration in cyclic mode dmaengine: stm32-dma: threshold manages with bitfield feature dt-bindings: stm32-dma: introduce DMA features bitfield dt-bindings: rcar-dmac: Document r8a77470 support dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacks dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught" dmaengine: edma: Check the memory allocation for the memcpy dma device dmaengine: at_xdmac: fix rare residue corruption dmaengine: mediatek: update MAINTAINERS entry with MediaTek DMA driver dmaengine: mediatek: Add MediaTek High-Speed DMA controller for MT7622 and MT7623 SoC dt-bindings: dmaengine: Add MediaTek High-Speed DMA controller bindings dt-bindings: Document the Synopsys DW AXI DMA bindings dmaengine: Introduce DW AXI DMAC driver dmaengine: pl330: fix a race condition in case of threaded irqs dmaengine: imx-sdma: fix pagefault when channel is disabled during interrupt ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/dma/mtk-hsdma.txt 33 additions, 0 deletionsDocumentation/devicetree/bindings/dma/mtk-hsdma.txt
- Documentation/devicetree/bindings/dma/qcom_bam_dma.txt 4 additions, 0 deletionsDocumentation/devicetree/bindings/dma/qcom_bam_dma.txt
- Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt 2 additions, 0 deletionsDocumentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
- Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/dma/renesas,usb-dmac.txt
- Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt 41 additions, 0 deletionsDocumentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
- Documentation/devicetree/bindings/dma/stm32-dma.txt 3 additions, 3 deletionsDocumentation/devicetree/bindings/dma/stm32-dma.txt
- MAINTAINERS 15 additions, 0 deletionsMAINTAINERS
- drivers/dma/Kconfig 12 additions, 0 deletionsdrivers/dma/Kconfig
- drivers/dma/Makefile 2 additions, 0 deletionsdrivers/dma/Makefile
- drivers/dma/at_xdmac.c 2 additions, 2 deletionsdrivers/dma/at_xdmac.c
- drivers/dma/dmatest.c 12 additions, 4 deletionsdrivers/dma/dmatest.c
- drivers/dma/dw-axi-dmac/Makefile 1 addition, 0 deletionsdrivers/dma/dw-axi-dmac/Makefile
- drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c 1008 additions, 0 deletionsdrivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c
- drivers/dma/dw-axi-dmac/dw-axi-dmac.h 334 additions, 0 deletionsdrivers/dma/dw-axi-dmac/dw-axi-dmac.h
- drivers/dma/edma.c 6 additions, 0 deletionsdrivers/dma/edma.c
- drivers/dma/imx-sdma.c 21 additions, 0 deletionsdrivers/dma/imx-sdma.c
- drivers/dma/mediatek/Kconfig 13 additions, 0 deletionsdrivers/dma/mediatek/Kconfig
- drivers/dma/mediatek/Makefile 1 addition, 0 deletionsdrivers/dma/mediatek/Makefile
- drivers/dma/mediatek/mtk-hsdma.c 1056 additions, 0 deletionsdrivers/dma/mediatek/mtk-hsdma.c
- drivers/dma/pl330.c 4 additions, 2 deletionsdrivers/dma/pl330.c
Loading
Please register or sign in to comment