This patch series does the following thing. ---> Add support for AXI DMA Multi-channel DMA mode. ---> Delete AXI DMA binding doc. ---> Rename the driver and update config options. Kedareswara rao Appana (5): Documentation: DT: vdma: Update binding doc for multi-channel dma mode dmaengine: vdma: Add support for mulit-channel dma mode Documentation: DT: dma: Delete binding doc for AXI DMA dmaengine: dma: Rename driver and config dmaengine: dma: Use different channel names for each dma .../devicetree/bindings/dma/xilinx/xilinx_dma.txt | 94 +++++++-- .../devicetree/bindings/dma/xilinx/xilinx_vdma.txt | 107 ---------- drivers/dma/Kconfig | 11 +- drivers/dma/xilinx/Makefile | 2 +- drivers/dma/xilinx/{xilinx_vdma.c => xilinx_dma.c} | 221 +++++++++++++++++--- 5 files changed, 277 insertions(+), 158 deletions(-) delete mode 100644 Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt rename drivers/dma/xilinx/{xilinx_vdma.c => xilinx_dma.c} (92%) -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html