public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCHv2 0/4]enable USB OHCI on sam9x5ek boards
@ 2012-11-28 11:48 Richard Genoud
  2012-11-28 11:48 ` [U-Boot] [PATCHv2 1/4] usb documentation: fix typo Richard Genoud
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Richard Genoud @ 2012-11-28 11:48 UTC (permalink / raw)
  To: u-boot

This small patchset is based on current master ( 178d0cc1a4c73c3341afbeb2a93b172de8c96bd1 )
It enables usb on at91sam9x5ek boards.
Tested on at91sam9x5ek with a sam9g35 CPU (+ usb key and mouse)

By default the 3 USB 1.1 ports (A, B and C) are enabled.
If CONFIG_USB_EHCI is defined, the 2 USB 2.0 ports (A and B) will be enabled.

changes from v1:
* VBUS for usb port A is enabled
* EHCI configuration is now present
* number of OHCI ports corrected (3 instead of 2)

Richard Genoud (4):
  usb documentation: fix typo
  ARM: at91sam9x5: enable USB OHCI support for 9x5ek board.
  at91sam9x5ek: regroup FAT/DOS features
  at91sam9x5ek: add USB OHCI configuration

 arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c |    9 +++++++++
 arch/arm/include/asm/arch-at91/at91sam9x5.h      |    2 ++
 board/atmel/at91sam9x5ek/at91sam9x5ek.c          |    3 +++
 doc/README.usb                                   |    2 +-
 drivers/usb/host/ohci-at91.c                     |    6 ++++--
 include/configs/at91sam9x5ek.h                   |   18 +++++++++++++++++-
 6 files changed, 36 insertions(+), 4 deletions(-)

-- 
1.7.2.5

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

end of thread, other threads:[~2012-11-30  9:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 11:48 [U-Boot] [PATCHv2 0/4]enable USB OHCI on sam9x5ek boards Richard Genoud
2012-11-28 11:48 ` [U-Boot] [PATCHv2 1/4] usb documentation: fix typo Richard Genoud
2012-11-28 11:48 ` [U-Boot] [PATCHv2 2/4] at91sam9x5: enable USB support for 9x5ek board Richard Genoud
2012-11-29  5:22   ` Bo Shen
2012-11-30  9:06     ` Richard Genoud
2012-11-28 11:48 ` [U-Boot] [PATCHv2 3/4] at91sam9x5ek: regroup FAT/DOS features Richard Genoud
2012-11-28 11:48 ` [U-Boot] [PATCHv2 4/4] at91sam9x5ek: add USB configuration Richard Genoud
2012-11-29  5:22   ` Bo Shen

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