-
- Downloads
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Pull slave-dma updates from Vinod Koul: "Some notable changes are: - new driver for AMBA AXI NBPF by Guennadi - new driver for sun6i controller by Maxime - pl330 drivers fixes from Lar's - sh-dma updates and fixes from Laurent, Geert and Kuninori - Documentation updates from Geert - drivers fixes and updates spread over dw, edma, freescale, mpc512x etc.." * 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma: (72 commits) dmaengine: sun6i: depends on RESET_CONTROLLER dma: at_hdmac: fix invalid remaining bytes detection dmaengine: nbpfaxi: don't build this driver where it cannot be used dmaengine: nbpf_error_get_channel() can be static dma: pl08x: Use correct specifier for size_t values dmaengine: Remove the context argument to the prep_dma_cyclic operation dmaengine: nbpfaxi: convert to tasklet dmaengine: nbpfaxi: fix a theoretical race dmaengine: add a driver for AMBA AXI NBPF DMAC IP cores dmaengine: add device tree binding documentation for the nbpfaxi driver dmaengine: edma: Do not register second device when booted with DT dmaengine: edma: Do not change the error code returned from edma_alloc_slot dmaengine: rcar-dmac: Add device tree bindings documentation dmaengine: shdma: Allocate cyclic sg list dynamically dmaengine: shdma: Make channel filter ignore unrelated devices dmaengine: sh: Rework Kconfig and Makefile dmaengine: sun6i: Fix memory leaks dmaengine: sun6i: Free the interrupt before killing the tasklet dmaengine: sun6i: Remove switch statement from buswidth convertion routine dmaengine: of: kconfig: select DMA_ENGINE when DMA_OF is selected ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/dma/fsl-imx-sdma.txt
- Documentation/devicetree/bindings/dma/mpc512x-dma.txt 29 additions, 0 deletionsDocumentation/devicetree/bindings/dma/mpc512x-dma.txt
- Documentation/devicetree/bindings/dma/nbpfaxi.txt 61 additions, 0 deletionsDocumentation/devicetree/bindings/dma/nbpfaxi.txt
- Documentation/devicetree/bindings/dma/rcar-audmapp.txt 29 additions, 0 deletionsDocumentation/devicetree/bindings/dma/rcar-audmapp.txt
- Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt 98 additions, 0 deletionsDocumentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
- Documentation/devicetree/bindings/dma/ste-dma40.txt 72 additions, 2 deletionsDocumentation/devicetree/bindings/dma/ste-dma40.txt
- Documentation/devicetree/bindings/dma/sun6i-dma.txt 45 additions, 0 deletionsDocumentation/devicetree/bindings/dma/sun6i-dma.txt
- Documentation/dmaengine.txt 9 additions, 8 deletionsDocumentation/dmaengine.txt
- arch/arm/common/edma.c 30 additions, 1 deletionarch/arm/common/edma.c
- arch/powerpc/boot/dts/mpc5121.dtsi 1 addition, 0 deletionsarch/powerpc/boot/dts/mpc5121.dtsi
- arch/sh/drivers/dma/dma-sh.c 1 addition, 1 deletionarch/sh/drivers/dma/dma-sh.c
- arch/sh/include/asm/dma-register.h 19 additions, 17 deletionsarch/sh/include/asm/dma-register.h
- arch/sh/kernel/cpu/sh4a/setup-sh7722.c 12 additions, 12 deletionsarch/sh/kernel/cpu/sh4a/setup-sh7722.c
- arch/sh/kernel/cpu/sh4a/setup-sh7724.c 24 additions, 24 deletionsarch/sh/kernel/cpu/sh4a/setup-sh7724.c
- arch/sh/kernel/cpu/sh4a/setup-sh7757.c 32 additions, 32 deletionsarch/sh/kernel/cpu/sh4a/setup-sh7757.c
- drivers/dma/Kconfig 17 additions, 0 deletionsdrivers/dma/Kconfig
- drivers/dma/Makefile 4 additions, 2 deletionsdrivers/dma/Makefile
- drivers/dma/TODO 0 additions, 1 deletiondrivers/dma/TODO
- drivers/dma/amba-pl08x.c 3 additions, 3 deletionsdrivers/dma/amba-pl08x.c
- drivers/dma/at_hdmac.c 8 additions, 7 deletionsdrivers/dma/at_hdmac.c
Loading
Please register or sign in to comment