]> git.baikalelectronics.ru Git - kernel.git/commit
DMA: shdma: switch DT mode to use configuration data from a match table
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Fri, 2 Aug 2013 14:50:36 +0000 (16:50 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 27 Aug 2013 08:55:09 +0000 (14:25 +0530)
commit3bdbcc0fc174c29c785449545062e0522957df93
tree8c8543ecbd41100bc2d16ee957537ff2e7c20592
parent5985f8a6c8460229314dfd0599541a04160c8ea5
DMA: shdma: switch DT mode to use configuration data from a match table

This facilitates DMAC DT support by eliminating the need in AUXDATA and
avoiding creating complex DT data. This also fits well with DMAC devices,
of which SoCs often have multiple identical copies and it is perfectly
valid to use a single configuration data set for all of them.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Documentation/devicetree/bindings/dma/shdma.txt
drivers/dma/sh/Makefile
drivers/dma/sh/shdma-base.c
drivers/dma/sh/shdma-of.c
drivers/dma/sh/shdma.c [deleted file]
drivers/dma/sh/shdma.h
drivers/dma/sh/shdmac.c [new file with mode: 0644]
drivers/dma/sh/sudmac.c
include/linux/shdma-base.h