public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] mx5: USB host support for mx51evk and mx53loco
@ 2011-11-11 13:03 Wolfgang Grandegger
  2011-11-11 13:03 ` [U-Boot] [PATCH 1/5] mx5: add helper functions to enable USB clocks Wolfgang Grandegger
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Wolfgang Grandegger @ 2011-11-11 13:03 UTC (permalink / raw)
  To: u-boot

This patches series provides USB host support for the mx51evk and
mx53loco. The generic ehci-mx5 interface is derived from ehci-mxc
and uses the header files of the ehci-fsl interface. The callback
board_ehci_hcd_init() allows to do board-specific setup when USB is
started.

Wolfgang.

Wolfgang Grandegger (5):
  mx5: add helper functions to enable USB clocks
  mx5: add helper function to retrieve the GPIO number
  mx5: add generic USB EHCI support for mx51 and mx53
  mx53loco: add end enable USB host support on port 1
  mx51evk: add end enable USB host support on port 1

 arch/arm/cpu/armv7/mx5/clock.c            |   72 ++++++++++++
 arch/arm/include/asm/arch-mx5/clock.h     |    5 +
 arch/arm/include/asm/arch-mx5/crm_regs.h  |    3 +
 arch/arm/include/asm/arch-mx5/mx5x_pins.h |    4 +
 board/freescale/mx51evk/mx51evk.c         |   92 +++++++++++++++
 board/freescale/mx53loco/mx53loco.c       |   10 ++
 drivers/usb/host/Makefile                 |    1 +
 drivers/usb/host/ehci-mx5.c               |  174 +++++++++++++++++++++++++++++
 include/configs/mx51evk.h                 |   13 ++
 include/configs/mx53loco.h                |   13 ++
 include/usb/ehci-fsl.h                    |   10 ++
 11 files changed, 397 insertions(+), 0 deletions(-)
 create mode 100644 drivers/usb/host/ehci-mx5.c

-- 
1.7.4.1

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 13:03 [U-Boot] [PATCH 0/5] mx5: USB host support for mx51evk and mx53loco Wolfgang Grandegger
2011-11-11 13:03 ` [U-Boot] [PATCH 1/5] mx5: add helper functions to enable USB clocks Wolfgang Grandegger
2011-11-11 13:03 ` [U-Boot] [PATCH 2/5] mx5: add helper function to retrieve the GPIO number Wolfgang Grandegger
2011-11-11 13:03 ` [U-Boot] [PATCH 3/5] mx5: add generic USB EHCI support for mx51 and mx53 Wolfgang Grandegger
2011-11-11 14:22   ` Fabio Estevam
2011-11-14  8:39     ` Wolfgang Grandegger
2011-11-11 13:03 ` [U-Boot] [PATCH 4/5] mx53loco: add end enable USB host support on port 1 Wolfgang Grandegger
2011-11-16  7:22   ` Jason Liu
2011-11-24  3:01   ` Marek Vasut
2011-11-11 13:03 ` [U-Boot] [PATCH 5/5] mx51evk: " Wolfgang Grandegger
2011-11-11 21:44 ` [U-Boot] [PATCH 0/5] mx5: USB host support for mx51evk and mx53loco Marek Vasut
2011-11-14  8:50   ` Wolfgang Grandegger
2011-11-14 10:46     ` Marek Vasut
2011-11-14 10:55       ` Wolfgang Grandegger
2011-11-11 23:34 ` Jana Rapava
2011-11-14  9:01   ` Wolfgang Grandegger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox