MIPS: Lantiq: Add DMA support
authorJohn Crispin <blogic@openwrt.org>
Thu, 5 May 2011 22:10:00 +0000 (00:10 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 19 May 2011 08:55:43 +0000 (09:55 +0100)
commitdfec1a827d2bdc35d0990afd100f79a685ec0985
tree72d87305a10e126a9cb1f7243d8a37947bc5a4b3
parent2f0fc4159a6abc20b13569522c545150b99485cf
MIPS: Lantiq: Add DMA support

This patch adds support for the DMA engine found inside the XWAY family of
SoCs. The engine has 5 ports and 20 channels.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Ralph Hempel <ralph.hempel@lantiq.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2355/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
arch/mips/include/asm/mach-lantiq/xway/xway_dma.h [new file with mode: 0644]
arch/mips/lantiq/xway/Makefile
arch/mips/lantiq/xway/devices.h
arch/mips/lantiq/xway/dma.c [new file with mode: 0644]