dmaengine: add an shdma-base library
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 9 May 2012 15:09:13 +0000 (17:09 +0200)
committerVinod Koul <vinod.koul@linux.intel.com>
Fri, 13 Jul 2012 03:43:07 +0000 (09:13 +0530)
commit9a7b8e002e331d0599127f16613c32f425a14f2c
tree722718857a73296fea79a7960f46d22abcd30a06
parente95be94b8c25220aca09ed78c176f9b55a1482c8
dmaengine: add an shdma-base library

This patch extracts code from shdma.c, that does not directly deal with
hardware implementation details and can be re-used with diverse DMA
controller variants, found on SH-based SoCs.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/sh/Makefile
drivers/dma/sh/shdma-base.c [new file with mode: 0644]
include/linux/shdma-base.h [new file with mode: 0644]