From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752146AbcELGXz (ORCPT ); Thu, 12 May 2016 02:23:55 -0400 Received: from mga14.intel.com ([192.55.52.115]:8931 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751859AbcELGXx (ORCPT ); Thu, 12 May 2016 02:23:53 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,609,1455004800"; d="scan'208";a="951563373" Date: Thu, 12 May 2016 11:59:58 +0530 From: Vinod Koul To: Kedareswara rao Appana Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, michal.simek@xilinx.com, soren.brinkmann@xilinx.com, dan.j.williams@intel.com, appanad@xilinx.com, moritz.fischer@ettus.com, laurent.pinchart@ideasonboard.com, luis@debethencourt.com, anirudh@xilinx.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org Subject: Re: [PATCH v4 0/5] dmaengine: vdma: AXI DMA's enhancments Message-ID: <20160512062957.GA2274@localhost> References: <1460006985-14805-1-git-send-email-appanad@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460006985-14805-1-git-send-email-appanad@xilinx.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 07, 2016 at 10:59:40AM +0530, Kedareswara rao Appana wrote: > This patch series does some enhancments to the VDMA driver > which includes > --> Adding support for AXI DMA IP. > --> Adding support for AXI CDMA IP. Applied all, thanks > > Kedareswara rao Appana (5): > dmaengine: vdma: Rename xilinx_vdma_ prefix to xilinx_dma > Documentation: DT: vdma: update binding doc for AXI DMA > dmaengine: vdma: Add Support for Xilinx AXI Direct Memory Access > Engine > Documentation: DT: vdma: update binding doc for AXI CDMA > dmaengine: vdma: Add Support for Xilinx AXI Central Direct Memory > Access Engine > > .../devicetree/bindings/dma/xilinx/xilinx_vdma.txt | 17 +- > drivers/dma/xilinx/xilinx_vdma.c | 1326 ++++++++++++++------ > include/linux/dma/xilinx_dma.h | 14 + > 3 files changed, 1003 insertions(+), 354 deletions(-) > > -- > 2.1.2 > -- ~Vinod From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v4 0/5] dmaengine: vdma: AXI DMA's enhancments Date: Thu, 12 May 2016 11:59:58 +0530 Message-ID: <20160512062957.GA2274@localhost> References: <1460006985-14805-1-git-send-email-appanad@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1460006985-14805-1-git-send-email-appanad-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kedareswara rao Appana Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org, soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org, dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, appanad-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org, moritz.fischer-+aYTwkv1SeIAvxtiuMwx3w@public.gmane.org, laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org, luis-HiykPkW1eAzzDCI4PIEvbQC/G2K4zDHf@public.gmane.org, anirudh-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Thu, Apr 07, 2016 at 10:59:40AM +0530, Kedareswara rao Appana wrote: > This patch series does some enhancments to the VDMA driver > which includes > --> Adding support for AXI DMA IP. > --> Adding support for AXI CDMA IP. Applied all, thanks > > Kedareswara rao Appana (5): > dmaengine: vdma: Rename xilinx_vdma_ prefix to xilinx_dma > Documentation: DT: vdma: update binding doc for AXI DMA > dmaengine: vdma: Add Support for Xilinx AXI Direct Memory Access > Engine > Documentation: DT: vdma: update binding doc for AXI CDMA > dmaengine: vdma: Add Support for Xilinx AXI Central Direct Memory > Access Engine > > .../devicetree/bindings/dma/xilinx/xilinx_vdma.txt | 17 +- > drivers/dma/xilinx/xilinx_vdma.c | 1326 ++++++++++++++------ > include/linux/dma/xilinx_dma.h | 14 + > 3 files changed, 1003 insertions(+), 354 deletions(-) > > -- > 2.1.2 > -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Thu, 12 May 2016 11:59:58 +0530 Subject: [PATCH v4 0/5] dmaengine: vdma: AXI DMA's enhancments In-Reply-To: <1460006985-14805-1-git-send-email-appanad@xilinx.com> References: <1460006985-14805-1-git-send-email-appanad@xilinx.com> Message-ID: <20160512062957.GA2274@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 07, 2016 at 10:59:40AM +0530, Kedareswara rao Appana wrote: > This patch series does some enhancments to the VDMA driver > which includes > --> Adding support for AXI DMA IP. > --> Adding support for AXI CDMA IP. Applied all, thanks > > Kedareswara rao Appana (5): > dmaengine: vdma: Rename xilinx_vdma_ prefix to xilinx_dma > Documentation: DT: vdma: update binding doc for AXI DMA > dmaengine: vdma: Add Support for Xilinx AXI Direct Memory Access > Engine > Documentation: DT: vdma: update binding doc for AXI CDMA > dmaengine: vdma: Add Support for Xilinx AXI Central Direct Memory > Access Engine > > .../devicetree/bindings/dma/xilinx/xilinx_vdma.txt | 17 +- > drivers/dma/xilinx/xilinx_vdma.c | 1326 ++++++++++++++------ > include/linux/dma/xilinx_dma.h | 14 + > 3 files changed, 1003 insertions(+), 354 deletions(-) > > -- > 2.1.2 > -- ~Vinod