From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH V5 1/2] of: Add generic device tree DMA helpers Date: Fri, 14 Sep 2012 15:26:17 +0000 Message-ID: <201209141526.17791.arnd@arndb.de> References: <1347635923-30166-1-git-send-email-jon-hunter@ti.com> <1347635923-30166-2-git-send-email-jon-hunter@ti.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:51753 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750742Ab2INP0a (ORCPT ); Fri, 14 Sep 2012 11:26:30 -0400 In-Reply-To: <1347635923-30166-2-git-send-email-jon-hunter@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Jon Hunter Cc: device-tree , linux-omap , linux-arm , Nicolas Ferre , Benoit Cousson , Stephen Warren , Grant Likely , Russell King , Rob Herring , Vinod Koul , Dan Williams On Friday 14 September 2012, Jon Hunter wrote: > > Cc: Nicolas Ferre > Cc: Benoit Cousson > Cc: Stephen Warren > Cc: Grant Likely > Cc: Russell King > Cc: Rob Herring > Cc: Arnd Bergmann > Cc: Vinod Koul > Cc: Dan Williams > Signed-off-by: Jon Hunter Reviewed-by: Arnd Bergmann Thanks for all this work, looks great! My final (tiny) comment on this: > +2. A single read-write channel with two alternative dma controllers: > + > + dmas = <&dma1 5 > + &dma2 7 > + &dma3 2>; > + dma-names = "rx-tx", "rx-tx", "rx-tx" *three* alternative dma controllers, not two. Arnd