Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760957AbcDFFPd (ORCPT ); Wed, 6 Apr 2016 01:15:33 -0400 Received: from mail-bl2nam02on0047.outbound.protection.outlook.com ([104.47.38.47]:36254 "EHLO NAM02-BL2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752605AbcDFFPS (ORCPT ); Wed, 6 Apr 2016 01:15:18 -0400 Authentication-Results: spf=pass (sender IP is 149.199.60.100) 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: [RESEND PATCH v2 0/6] dmaengine: vdma: AXI DMA's enhancments Date: Wed, 6 Apr 2016 10:44:54 +0530 Message-ID: <1459919700-6692-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-22240.005 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:149.199.60.100;IPV:NLI;CTRY:US;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(2980300002)(438002)(189002)(199003)(50466002)(50986999)(92566002)(90966002)(5008740100001)(36386004)(45336002)(1096002)(5003940100001)(1220700001)(6806005)(106466001)(87936001)(46386002)(33646002)(47776003)(63266004)(189998001)(36756003)(5001770100001)(42186005)(586003)(2201001)(11100500001)(48376002)(50226001)(103686003)(52956003)(86362001)(4326007)(19580395003)(4001450100002)(229853001)(81166005)(2906002)(107986001)(921003)(1121003)(83996005)(2101003)(217873001);DIR:OUT;SFP:1101;SCL:1;SRVR:BL2NAM02HT133;H:xsj-pvapsmtpgw02;FPR:;SPF:Pass;MLV:nov;MX:1;A:1;PTR:xapps1.xilinx.com,unknown-60-100.xilinx.com;LANG:en; MIME-Version: 1.0 Content-Type: text/plain X-MS-Office365-Filtering-Correlation-Id: 0360098f-a7eb-49b1-052e-08d35dda6f73 X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:BL2NAM02HT133; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(13024025)(13015025)(13017025)(8121501046)(5005006)(13023025)(13018025)(3002001)(10201501046);SRVR:BL2NAM02HT133;BCL:0;PCL:0;RULEID:;SRVR:BL2NAM02HT133; X-Forefront-PRVS: 0904004ECB X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 06 Apr 2016 05:15:14.1559 (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.100];Helo=[xsj-pvapsmtpgw02] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BL2NAM02HT133 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 23 This patch series does some enhancments to the VDMA driver which includes --> Adding support for AXI DMA IP. --> Adding support for AXI CDMA IP. --> Fixing checkpatch warnings. Kedareswara rao Appana (6): dmaengine: vdma: Fix checkpatch.pl warnings 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 | 38 +- drivers/dma/xilinx/xilinx_vdma.c | 1335 ++++++++++++++------ include/linux/dma/xilinx_dma.h | 14 + 3 files changed, 1028 insertions(+), 359 deletions(-) -- 2.1.2