All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Add Broadcom XHCI driver for iproc platforms
@ 2019-11-22 23:31 Vladimir Olovyannikov
  2019-11-22 23:31 ` [U-Boot] [PATCH 1/2] dt-bindings: Documentation on BRCM xHCI controller Vladimir Olovyannikov
  2019-11-22 23:31 ` [U-Boot] [PATCH 2/2] drivers: usb: host: Add BRCM xHCI driver Vladimir Olovyannikov
  0 siblings, 2 replies; 5+ messages in thread
From: Vladimir Olovyannikov @ 2019-11-22 23:31 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                  | 103 ++++++++++++++++++
 4 files changed, 124 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-25 19:46 UTC | newest]

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.