From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Fri, 10 Feb 2012 08:57:59 +0100 Subject: [U-Boot] [PATCH v2 0/2] usb/mx6q: USB EHCI support for MX6Q boards In-Reply-To: <1328776406-24465-1-git-send-email-wg@denx.de> References: <1328776406-24465-1-git-send-email-wg@denx.de> Message-ID: <4F34CE07.5080404@de.bosch.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09.02.2012 09:33, Wolfgang Grandegger wrote: > v1 was bad, sorry. v2 fixes various issues reported by Dirk and Fabio. > The patches are based on head of Stefano's "u-boot-imx" tree. > > Wolfgang > > Wolfgang Grandegger (2): > usb/ehci: Add USB support for the MX6Q > mx6qsabrelite: add and enable USB Host 1 support > > arch/arm/cpu/armv7/mx6/clock.c | 13 ++ > arch/arm/include/asm/arch-mx6/clock.h | 1 + > arch/arm/include/asm/arch-mx6/imx-regs.h | 3 + > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 18 +++ > drivers/usb/host/Makefile | 1 + > drivers/usb/host/ehci-mx6.c | 205 +++++++++++++++++++++++++ > include/configs/mx6qsabrelite.h | 13 ++ > 7 files changed, 254 insertions(+), 0 deletions(-) > create mode 100644 drivers/usb/host/ehci-mx6.c Whole series: Acked-by: Dirk Behme Tested-by: Dirk Behme on the SabreLite with an USB stick (USB storage) and some fatls commands to see if the content of the stick is visible. Many thanks Dirk