]> git.karo-electronics.de Git - linux-beck.git/commit
dmaengine: xilinx: Use different channel names for each dma
authorKedareswara rao Appana <appana.durga.rao@xilinx.com>
Fri, 24 Jun 2016 05:21:26 +0000 (10:51 +0530)
committerVinod Koul <vinod.koul@intel.com>
Fri, 8 Jul 2016 05:21:49 +0000 (10:51 +0530)
commite131f1ba6f6f177a5b28610dff270d67eedcadbf
tree361eb9b230a5590f962ca0e4f5904e7ed6742721
parentfde57a7c4474b2d00b7b82b94aa2dd0160b1bbee
dmaengine: xilinx: Use different channel names for each dma

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@xilinx.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
drivers/dma/xilinx/xilinx_dma.c