DMA: shdma: add DT support
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Tue, 18 Jun 2013 16:16:57 +0000 (18:16 +0200)
committerVinod Koul <vinod.koul@intel.com>
Fri, 5 Jul 2013 06:11:00 +0000 (11:41 +0530)
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 <g.liakhovetski+renesas@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

No differences found