]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
usb: lpc32xx: add host USB driver
authorSylvain Lemieux <slemieux@tycoint.com>
Thu, 13 Aug 2015 19:40:22 +0000 (15:40 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:16 +0000 (10:24 +0200)
commitb2712cf3610018b0edf696663a9a60e315fa9cf0
tree522799e79fcdb29001044852133322e486f21a54
parente69bd7c3911a21e6eb6f494e9960bc5c96c190ab
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]