From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 24 Oct 2011 13:21:33 +0200 Subject: [U-Boot] [PATCH 0/3] M28 USB Support Message-ID: <1319455296-15996-1-git-send-email-marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Remy Bohmer -- 1.7.6.3