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)
commit25ce6c35fea0588c7a1b68e55d700c22d9e97ce0
tree11b3054e16aaf08282f0c406137c30d0fe8bfd25
parentcdcb90ad48816f51fdb4e93b2a33fe6038ce0949
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