From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423310AbcBZWeE (ORCPT ); Fri, 26 Feb 2016 17:34:04 -0500 Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:23233 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755729AbcBZWeB (ORCPT ); Fri, 26 Feb 2016 17:34:01 -0500 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Fri, 26 Feb 2016 23:33:59 +0100 X-ME-IP: 109.220.219.11 From: Robert Jarzmik To: Robert Jarzmik Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: pxa: fix dma engine node to pxa3xx-nand References: <1455320960-10121-1-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Fri, 26 Feb 2016 23:33:58 +0100 In-Reply-To: <1455320960-10121-1-git-send-email-robert.jarzmik@free.fr> (Robert Jarzmik's message of "Sat, 13 Feb 2016 00:49:20 +0100") Message-ID: <871t7zumnd.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: > Since the switch from mmp_pdma to pxa_dma driver for pxa architectures, > the pxa_dma requires 2 arguments, namely the requestor line and the > requested priority. > > Fix the only left device node which was still passing only one argument, > making the pxa3xx-nand driver misbehave in a device-tree configuration, > ie. failing all data transfers. > > Fixes: c943646d1f49 ("ARM: dts: pxa: add dma engine node to pxa3xx-nand") > Signed-off-by: Robert Jarzmik > --- > arch/arm/boot/dts/pxa3xx.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Queued into pxa/dt, thanks. -- Robert