public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] Add Broadcom XHCI driver for iproc platforms
@ 2019-11-26 18:18 Vladimir Olovyannikov
  2019-11-26 18:18 ` [U-Boot] [PATCH v2 1/2] dt-bindings: Documentation on BRCM xHCI controller Vladimir Olovyannikov
  2019-11-26 18:18 ` [U-Boot] [PATCH v2 2/2] drivers: usb: host: Add BRCM xHCI driver Vladimir Olovyannikov
  0 siblings, 2 replies; 5+ messages in thread
From: Vladimir Olovyannikov @ 2019-11-26 18:18 UTC (permalink / raw)
  To: u-boot

This patchset adds Broadcom XHCI driver for iproc platforms.
This USB controller is based on the Broadcom USB3 IP Core.
Supports USB2/3 functionality.

Bharat Kumar Reddy Gooty (2):
  dt-bindings: Documentation on BRCM xHCI controller
  drivers: usb: host: Add BRCM xHCI driver

 .../bindings/usb/brcm,generic-xhci.txt        |  12 ++
 drivers/usb/host/Kconfig                      |   8 ++
 drivers/usb/host/Makefile                     |   1 +
 drivers/usb/host/xhci-brcm.c                  | 105 ++++++++++++++++++
 4 files changed, 126 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/brcm,generic-xhci.txt
 create mode 100644 drivers/usb/host/xhci-brcm.c

--
2.17.1

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

end of thread, other threads:[~2019-11-26 18:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-26 18:18 [U-Boot] [PATCH v2 0/2] Add Broadcom XHCI driver for iproc platforms Vladimir Olovyannikov
2019-11-26 18:18 ` [U-Boot] [PATCH v2 1/2] dt-bindings: Documentation on BRCM xHCI controller Vladimir Olovyannikov
2019-11-26 18:18 ` [U-Boot] [PATCH v2 2/2] drivers: usb: host: Add BRCM xHCI driver Vladimir Olovyannikov
2019-11-26 18:21   ` Marek Vasut
2019-11-26 18:36     ` Vladimir Olovyannikov

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