From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <51DF952B.8050802@freescale.com> Date: Fri, 12 Jul 2013 13:33:31 +0800 From: Hongbo Zhang MIME-Version: 1.0 To: Scott Wood Subject: Re: [PATCH V2 1/2] DMA: Freescale: Add new 8-channel DMA engine device tree nodes References: <1373005626-20726-1-git-send-email-hongbo.zhang@freescale.com> <1373005626-20726-2-git-send-email-hongbo.zhang@freescale.com> <1373388526.8183.191@snotra> In-Reply-To: <1373388526.8183.191@snotra> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Cc: vinod.koul@intel.com, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, vakul@freescale.com, djbw@fb.com, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 07/10/2013 12:48 AM, Scott Wood wrote: > On 07/05/2013 01:27:05 AM, hongbo.zhang@freescale.com wrote: >> From: Hongbo Zhang >> >> Freescale QorIQ T4 and B4 introduce new 8-channel DMA engines, this >> patch add >> the device tree nodes for them. >> >> Signed-off-by: Hongbo Zhang >> --- >> arch/powerpc/boot/dts/fsl/elo3-dma-0.dtsi | 90 >> +++++++++++++++++++++++++++ >> arch/powerpc/boot/dts/fsl/elo3-dma-1.dtsi | 90 >> +++++++++++++++++++++++++++ >> arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 4 +- >> 3 files changed, 182 insertions(+), 2 deletions(-) >> create mode 100644 arch/powerpc/boot/dts/fsl/elo3-dma-0.dtsi >> create mode 100644 arch/powerpc/boot/dts/fsl/elo3-dma-1.dtsi > > Please update Documentation/devicetree/bindings/powerpc/fsl/dma.txt > for the new compatible and dgsr1. OK, thanks. What's more, some text string in the driver and Kconfig files should be updated too, e.g. "Elo / Elo Plus DMA" may be changed to "Elo series DMA", will send out v3 patches soon. > > -Scott