Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Pull slave-dmaengine changes from Vinod Koul: "This brings for slave dmaengine: - Change dma notification flag to DMA_COMPLETE from DMA_SUCCESS as dmaengine can only transfer and not verify validaty of dma transfers - Bunch of fixes across drivers: - cppi41 driver fixes from Daniel - 8 channel freescale dma engine support and updated bindings from Hongbo - msx-dma fixes and cleanup by Markus - DMAengine updates from Dan: - Bartlomiej and Dan finalized a rework of the dma address unmap implementation. - In the course of testing 1/ a collection of enhancements to dmatest fell out. Notably basic performance statistics, and fixed / enhanced test control through new module parameters 'run', 'wait', 'noverify', and 'verbose'. Thanks to Andriy and Linus [Walleij] for their review. - Testing the raid related corner cases of 1/ triggered bugs in the recently added 16-source operation support in the ioatdma driver. - Some minor fixes / cleanups to mv_xor and ioatdma" * 'next' of git://git.infradead.org/users/vkoul/slave-dma: (99 commits) dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registers dma: mv_xor: Remove unneeded NULL address check ioat: fix ioat3_irq_reinit ioat: kill msix_single_vector support raid6test: add new corner case for ioatdma driver ioatdma: clean up sed pool kmem_cache ioatdma: fix selection of 16 vs 8 source path ioatdma: fix sed pool selection ioatdma: Fix bug in selftest after removal of DMA_MEMSET. dmatest: verbose mode dmatest: convert to dmaengine_unmap_data dmatest: add a 'wait' parameter dmatest: add basic performance metrics dmatest: add support for skipping verification and random data setup dmatest: use pseudo random numbers dmatest: support xor-only, or pq-only channels in tests dmatest: restore ability to start test at module load and init dmatest: cleanup redundant "dmatest: " prefixes dmatest: replace stored results mechanism, with uniform messages Revert "dmatest: append verify result to results" ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/dma/atmel-dma.txt 1 addition, 1 deletionDocumentation/devicetree/bindings/dma/atmel-dma.txt
- Documentation/devicetree/bindings/powerpc/fsl/dma.txt 101 additions, 37 deletionsDocumentation/devicetree/bindings/powerpc/fsl/dma.txt
- Documentation/dmatest.txt 41 additions, 31 deletionsDocumentation/dmatest.txt
- arch/arm/common/edma.c 2 additions, 2 deletionsarch/arm/common/edma.c
- arch/arm/include/asm/hardware/iop3xx-adma.h 0 additions, 30 deletionsarch/arm/include/asm/hardware/iop3xx-adma.h
- arch/arm/include/asm/hardware/iop_adma.h 0 additions, 4 deletionsarch/arm/include/asm/hardware/iop_adma.h
- arch/arm/mach-iop13xx/include/mach/adma.h 0 additions, 26 deletionsarch/arm/mach-iop13xx/include/mach/adma.h
- arch/powerpc/boot/dts/fsl/b4si-post.dtsi 2 additions, 2 deletionsarch/powerpc/boot/dts/fsl/b4si-post.dtsi
- arch/powerpc/boot/dts/fsl/elo3-dma-0.dtsi 82 additions, 0 deletionsarch/powerpc/boot/dts/fsl/elo3-dma-0.dtsi
- arch/powerpc/boot/dts/fsl/elo3-dma-1.dtsi 82 additions, 0 deletionsarch/powerpc/boot/dts/fsl/elo3-dma-1.dtsi
- arch/powerpc/boot/dts/fsl/t4240si-post.dtsi 2 additions, 2 deletionsarch/powerpc/boot/dts/fsl/t4240si-post.dtsi
- crypto/async_tx/async_memcpy.c 21 additions, 16 deletionscrypto/async_tx/async_memcpy.c
- crypto/async_tx/async_pq.c 99 additions, 75 deletionscrypto/async_tx/async_pq.c
- crypto/async_tx/async_raid6_recov.c 43 additions, 18 deletionscrypto/async_tx/async_raid6_recov.c
- crypto/async_tx/async_tx.c 2 additions, 2 deletionscrypto/async_tx/async_tx.c
- crypto/async_tx/async_xor.c 66 additions, 57 deletionscrypto/async_tx/async_xor.c
- crypto/async_tx/raid6test.c 9 additions, 1 deletioncrypto/async_tx/raid6test.c
- drivers/ata/pata_arasan_cf.c 1 addition, 2 deletionsdrivers/ata/pata_arasan_cf.c
- drivers/dma/Kconfig 5 additions, 4 deletionsdrivers/dma/Kconfig
- drivers/dma/amba-pl08x.c 4 additions, 35 deletionsdrivers/dma/amba-pl08x.c
Loading
Please register or sign in to comment