Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/2] USB: add support for Broadcom 63xx OHCI & EHCI.
@ 2010-01-30 17:54 Maxime Bizon
  2010-01-30 17:54 ` [PATCH 1/2] USB: add Broadcom 63xx integrated OHCI controller support Maxime Bizon
  2010-01-30 17:54 ` [PATCH 2/2] USB: add Broadcom 63xx integrated EHCI " Maxime Bizon
  0 siblings, 2 replies; 7+ messages in thread
From: Maxime Bizon @ 2010-01-30 17:54 UTC (permalink / raw)
  To: David Brownell, linux-usb; +Cc: Ralf Baechle, linux-mips, Maxime Bizon

Hi David,

These patches add support for Broadcom 63xx integrated USB OHCI & EHCI
controller. The platform code (device registration) has been sent in a
separate patch to Ralf.

They were already posted a long time ago, and all your comments have
now been addressed.


Maxime Bizon (2):
  USB: add Broadcom 63xx integrated OHCI controller support.
  USB: add Broadcom 63xx integrated EHCI controller support.

 drivers/usb/host/ehci-bcm63xx.c |  154 ++++++++++++++++++++++++++++++++++++
 drivers/usb/host/ehci-hcd.c     |    5 +
 drivers/usb/host/ohci-bcm63xx.c |  166 +++++++++++++++++++++++++++++++++++++++
 drivers/usb/host/ohci-hcd.c     |    5 +
 drivers/usb/host/ohci.h         |    2 +-
 5 files changed, 331 insertions(+), 1 deletions(-)
 create mode 100644 drivers/usb/host/ehci-bcm63xx.c
 create mode 100644 drivers/usb/host/ohci-bcm63xx.c

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

end of thread, other threads:[~2010-02-02  9:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-30 17:54 [PATCH 0/2] USB: add support for Broadcom 63xx OHCI & EHCI Maxime Bizon
2010-01-30 17:54 ` [PATCH 1/2] USB: add Broadcom 63xx integrated OHCI controller support Maxime Bizon
2010-01-30 17:54 ` [PATCH 2/2] USB: add Broadcom 63xx integrated EHCI " Maxime Bizon
2010-01-31  2:11   ` Alan Stern
2010-01-31  2:11     ` Alan Stern
2010-02-01  6:39     ` Andreas Mohr
2010-02-02  9:29       ` Florian Fainelli

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