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
|