-
- Downloads
Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Pull dmaengine updates from Vinod Koul: "This time we fairly boring and bit small update. - Support for Intel iDMA 32-bit hardware - deprecate broken support for channel switching in async_tx - bunch of updates on stm32-dma - Cyclic support for zx dma and making in generic zx dma driver - Small updates to bunch of other drivers" * tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dma: (29 commits) async_tx: deprecate broken support for channel switching dmaengine: rcar-dmac: Widen DMA mask to 40 bits dmaengine: sun6i: allow build on ARM64 platforms (sun50i) dmaengine: Provide a wrapper for memcpy operations dmaengine: zx: fix build warning dmaengine: dw: we do support Merrifield SoC in PCI mode dmaengine: dw: add support of iDMA 32-bit hardware dmaengine: dw: introduce register mappings for iDMA 32-bit dmaengine: dw: introduce block2bytes() and bytes2block() dmaengine: dw: extract dwc_chan_pause() for future use dmaengine: dw: replace convert_burst() with one liner dmaengine: dw: register IRQ and DMA pool with instance ID dmaengine: dw: Fix data corruption in large device to memory transfers dmaengine: ste_dma40: indicate granularity on channels dmaengine: ste_dma40: indicate directions on channels dmaengine: stm32-dma: Add error messages if xlate fails dmaengine: dw: pci: remove LPE Audio DMA ID dmaengine: stm32-dma: Add max_burst support dmaengine: stm32-dma: Add synchronization support dmaengine: stm32-dma: Fix residue computation issue in cyclic mode ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-platform-hidma 1 addition, 1 deletionDocumentation/ABI/testing/sysfs-platform-hidma
- Documentation/ABI/testing/sysfs-platform-hidma-mgmt 10 additions, 10 deletionsDocumentation/ABI/testing/sysfs-platform-hidma-mgmt
- Documentation/devicetree/bindings/dma/stm32-dma.txt 2 additions, 3 deletionsDocumentation/devicetree/bindings/dma/stm32-dma.txt
- drivers/dma/Kconfig 4 additions, 4 deletionsdrivers/dma/Kconfig
- drivers/dma/Makefile 1 addition, 1 deletiondrivers/dma/Makefile
- drivers/dma/dmaengine.c 11 additions, 10 deletionsdrivers/dma/dmaengine.c
- drivers/dma/dw/core.c 151 additions, 60 deletionsdrivers/dma/dw/core.c
- drivers/dma/dw/pci.c 17 additions, 2 deletionsdrivers/dma/dw/pci.c
- drivers/dma/dw/platform.c 1 addition, 0 deletionsdrivers/dma/dw/platform.c
- drivers/dma/dw/regs.h 54 additions, 5 deletionsdrivers/dma/dw/regs.h
- drivers/dma/ipu/ipu_irq.c 1 addition, 1 deletiondrivers/dma/ipu/ipu_irq.c
- drivers/dma/sh/rcar-dmac.c 1 addition, 0 deletionsdrivers/dma/sh/rcar-dmac.c
- drivers/dma/ste_dma40.c 5 additions, 2 deletionsdrivers/dma/ste_dma40.c
- drivers/dma/stm32-dma.c 59 additions, 29 deletionsdrivers/dma/stm32-dma.c
- drivers/dma/zx_dma.c 4 additions, 2 deletionsdrivers/dma/zx_dma.c
- include/linux/async_tx.h 1 addition, 1 deletioninclude/linux/async_tx.h
- include/linux/dma/dw.h 2 additions, 0 deletionsinclude/linux/dma/dw.h
- include/linux/dmaengine.h 11 additions, 0 deletionsinclude/linux/dmaengine.h
- include/linux/platform_data/dma-dw.h 2 additions, 0 deletionsinclude/linux/platform_data/dma-dw.h
Loading
Please register or sign in to comment