Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965601AbcCORXh (ORCPT ); Tue, 15 Mar 2016 13:23:37 -0400 Received: from mail-sn1nam02on0075.outbound.protection.outlook.com ([104.47.36.75]:35294 "EHLO NAM02-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934792AbcCORX2 (ORCPT ); Tue, 15 Mar 2016 13:23:28 -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 0/7] dmaengine: xilinx_vdma: AXI DMA's enhancments Date: Tue, 15 Mar 2016 22:53:05 +0530 Message-ID: <1458062592-27981-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-22194.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)(86362001)(2906002)(52956003)(1220700001)(5001770100001)(1096002)(81166005)(87936001)(47776003)(36386004)(103686003)(92566002)(229853001)(50986999)(19580395003)(189998001)(48376002)(33646002)(106466001)(2201001)(46386002)(11100500001)(63266004)(42186005)(36756003)(4326007)(4001450100002)(6806005)(5008740100001)(90966002)(50226001)(50466002)(586003)(107986001)(2101003);DIR:OUT;SFP:1101;SCL:1;SRVR:CY1NAM02HT174;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: 7c557618-7d93-423f-39a3-08d34cf684de X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:CY1NAM02HT174; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(5005006)(13018025)(13017025)(13015025)(13023025)(8121501046)(13024025)(3002001)(10201501046);SRVR:CY1NAM02HT174;BCL:0;PCL:0;RULEID:;SRVR:CY1NAM02HT174; X-Forefront-PRVS: 08828D20BC X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 15 Mar 2016 17:23:25.9507 (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: CY1NAM02HT174 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1130 Lines: 29 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 (7): dmaengine: xilinx_vdma: Fix checkpatch.pl warnings dmaengine: xilinx_vdma: Add quirks support to differentiate differnet IP cores dmaengine: xilinx_vdma: Add Support for Xilinx AXI Direct Memory Access Engine dmaengine: xilinx_vdma: Add Support for Xilinx AXI Direct Memory Access Engine dmaengine: xilinx_vdma: Remove unnecessary axi dma device-tree binding doc dmaengine: xilinx_vdma: Add Support for Xilinx AXI Central Direct Memory Access Engine dmaengine: xilinx_vdma: Add Support for Xilinx AXI Central Direct Memory Access Engine .../devicetree/bindings/dma/xilinx/xilinx_dma.txt | 65 --- .../devicetree/bindings/dma/xilinx/xilinx_vdma.txt | 37 +- drivers/dma/xilinx/xilinx_vdma.c | 593 +++++++++++++++++++-- 3 files changed, 574 insertions(+), 121 deletions(-) delete mode 100644 Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt -- 2.1.2