commit | e131f1ba6f6f177a5b28610dff270d67eedcadbf | [log] [tgz] |
---|---|---|
author | Kedareswara rao Appana <appana.durga.rao@xilinx.com> | Fri Jun 24 10:51:26 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Fri Jul 08 10:51:49 2016 +0530 |
tree | 361eb9b230a5590f962ca0e4f5904e7ed6742721 | |
parent | fde57a7c4474b2d00b7b82b94aa2dd0160b1bbee [diff] |
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>