]> Pileus Git - ~andy/linux/commit
dma: Add a jz4740 dmaengine driver
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 30 May 2013 16:25:02 +0000 (18:25 +0200)
committerVinod Koul <vinod.koul@intel.com>
Fri, 5 Jul 2013 06:10:50 +0000 (11:40 +0530)
commit7c169a42d961daccf5638ea41d1c76700ad6ca42
tree333fbc8fb3ac533d87d0e3095e18c6c4e144cf5f
parentc8c81f32eef1d77134c81810b17f282bd619fb0b
dma: Add a jz4740 dmaengine driver

This patch adds dmaengine support for the JZ4740 DMA controller. For now the
driver will be a wrapper around the custom JZ4740 DMA API. Once all users of the
custom JZ4740 DMA API have been converted to the dmaengine API the custom API
will be removed and direct hardware access will be added to the dmaengine
driver.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/dma-jz4740.c [new file with mode: 0644]