linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Broadcom STB USB phy driver
@ 2017-06-02 18:01 Al Cooper
  2017-06-02 18:01 ` [PATCH 1/3] soc: brcmstb: Add Product ID and Family ID helper functions Al Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Al Cooper @ 2017-06-02 18:01 UTC (permalink / raw)
  To: linux-kernel
  Cc: Al Cooper, Rob Herring, Mark Rutland, Florian Fainelli,
	bcm-kernel-feedback-list, Kishon Vijay Abraham I,
	Greg Kroah-Hartman, devicetree, linux-arm-kernel

Add a new USB Phy driver for Broadcom STB SoCs. This driver
supports Broadcom STB ARM and MIPS SoCs. This driver in
combination with the Broadcom STB ohci, ehci and xhci
drivers will enable USB1.1, USB2.0 and USB3.0 support.
This Phy driver also supports the Broadcom UDC gadget
driver.

Al Cooper (3):
  soc: brcmstb: Add Product ID and Family ID helper functions
  dt-bindings: Add Broadcom STB USB PHY binding document
  phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driver

 .../bindings/phy/brcm,brcmstb-usb-phy.txt          |   37 +
 MAINTAINERS                                        |    7 +
 drivers/phy/Makefile                               |    4 +
 drivers/phy/phy-brcm-usb-init.c                    | 1111 ++++++++++++++++++++
 drivers/phy/phy-brcm-usb-init.h                    |  110 ++
 drivers/phy/phy-brcm-usb.c                         |  487 +++++++++
 drivers/soc/bcm/brcmstb/common.c                   |   12 +
 include/linux/soc/brcmstb/brcmstb.h                |   10 +
 8 files changed, 1778 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.txt
 create mode 100644 drivers/phy/phy-brcm-usb-init.c
 create mode 100644 drivers/phy/phy-brcm-usb-init.h
 create mode 100644 drivers/phy/phy-brcm-usb.c

-- 
1.9.0.138.g2de3478

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

end of thread, other threads:[~2017-06-12 20:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-02 18:01 [PATCH 0/3] Add Broadcom STB USB phy driver Al Cooper
2017-06-02 18:01 ` [PATCH 1/3] soc: brcmstb: Add Product ID and Family ID helper functions Al Cooper
2017-06-02 18:01 ` [PATCH 2/3] dt-bindings: Add Broadcom STB USB PHY binding document Al Cooper
2017-06-07 12:32   ` Kishon Vijay Abraham I
2017-06-08 22:11   ` Rob Herring
2017-06-12 20:19     ` Al Cooper
2017-06-12 20:53       ` Al Cooper
2017-06-02 18:01 ` [PATCH 3/3] phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driver Al Cooper
2017-06-07 13:24   ` Kishon Vijay Abraham I

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).