]> git.sur5r.net Git - u-boot/commit
usb: lpc32xx: add host USB driver
authorSylvain Lemieux <slemieux@tycoint.com>
Thu, 13 Aug 2015 19:40:22 +0000 (15:40 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 18 Aug 2015 17:45:57 +0000 (13:45 -0400)
commitadf8d58d4f34533cd12174d76ae404eb740e844f
tree343f6a0e57fcd19976b62f5c2385a9618c1d3551
parent1933af15e2ce9dfdf64d6c663eb16963ae0341ad
usb: lpc32xx: add host USB driver

Incorporate USB driver from legacy LPCLinux NXP BSP.
The files taken from the legacy patch are:
- lpc32xx USB driver
- lpc3250 header file USB 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/sys_proto.h
drivers/usb/host/Makefile
drivers/usb/host/ohci-lpc32xx.c [new file with mode: 0644]