All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Stingray USB PHY driver support
@ 2019-02-06 17:32 Srinath Mannam
  2019-02-06 17:32 ` [PATCH v3 1/3] dt-bindings: phy: Add Stingray USB PHY binding document Srinath Mannam
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Srinath Mannam @ 2019-02-06 17:32 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Kishon Vijay Abraham I
  Cc: Tejun Heo, Jayachandran C, devicetree, linux-kernel,
	bcm-kernel-feedback-list, Srinath Mannam

These patches add Stingray USB PHY driver and its corresponding
DT nodes with documentation.

This patch set is based on Linux-5.0-rc2.

Changes from v2:
  - Addressed Kishon review comments
  - Updated patchset to Linux-5.0-rc2

Changes from v1:
  - Addressed Kishon review comments
  - phy init call return value handle
  
Srinath Mannam (3):
  dt-bindings: phy: Add Stingray USB PHY binding document
  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              | 371 +++++++++++++++++++++
 6 files changed, 541 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] 8+ messages in thread
* [PATCH v3 0/3] Stingray USB PHY driver support
@ 2019-02-06 15:16 Srinath Mannam
  2019-02-06 15:16 ` [PATCH v3 1/3] dt-bindings: phy: Add Stingray USB PHY binding document Srinath Mannam
  0 siblings, 1 reply; 8+ messages in thread
From: Srinath Mannam @ 2019-02-06 15:16 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.

This patch set is based on Linux-5.0-rc2.

Changes from v2:
  - Addressed Kishon review comments
  - Updated patchset to Linux-5.0-rc2

Changes from v1:
  - Addressed Kishon review comments
  - phy init call return value handle
  
Srinath Mannam (3):
  dt-bindings: phy: Add Stingray USB PHY binding document
  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              | 371 +++++++++++++++++++++
 6 files changed, 541 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] 8+ messages in thread

end of thread, other threads:[~2019-02-19  3:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-06 17:32 [PATCH v3 0/3] Stingray USB PHY driver support Srinath Mannam
2019-02-06 17:32 ` [PATCH v3 1/3] dt-bindings: phy: Add Stingray USB PHY binding document Srinath Mannam
2019-02-18 17:22   ` Rob Herring
2019-02-19  3:39     ` Srinath Mannam
2019-02-06 17:32 ` [PATCH v3 2/3] phy: sr-usb: Add Stingray USB PHY driver Srinath Mannam
2019-02-06 17:32 ` [PATCH v3 3/3] arm64: dts: Add USB DT nodes for Stingray SoC Srinath Mannam
2019-02-15  4:30 ` [PATCH v3 0/3] Stingray USB PHY driver support Srinath Mannam
  -- strict thread matches above, loose matches on Subject: below --
2019-02-06 15:16 Srinath Mannam
2019-02-06 15:16 ` [PATCH v3 1/3] dt-bindings: phy: Add Stingray USB PHY binding document Srinath Mannam

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.