]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: jz4740: Remove custom DMA API
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 30 May 2013 16:25:05 +0000 (18:25 +0200)
committerVinod Koul <vinod.koul@intel.com>
Fri, 5 Jul 2013 06:10:52 +0000 (11:40 +0530)
commita7f5785d3775365bc95d8a2ba4b9b86bd96d54a8
tree11b3054e16aaf08282f0c406137c30d0fe8bfd25
parent4967df551cec2f81d6d12fc6662f6edbe1338669
MIPS: jz4740: Remove custom DMA API

Now that all users of the custom jz4740 DMA API have been converted to use
the dmaengine API instead we can remove the custom API and move all the code
talking to the hardware to the dmaengine driver.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
arch/mips/include/asm/mach-jz4740/dma.h
arch/mips/jz4740/Makefile
arch/mips/jz4740/dma.c [deleted file]
drivers/dma/dma-jz4740.c