]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dma: lpc32xx: add DMA driver
authorSylvain Lemieux <slemieux@tycoint.com>
Mon, 10 Aug 2015 12:16:31 +0000 (08:16 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:15 +0000 (10:24 +0200)
commitf2de280e1f95ed0d90274eaa78d69af083fe9e98
tree734c80cb4168a656252b46d6ea6bfd296552ddaa
parent9ee6be92c9b62bd5eee4d5c08b9ec5de91042c1f
dma: lpc32xx: add DMA driver

Incorporate DMA driver from legacy LPCLinux NXP BSP.
The files taken from the legacy patch are:
- lpc32xx DMA driver
- lpc3250 header file DMA registers definition.

The legacy driver was updated and clean-up as part of the integration with the latest u-boot.

Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>
Acked-by: Marek Vasut <marex@denx.de>
Tested-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/cpu/arm926ejs/lpc32xx/devices.c
arch/arm/include/asm/arch-lpc32xx/clk.h
arch/arm/include/asm/arch-lpc32xx/dma.h [new file with mode: 0644]
arch/arm/include/asm/arch-lpc32xx/sys_proto.h
drivers/dma/Makefile
drivers/dma/lpc32xx_dma.c [new file with mode: 0644]