From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753914AbbIZUNy (ORCPT ); Sat, 26 Sep 2015 16:13:54 -0400 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:36584 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753648AbbIZUNx (ORCPT ); Sat, 26 Sep 2015 16:13:53 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sat, 26 Sep 2015 22:13:52 +0200 X-ME-IP: 109.222.127.209 From: Robert Jarzmik To: Brian Norris Cc: Ezequiel Garcia , David Woodhouse , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] mtd: nand: pxa3xx-nand: switch to dmaengine References: <1441545167-23383-1-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Sat, 26 Sep 2015 22:08:47 +0200 In-Reply-To: <1441545167-23383-1-git-send-email-robert.jarzmik@free.fr> (Robert Jarzmik's message of "Sun, 6 Sep 2015 15:12:47 +0200") Message-ID: <87eghleyeo.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 Robert Jarzmik writes: > Now pxa architecture has a dmaengine driver, remove the access to direct > dma registers in favor of the more generic dmaengine code. > > This should be also applicable for mmp and orion, provided they work in > device-tree environment. > > This patch also removes the previous hack which was necessary to make > the driver work in a devicetree environment. > > Signed-off-by: Robert Jarzmik > Reviewed-by: Ezequiel Garcia > Tested-by: Ezequiel Garcia > --- > Since v1: dma_unmap_sg() line break fix Hi Brian, Could you stage this to your next tree please ? Cheers. -- Robert