linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] dmaengine: vdma: AXI DMAS Enhancments
@ 2016-06-24  5:21 Kedareswara rao Appana
  2016-06-24  5:21 ` [PATCH v2 1/5] Documentation: DT: vdma: Update binding doc for multi-channel dma mode Kedareswara rao Appana
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Kedareswara rao Appana @ 2016-06-24  5:21 UTC (permalink / raw)
  To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	michal.simek, soren.brinkmann, vinod.koul, dan.j.williams,
	appanad, moritz.fischer, laurent.pinchart, luis
  Cc: devicetree, linux-arm-kernel, linux-kernel, dmaengine

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%)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-07-08  5:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-24  5:21 [PATCH v2 0/5] dmaengine: vdma: AXI DMAS Enhancments Kedareswara rao Appana
2016-06-24  5:21 ` [PATCH v2 1/5] Documentation: DT: vdma: Update binding doc for multi-channel dma mode Kedareswara rao Appana
2016-06-24  5:21 ` [PATCH v2 2/5] dmaengine: vdma: Add support for mulit-channel " Kedareswara rao Appana
2016-06-24  5:21 ` [PATCH v2 3/5] Documentation: DT: dma: Delete binding doc for AXI DMA Kedareswara rao Appana
2016-06-24  5:21 ` [PATCH v2 4/5] dmaengine: dma: Rename driver and config Kedareswara rao Appana
2016-06-24  5:21 ` [PATCH v2 5/5] dmaengine: dma: Use different channel names for each dma Kedareswara rao Appana
2016-06-28 20:55   ` Rob Herring
2016-07-08  5:22 ` [PATCH v2 0/5] dmaengine: vdma: AXI DMAS Enhancments Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).