linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] wii: add usb 2.0 support
@ 2010-02-03 18:30 Albert Herranz
  2010-02-03 18:30 ` [RFC PATCH 1/2] USB: add HCD_BOUNCE_BUFFERS host controller driver flag Albert Herranz
  2010-02-03 18:30 ` [RFC PATCH 2/2] wii: hollywood ehci controller support Albert Herranz
  0 siblings, 2 replies; 10+ messages in thread
From: Albert Herranz @ 2010-02-03 18:30 UTC (permalink / raw)
  To: linux-usb; +Cc: Albert Herranz, linuxppc-dev

The following patch series adds USB 2.0 support for the Wii powerpc
platform via the EHCI controller present in the "Hollywood" chipset
of the video game console.

Albert Herranz (2):
  USB: add HCD_BOUNCE_BUFFERS host controller driver flag
  wii: hollywood ehci controller support

 arch/powerpc/platforms/embedded6xx/Kconfig |    1 +
 drivers/usb/core/hcd.c                     |  337 +++++++++++++++++++++++-----
 drivers/usb/core/hcd.h                     |   13 +-
 drivers/usb/host/Kconfig                   |    8 +
 drivers/usb/host/ehci-hcd.c                |    5 +
 drivers/usb/host/ehci-hlwd.c               |  227 +++++++++++++++++++
 drivers/usb/host/ehci.h                    |   23 ++
 7 files changed, 550 insertions(+), 64 deletions(-)
 create mode 100644 drivers/usb/host/ehci-hlwd.c

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

end of thread, other threads:[~2010-02-07 23:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-03 18:30 [RFC PATCH 0/2] wii: add usb 2.0 support Albert Herranz
2010-02-03 18:30 ` [RFC PATCH 1/2] USB: add HCD_BOUNCE_BUFFERS host controller driver flag Albert Herranz
2010-02-03 19:00   ` Greg KH
2010-02-03 19:40   ` Alan Stern
2010-02-04 18:23     ` Albert Herranz
2010-02-04 18:58       ` Alan Stern
2010-02-07 18:10     ` Albert Herranz
2010-02-07 20:26       ` Alan Stern
2010-02-07 23:38         ` Albert Herranz
2010-02-03 18:30 ` [RFC PATCH 2/2] wii: hollywood ehci controller support Albert Herranz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).