]> 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)
commit4d6ada8b014551b8c8b1f29adb9965d6ece3011d
tree333fbc8fb3ac533d87d0e3095e18c6c4e144cf5f
parenta2b40e9b101e2ba6eb7159fb0ec41b93161f0a6c
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]