From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752794AbcF1Uzf (ORCPT ); Tue, 28 Jun 2016 16:55:35 -0400 Received: from mail-qk0-f195.google.com ([209.85.220.195]:33076 "EHLO mail-qk0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752572AbcF1Uzb (ORCPT ); Tue, 28 Jun 2016 16:55:31 -0400 Date: Tue, 28 Jun 2016 15:55:24 -0500 From: Rob Herring To: Kedareswara rao Appana Cc: pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, michal.simek@xilinx.com, soren.brinkmann@xilinx.com, vinod.koul@intel.com, dan.j.williams@intel.com, appanad@xilinx.com, moritz.fischer@ettus.com, laurent.pinchart@ideasonboard.com, luis@debethencourt.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org Subject: Re: [PATCH v2 5/5] dmaengine: dma: Use different channel names for each dma Message-ID: <20160628205524.GG3737@rob-hp-laptop> References: <1466745686-23898-1-git-send-email-appanad@xilinx.com> <1466745686-23898-6-git-send-email-appanad@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466745686-23898-6-git-send-email-appanad@xilinx.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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