linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] USB3 support for Broadcom NS2 SoC
@ 2017-04-28 20:29 Jon Mason
  2017-04-28 20:29 ` [PATCH 1/3] dt-bindings: phy: Add documentation for NS2 USB3 PHY Jon Mason
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jon Mason @ 2017-04-28 20:29 UTC (permalink / raw)
  To: Florian Fainelli, Kishon Vijay Abraham I, Rob Herring, Mark Rutland
  Cc: bcm-kernel-feedback-list, linux-arm-kernel, linux-kernel, devicetree

This patch set contains the USB3 support for Broadcom NS2 SoC.  The USB3
PHY is connected through the MDIO interface.

Yendapally Reddy Dhananjaya Reddy (3):
  dt-bindings: phy: Add documentation for NS2 USB3 PHY
  phy: Add USB3 PHY support for Broadcom NS2 SoC
  arm64: dts: ns2: Add USB3 Support

 .../devicetree/bindings/phy/brcm,ns2-usb3-phy.txt  |  82 +++
 arch/arm64/boot/dts/broadcom/ns2-svk.dts           |  16 +
 arch/arm64/boot/dts/broadcom/ns2-xmc.dts           |   8 +
 arch/arm64/boot/dts/broadcom/ns2.dtsi              |  62 +++
 drivers/phy/Kconfig                                |   9 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-bcm-ns2-usb3.c                     | 596 +++++++++++++++++++++
 7 files changed, 774 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/brcm,ns2-usb3-phy.txt
 create mode 100644 drivers/phy/phy-bcm-ns2-usb3.c

-- 
2.7.4

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-28 20:29 [PATCH 0/3] USB3 support for Broadcom NS2 SoC Jon Mason
2017-04-28 20:29 ` [PATCH 1/3] dt-bindings: phy: Add documentation for NS2 USB3 PHY Jon Mason
2017-05-05 20:04   ` Rob Herring
2017-04-28 20:29 ` [PATCH 2/3] phy: Add USB3 PHY support for Broadcom NS2 SoC Jon Mason
2017-04-28 20:29 ` [PATCH 3/3] arm64: dts: ns2: Add USB3 Support Jon Mason

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).