]> 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)
commit3b91cb5eb523a5e78801598b1c897c68b5ba89c3
tree11b3054e16aaf08282f0c406137c30d0fe8bfd25
parentafd8063f33429f0d984465138971242cfaa971b4
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