From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2] of: dma: fix typos in generic dma binding definition Date: Wed, 19 Sep 2012 15:26:33 +0000 Message-ID: <201209191526.33642.arnd@arndb.de> References: <1348066188-17937-1-git-send-email-mporter@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.17.9]:60104 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754790Ab2ISP0o (ORCPT ); Wed, 19 Sep 2012 11:26:44 -0400 In-Reply-To: <1348066188-17937-1-git-send-email-mporter@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Matt Porter Cc: Jon Hunter , Devicetree Discuss , Linux OMAP List , Linux ARM Kernel List , Nicolas Ferre , Stephen Warren , Grant Likely , Benoit Cousson , Russell King , Rob Herring , Vinod Koul , Dan Williams On Wednesday 19 September 2012, Matt Porter wrote: > > Some semicolons were left out in the examples. > > The #dma-channels and #dma-requests properties have a prefix > that is, by convention, reserved for cell size properties. > Rename those properties to dma-channels and dma-requests. > > Signed-off-by: Matt Porter Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 19 Sep 2012 15:26:33 +0000 Subject: [PATCH v2] of: dma: fix typos in generic dma binding definition In-Reply-To: <1348066188-17937-1-git-send-email-mporter@ti.com> References: <1348066188-17937-1-git-send-email-mporter@ti.com> Message-ID: <201209191526.33642.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 19 September 2012, Matt Porter wrote: > > Some semicolons were left out in the examples. > > The #dma-channels and #dma-requests properties have a prefix > that is, by convention, reserved for cell size properties. > Rename those properties to dma-channels and dma-requests. > > Signed-off-by: Matt Porter Acked-by: Arnd Bergmann