On Thu, Apr 9, 2020 at 12:52 AM Al Cooper <alcooperx@xxxxxxxxx> wrote: > > Add the build system changes needed to get the Broadcom STB XHCI, > EHCI and OHCI functionality working. The OHCI support does not > require anything unique to Broadcom so the standard ohci-platform > driver is being used. The link order for XHCI was changed in the > Makefile because of the way STB XHCI, EHCI and OHCI controllers > share a port which requires that the XHCI driver be initialized > first. Also update MAINTAINERS. > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3477,6 +3477,14 @@ S: Supported > F: drivers/i2c/busses/i2c-brcmstb.c > F: Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml > > +BROADCOM BRCMSTB USB EHCI DRIVER > +M: Al Cooper <alcooperx@xxxxxxxxx> > +L: linux-usb@xxxxxxxxxxxxxxx > +L: bcm-kernel-feedback-list@xxxxxxxxxxxx > +S: Maintained > +F: drivers/usb/host/ehci-brcm.* > +F: Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml This has ordering issues. Run parse-maintainer.pl to fix. (Note, it creates by default a new file, you might need to run diff manually to see the difference). -- With Best Regards, Andy Shevchenko