Re: [PATCH v2 5/5] dmaengine: dma: Use different channel names for each dma

From: Rob Herring
Date: Tue Jun 28 2016 - 16:55:39 EST


On Fri, Jun 24, 2016 at 10:51:26AM +0530, Kedareswara rao Appana wrote:
> Current driver assumes that child node channel name is either
> "xlnx,axi-vdma-mm2s-channel" or "xlnx,axi-vdma-s2mm-channel"
> which is confusing the users of AXI DMA and CDMA.
> This patch fixes this issue by using different channel
> names for the AXI DMA and AXI CDMA child nodes.
>
> Signed-off-by: Kedareswara rao Appana <appanad@xxxxxxxxxx>
> ---
> Chanes for v2:
> ---> New patch.
>
> .../devicetree/bindings/dma/xilinx/xilinx_dma.txt | 6 +++++-
> drivers/dma/xilinx/xilinx_dma.c | 8 ++++++--
> 2 files changed, 11 insertions(+), 3 deletions(-)

Acked-by: Rob Herring <robh@xxxxxxxxxx>