All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] M28 USB Support
@ 2011-10-24 11:21 Marek Vasut
  2011-10-24 11:21 ` [U-Boot] [PATCH 1/3] iMX28: Add USB and USB PHY register definitions Marek Vasut
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marek Vasut @ 2011-10-24 11:21 UTC (permalink / raw)
  To: u-boot

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 <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Cc: Remy Bohmer <linux@bohmer.net>

-- 
1.7.6.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-24 11:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24 11:21 [U-Boot] [PATCH 0/3] M28 USB Support Marek Vasut
2011-10-24 11:21 ` [U-Boot] [PATCH 1/3] iMX28: Add USB and USB PHY register definitions Marek Vasut
2011-10-24 11:21 ` [U-Boot] [PATCH 2/3] iMX28: Add USB HOST driver Marek Vasut
2011-10-24 11:21 ` [U-Boot] [PATCH 3/3] M28EVK: Enable USB HOST support Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.