]> git.baikalelectronics.ru Git - kernel.git/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)
commit03ae884d9a1b3409412353fa21f9f1614db0577f
tree333fbc8fb3ac533d87d0e3095e18c6c4e144cf5f
parent064e01a3818c7a49b2c49eaa4e888b6afaff9d82
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]