linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add stingray usb phy driver
@ 2017-07-07 13:07 Srinath Mannam
  2017-07-07 13:07 ` [PATCH 1/2] dt-bindings: phy: Add stingray usb phy documentation Srinath Mannam
  2017-07-07 13:07 ` [PATCH 2/2] phy: Add stingray usb phy driver Srinath Mannam
  0 siblings, 2 replies; 8+ messages in thread
From: Srinath Mannam @ 2017-07-07 13:07 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Kishon Vijay Abraham I
  Cc: devicetree, linux-kernel, bcm-kernel-feedback-list, Srinath Mannam

This patchset add generic phy driver for stingray usb phy.

Stingray has two usb phy modules drdu3 and usb3h-drdu2.
drdu3 has one super speed and one high speed phys.
usb3h-drdu2 has one super speed phy and two high speed phys.

All patches are based on linux-phy/next.

Srinath Mannam (2):
  dt-bindings: phy: Add stingray usb phy documentation
  phy: Add stingray usb phy driver

 .../bindings/phy/brcm,stingray-usb-phy.txt         |  72 ++
 drivers/phy/broadcom/Kconfig                       |  13 +
 drivers/phy/broadcom/Makefile                      |   1 +
 drivers/phy/broadcom/phy-bcm-stingray-usb.c        | 722 +++++++++++++++++++++
 4 files changed, 808 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/brcm,stingray-usb-phy.txt
 create mode 100644 drivers/phy/broadcom/phy-bcm-stingray-usb.c

-- 
2.7.4

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

end of thread, other threads:[~2018-08-14  3:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07 13:07 [PATCH 0/2] Add stingray usb phy driver Srinath Mannam
2017-07-07 13:07 ` [PATCH 1/2] dt-bindings: phy: Add stingray usb phy documentation Srinath Mannam
2017-07-10 15:25   ` Rob Herring
2018-08-14  1:54   ` [1/2] " Jayachandran C
2018-08-14  3:13     ` Srinath Mannam
2017-07-07 13:07 ` [PATCH 2/2] phy: Add stingray usb phy driver Srinath Mannam
2017-07-11  6:31   ` Kishon Vijay Abraham I
2017-07-11 14:26     ` 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).