From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941171AbcJTReX (ORCPT ); Thu, 20 Oct 2016 13:34:23 -0400 Received: from smtp13.smtpout.orange.fr ([80.12.242.135]:29183 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933889AbcJTReV (ORCPT ); Thu, 20 Oct 2016 13:34:21 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Thu, 20 Oct 2016 19:34:18 +0200 X-ME-IP: 109.220.223.51 From: Robert Jarzmik To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Daniel Mack , Haojian Zhuang , Vinod Koul , dmaengine@vger.kernel.org, Baoyou Xie , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Revert "dmaengine: pxa_dma: add support for legacy transition" References: <1476773192-23715-1-git-send-email-robert.jarzmik@free.fr> <8371252.IL4ByDpZCD@wuerfel> X-URL: http://belgarath.falguerolles.org/ Date: Thu, 20 Oct 2016 19:34:15 +0200 In-Reply-To: <8371252.IL4ByDpZCD@wuerfel> (Arnd Bergmann's message of "Tue, 18 Oct 2016 10:57:14 +0200") Message-ID: <87mvhy3ox4.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann writes: > On Tuesday, October 18, 2016 8:46:32 AM CEST Robert Jarzmik wrote: >> This reverts commit c91134d9194478144ba579ca6efeddf628055650. >> >> The conversion of the pxa architecture is now finished for all >> drivers, so this functions has fullfilled its purpose and can >> now be removed. >> >> Signed-off-by: Robert Jarzmik > > Nice! > > That reminds me, do you have plans to work on the conversion away from > IORESOURCE_DMA and pxad_filter_fn towards the dma_slave_map interface? > > I see that all pxa drivers already use dma_request_slave_channel_compat, > so this should be fairly straightforward to do, changing only the > driver and the arch/arm/mach-pxa/devices.c file. I didn't so far, as I wasn't aware of this interface, but I'll gladly put that on my todo list. Cheers. -- Robert