Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750731AbcDFQQO (ORCPT ); Wed, 6 Apr 2016 12:16:14 -0400 Received: from mail-bl2nam02on0052.outbound.protection.outlook.com ([104.47.38.52]:39315 "EHLO NAM02-BL2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750994AbcDFQQI (ORCPT ); Wed, 6 Apr 2016 12:16:08 -0400 Authentication-Results: spf=pass (sender IP is 149.199.60.83) smtp.mailfrom=xilinx.com; vger.kernel.org; dkim=none (message not signed) header.d=none;vger.kernel.org; dmarc=bestguesspass action=none header.from=xilinx.com; From: Kedareswara rao Appana To: , , , , , , , , , , , , , , CC: , , , Subject: [PATCH v3 0/5] dmaengine: vdma: AXI DMA's enhancments Date: Wed, 6 Apr 2016 21:45:30 +0530 Message-ID: <1459959335-24083-1-git-send-email-appanad@xilinx.com> X-Mailer: git-send-email 2.1.2 X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-8.0.0.1202-22242.005 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:149.199.60.83;IPV:NLI;CTRY:US;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(2980300002)(438002)(199003)(189002)(50226001)(229853001)(50466002)(86362001)(36756003)(1096002)(4326007)(48376002)(5003940100001)(2906002)(189998001)(87936001)(90966002)(586003)(45336002)(5001770100001)(1220700001)(103686003)(42186005)(33646002)(106466001)(5008740100001)(2201001)(36386004)(63266004)(6806005)(19580395003)(50986999)(52956003)(4001450100002)(46386002)(81166005)(92566002)(921003)(107986001)(1121003)(2101003)(83996005);DIR:OUT;SFP:1101;SCL:1;SRVR:CY1NAM02HT059;H:xsj-pvapsmtpgw01;FPR:;SPF:Pass;MLV:sfv;A:1;MX:1;LANG:en; MIME-Version: 1.0 Content-Type: text/plain X-MS-Office365-Filtering-Correlation-Id: 2ffbb9ee-b8ea-49fc-2370-08d35e36c125 X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:CY1NAM02HT059; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(13017025)(13018025)(8121501046)(13015025)(13023025)(13024025)(5005006)(10201501046)(3002001);SRVR:CY1NAM02HT059;BCL:0;PCL:0;RULEID:;SRVR:CY1NAM02HT059; X-Forefront-PRVS: 0904004ECB X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 06 Apr 2016 16:16:04.3240 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[149.199.60.83];Helo=[xsj-pvapsmtpgw01] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1NAM02HT059 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 21 This patch series does some enhancments to the VDMA driver which includes --> Adding support for AXI DMA IP. --> Adding support for AXI CDMA IP. Kedareswara rao Appana (5): Documentation: DT: vdma: Rename vdma-chan prefix to dma-chan 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 | 25 +- drivers/dma/xilinx/xilinx_vdma.c | 710 +++++++++++++++++++-- include/linux/dma/xilinx_dma.h | 14 + 3 files changed, 699 insertions(+), 50 deletions(-) -- 2.1.2