This set of patches enables the EHCI USB host support in the iMX28 CPU and enables the port on the M28EVK board.
Marek Vasut (3): iMX28: Add USB and USB PHY register definitions iMX28: Add USB HOST driver M28EVK: Enable USB HOST support arch/arm/include/asm/arch-mx28/regs-usb.h | 178 ++++++++++++++++++++++++++ arch/arm/include/asm/arch-mx28/regs-usbphy.h | 151 ++++++++++++++++++++++ board/denx/m28evk/m28evk.c | 7 + drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-mxs.c | 154 ++++++++++++++++++++++ include/configs/m28evk.h | 12 ++ 6 files changed, 503 insertions(+), 0 deletions(-) create mode 100644 arch/arm/include/asm/arch-mx28/regs-usb.h create mode 100644 arch/arm/include/asm/arch-mx28/regs-usbphy.h create mode 100644 drivers/usb/host/ehci-mxs.c Cc: Stefano Babic <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Detlev Zundel <[email protected]> Cc: Remy Bohmer <[email protected]> -- 1.7.6.3 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

