linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Stingray usb phy driver support
@ 2018-11-13  4:13 Srinath Mannam
  2018-11-13  4:13 ` [PATCH 1/3] dt-bindings: phy: Add binding document for stingray usb phy Srinath Mannam
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Srinath Mannam @ 2018-11-13  4:13 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Kishon Vijay Abraham I
  Cc: Tejun Heo, Jayachandran C --cc=devicetree @ vger . kernel . org,
	linux-kernel, bcm-kernel-feedback-list, Srinath Mannam

These patches add stingray usb phy driver and its
corresponding DT nodes with documentation.

All patches are based on Linux-4.19.

Srinath Mannam (3):
  dt-bindings: phy: Add binding document for stingray usb phy
  phy: sr-usb: Add stingray usb phy driver
  arm64: dts: Add USB DT nodes for Stingray SoC

 .../bindings/phy/brcm,stingray-usb-phy.txt         |  62 ++++
 .../boot/dts/broadcom/stingray/stingray-usb.dtsi   |  95 ++++++
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi |   1 +
 drivers/phy/broadcom/Kconfig                       |  11 +
 drivers/phy/broadcom/Makefile                      |   1 +
 drivers/phy/broadcom/phy-bcm-sr-usb.c              | 367 +++++++++++++++++++++
 6 files changed, 537 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/brcm,stingray-usb-phy.txt
 create mode 100644 arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi
 create mode 100644 drivers/phy/broadcom/phy-bcm-sr-usb.c

-- 
2.7.4


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

end of thread, other threads:[~2018-11-30  5:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-13  4:13 [PATCH 0/3] Stingray usb phy driver support Srinath Mannam
2018-11-13  4:13 ` [PATCH 1/3] dt-bindings: phy: Add binding document for stingray usb phy Srinath Mannam
2018-11-13  4:13 ` [PATCH 2/3] phy: sr-usb: Add stingray usb phy driver Srinath Mannam
2018-11-29 10:25   ` Kishon Vijay Abraham I
2018-11-29 13:01     ` Srinath Mannam
2018-11-30  4:26       ` Kishon Vijay Abraham I
2018-11-30  5:37         ` Srinath Mannam
2018-11-13  4:13 ` [PATCH 3/3] arm64: dts: Add USB DT nodes for Stingray SoC Srinath Mannam
2018-11-29  6:36 ` [PATCH 0/3] Stingray usb phy driver support Srinath Mannam

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