
Hi All,
these patches introduce support for HTKW mcx board (AM3517-based) including OMAP3 EHCI support.
Regards, Ilya.
Ilya Yanok (2): ehci-omap: driver for EHCI host on OMAP3 mcx: support for HTKW mcx board
MAINTAINERS | 4 + board/htkw/mcx/Makefile | 38 ++++ board/htkw/mcx/mcx.c | 91 +++++++++ board/htkw/mcx/mcx.h | 408 ++++++++++++++++++++++++++++++++++++++++ board/ti/beagle/beagle.c | 101 ---------- boards.cfg | 1 + drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-omap.c | 156 +++++++++++++++ include/configs/mcx.h | 371 ++++++++++++++++++++++++++++++++++++ include/configs/omap3_beagle.h | 3 + 10 files changed, 1073 insertions(+), 101 deletions(-) create mode 100644 board/htkw/mcx/Makefile create mode 100644 board/htkw/mcx/mcx.c create mode 100644 board/htkw/mcx/mcx.h create mode 100644 drivers/usb/host/ehci-omap.c create mode 100644 include/configs/mcx.h