From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751701AbcFXFVr (ORCPT ); Fri, 24 Jun 2016 01:21:47 -0400 Received: from mail-bl2nam02on0061.outbound.protection.outlook.com ([104.47.38.61]:59712 "EHLO NAM02-BL2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751211AbcFXFVk (ORCPT ); Fri, 24 Jun 2016 01:21:40 -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: [PATCH v2 0/5] dmaengine: vdma: AXI DMAS Enhancments Date: Fri, 24 Jun 2016 10:51:21 +0530 Message-ID: <1466745686-23898-1-git-send-email-appanad@xilinx.com> X-Mailer: git-send-email 2.1.1 X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-8.0.0.1202-22408.005 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-MS-Office365-Filtering-HT: Tenant X-Forefront-Antispam-Report: CIP:149.199.60.100;IPV:NLI;CTRY:US;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(7916002)(2980300002)(438002)(199003)(189002)(92566002)(5001770100001)(4326007)(33646002)(52956003)(2201001)(90966002)(86362001)(2906002)(11100500001)(48376002)(50466002)(6806005)(103686003)(36756003)(356003)(19580395003)(189998001)(305945005)(7846002)(5003940100001)(63266004)(586003)(50226002)(81156014)(8936002)(42186005)(50986999)(36386004)(81166006)(8676002)(46386002)(229853001)(45336002)(106466001)(87936001)(47776003)(107986001)(921003)(2101003)(1121003)(217873001)(83996005)(5001870100001);DIR:OUT;SFP:1101;SCL:1;SRVR:SN1NAM02HT240;H:xsj-pvapsmtpgw02;FPR:;SPF:Pass;PTR:xapps1.xilinx.com,unknown-60-100.xilinx.com;A:1;MX:1;CAT:NONE;LANG:en;CAT:NONE; MIME-Version: 1.0 Content-Type: text/plain X-MS-Office365-Filtering-Correlation-Id: b9058b11-2d44-4756-ae29-08d39bef6ae7 X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:SN1NAM02HT240; X-Microsoft-Antispam-PRVS: <184341e367674ae895b9c47cb1cd5909@SN1NAM02HT240.eop-nam02.prod.protection.outlook.com> X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(8121501046)(13015025)(13017025)(5005006)(13023025)(13024025)(13018025)(10201501046)(3002001)(6055026);SRVR:SN1NAM02HT240;BCL:0;PCL:0;RULEID:;SRVR:SN1NAM02HT240; X-Forefront-PRVS: 0983EAD6B2 X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 24 Jun 2016 05:21:37.7272 (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: SN1NAM02HT240 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series does the following thing. ---> Add support for AXI DMA Multi-channel DMA mode. ---> Delete AXI DMA binding doc. ---> Rename the driver and update config options. Kedareswara rao Appana (5): Documentation: DT: vdma: Update binding doc for multi-channel dma mode dmaengine: vdma: Add support for mulit-channel dma mode Documentation: DT: dma: Delete binding doc for AXI DMA dmaengine: dma: Rename driver and config dmaengine: dma: Use different channel names for each dma .../devicetree/bindings/dma/xilinx/xilinx_dma.txt | 94 +++++++-- .../devicetree/bindings/dma/xilinx/xilinx_vdma.txt | 107 ---------- drivers/dma/Kconfig | 11 +- drivers/dma/xilinx/Makefile | 2 +- drivers/dma/xilinx/{xilinx_vdma.c => xilinx_dma.c} | 221 +++++++++++++++++--- 5 files changed, 277 insertions(+), 158 deletions(-) delete mode 100644 Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt rename drivers/dma/xilinx/{xilinx_vdma.c => xilinx_dma.c} (92%)