From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752458AbcERHru (ORCPT ); Wed, 18 May 2016 03:47:50 -0400 Received: from mail-sn1nam02on0067.outbound.protection.outlook.com ([104.47.36.67]:3285 "EHLO NAM02-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751899AbcERHro (ORCPT ); Wed, 18 May 2016 03:47:44 -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 v2 0/4] dmaengine: vdma: AXI DMA's enhancments Date: Wed, 18 May 2016 13:17:29 +0530 Message-ID: <1463557653-1687-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-22328.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)(9170700003)(189998001)(229853001)(86362001)(2201001)(50986999)(90966002)(5001770100001)(8936002)(81166006)(36756003)(4001450100002)(4326007)(50226002)(2906002)(103686003)(45336002)(46386002)(1220700001)(6806005)(52956003)(11100500001)(8676002)(586003)(87936001)(33646002)(36386004)(42186005)(50466002)(63266004)(48376002)(106466001)(5008740100001)(5003940100001)(92566002)(107986001)(2101003);DIR:OUT;SFP:1101;SCL:1;SRVR:SN1NAM02HT099;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: 14690dad-5638-40f6-402d-08d37ef0b172 X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:SN1NAM02HT099; 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)(8121501046)(13017025)(13018025)(13023025)(5005006)(10201501046)(3002001)(6055026);SRVR:SN1NAM02HT099;BCL:0;PCL:0;RULEID:;SRVR:SN1NAM02HT099; X-Forefront-PRVS: 0946DC87A1 X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 18 May 2016 07:47:42.0239 (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: SN1NAM02HT099 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series does the following ---> Add support for cyclic DMA mode for the AXI DMA IP. ---> use dma_poll_zalloc instead of dma_pool_alloc. ---> Add 64-bit addressing support for AXI DMA IP. ---> Add 64-bit addressing support for AXI CDMA IP. Kedareswara rao Appana (4): dmaengine: vdma: Add support for cyclic dma mode dmaengine: vdma: Use dma_pool_zalloc dmaengine: vdma: Add 64 bit addressing support for the axi dma dmaengine: vdma: Add 64 bit addressing support for the axi cdma drivers/dma/xilinx/xilinx_vdma.c | 293 ++++++++++++++++++++++++++++++++++----- 1 file changed, 260 insertions(+), 33 deletions(-) -- 2.1.2