-
- Downloads
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Pull slave-dma updates from Vinod Koul: - new driver for BCM2835 used in R-pi - new driver for MOXA ART - dma_get_any_slave_channel API for DT based systems - minor fixes and updates spread acrooss driver [ The fsl-ssi dual fifo mode support addition clashed badly with the other changes to fsl-ssi that came in through the sound merge. I did a very rough cut at fixing up the conflict, but Nicolin Chen (author of both sides) will need to verify and check things ] * 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma: (36 commits) dmaengine: mmp_pdma: fix mismerge dma: pl08x: Export pl08x_filter_id acpi-dma: align documentation with kernel-doc format dma: fix vchan_cookie_complete() debug print DMA: dmatest: extend the "device" module parameter to 32 characters drivers/dma: fix error return code dma: omap: Set debug level to debugging messages dmaengine: fix kernel-doc style typos for few comments dma: tegra: add support for Tegra148/124 dma: dw: use %pad instead of casting dma_addr_t dma: dw: join split up messages dma: dw: fix style of multiline comment dmaengine: k3dma: fix sparse warnings dma: pl330: Use dma_get_slave_channel() in the of xlate callback dma: pl330: Differentiate between submitted and issued descriptors dmaengine: sirf: Add device_slave_caps interface DMA: Freescale: change BWC from 256 bytes to 1024 bytes dmaengine: Add MOXA ART DMA engine driver dmaengine: Add DMA_PRIVATE to BCM2835 driver dma: imx-sdma: Assign a default script number for ROM firmware cases ...
Showing
- Documentation/devicetree/bindings/dma/bcm2835-dma.txt 57 additions, 0 deletionsDocumentation/devicetree/bindings/dma/bcm2835-dma.txt
- Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/dma/fsl-imx-sdma.txt
- Documentation/devicetree/bindings/dma/moxa,moxart-dma.txt 45 additions, 0 deletionsDocumentation/devicetree/bindings/dma/moxa,moxart-dma.txt
- drivers/dma/Kconfig 14 additions, 0 deletionsdrivers/dma/Kconfig
- drivers/dma/Makefile 2 additions, 0 deletionsdrivers/dma/Makefile
- drivers/dma/acpi-dma.c 24 additions, 12 deletionsdrivers/dma/acpi-dma.c
- drivers/dma/amba-pl08x.c 3 additions, 1 deletiondrivers/dma/amba-pl08x.c
- drivers/dma/bcm2835-dma.c 707 additions, 0 deletionsdrivers/dma/bcm2835-dma.c
- drivers/dma/cppi41.c 3 additions, 1 deletiondrivers/dma/cppi41.c
- drivers/dma/dmatest.c 2 additions, 2 deletionsdrivers/dma/dmatest.c
- drivers/dma/dw/core.c 18 additions, 17 deletionsdrivers/dma/dw/core.c
- drivers/dma/edma.c 3 additions, 3 deletionsdrivers/dma/edma.c
- drivers/dma/fsldma.h 1 addition, 1 deletiondrivers/dma/fsldma.h
- drivers/dma/imx-sdma.c 22 additions, 1 deletiondrivers/dma/imx-sdma.c
- drivers/dma/k3dma.c 2 additions, 2 deletionsdrivers/dma/k3dma.c
- drivers/dma/mmp_pdma.c 101 additions, 96 deletionsdrivers/dma/mmp_pdma.c
- drivers/dma/mmp_tdma.c 21 additions, 7 deletionsdrivers/dma/mmp_tdma.c
- drivers/dma/moxart-dma.c 699 additions, 0 deletionsdrivers/dma/moxart-dma.c
- drivers/dma/omap-dma.c 2 additions, 2 deletionsdrivers/dma/omap-dma.c
- drivers/dma/pl330.c 34 additions, 31 deletionsdrivers/dma/pl330.c
Loading
Please register or sign in to comment