From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Tue, 18 Jun 2013 16:55:27 +0000 Subject: Re: [PATCH v3] DMA: shdma: add DT support Message-Id: <201306181855.27325.arnd@arndb.de> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Guennadi Liakhovetski Cc: linux-sh@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Vinod Koul , Magnus Damm , Rob Herring , Simon Horman On Tuesday 18 June 2013, Guennadi Liakhovetski wrote: > This patch adds Device Tree support to the shdma driver. No special DT > properties are used, only standard DMA DT bindings are implemented. Since > shdma controllers reside on SoCs, their configuration is SoC-specific and > shall be passed to the driver from the SoC platform data, using the > auxdata procedure. > > Signed-off-by: Guennadi Liakhovetski Acked-by: Arnd Bergmann