lkml.org 
[lkml]   [2018]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] Add XHCI, EHCI and OHCI drivers for Broadcom STB SoCs
Date
Add XHCI, EHCI and OHCI drivers for Broadcom STB SoCs. These drivers
depend on getting access to the new Broadcom STB USB PHY driver
through a device-tree phandle and will fail if the driver is not
available.

Al Cooper (5):
dt-bindings: Add Broadcom STB OHCI, EHCI and XHCI binding document
usb: host: Add OHCI driver for Broadcom STB SoCs
usb: host: Add EHCI driver for Broadcom STB SoCs
usb: host: Add XHCI driver for Broadcom STB SoCs
usb: host: Enable building of new Broadcom STB USB drivers

.../devicetree/bindings/usb/brcm,ehci-brcm.txt | 22 ++
.../devicetree/bindings/usb/brcm,ohci-brcm.txt | 22 ++
.../devicetree/bindings/usb/brcm,xhci-brcm.txt | 23 ++
MAINTAINERS | 9 +
drivers/usb/host/Kconfig | 27 ++
drivers/usb/host/Makefile | 7 +
drivers/usb/host/ehci-brcm.c | 304 +++++++++++++++++++++
drivers/usb/host/ohci-brcm.c | 204 ++++++++++++++
drivers/usb/host/xhci-brcm.c | 294 ++++++++++++++++++++
9 files changed, 912 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
create mode 100644 Documentation/devicetree/bindings/usb/brcm,ohci-brcm.txt
create mode 100644 Documentation/devicetree/bindings/usb/brcm,xhci-brcm.txt
create mode 100644 drivers/usb/host/ehci-brcm.c
create mode 100644 drivers/usb/host/ohci-brcm.c
create mode 100644 drivers/usb/host/xhci-brcm.c

--
1.9.0.138.g2de3478

\
 
 \ /
  Last update: 2018-09-27 00:22    [W:0.198 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site