devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] phy: qcom: Add SC8280XP UNI and COMBO USB phys
@ 2022-06-07 21:35 Bjorn Andersson
  2022-06-07 21:35 ` [PATCH v2 1/5] dt-bindings: phy: qcom,qmp: Add compatible for SC8280XP " Bjorn Andersson
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Bjorn Andersson @ 2022-06-07 21:35 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Vinod Koul, Rob Herring,
	Krzysztof Kozlowski, Manu Gautam
  Cc: linux-arm-msm, linux-phy, devicetree, linux-kernel

The Qualcomm SC8280XP has two pairs of USB phys; a pair of combo phys and a
pair of uni phys. Introduce support for these.

This is based ontop of Dmitry's refactoring of the QMP driver:
https://lore.kernel.org/all/20220602070909.1666068-1-dmitry.baryshkov@linaro.org/

A first version of this series was posted with only the UNI phy, this fixes a
few comments and add the combo phy as well.

Bjorn Andersson (5):
  dt-bindings: phy: qcom,qmp: Add compatible for SC8280XP USB phys
  phy: qcom-qmp: Add USB3 5NM QMP UNI registers
  phy: qcom-qmp: Add USB4 5NM QMP combo PHY registers
  phy: qcom-qmp: Add SC8280XP USB3 UNI phy
  phy: qcom-qmp: Add sc8280xp USB/DP combo phys

 .../devicetree/bindings/phy/qcom,qmp-phy.yaml |    2 +
 .../bindings/phy/qcom,qmp-usb3-dp-phy.yaml    |    1 +
 drivers/phy/qualcomm/phy-qcom-qmp-combo.c     |  205 +++
 drivers/phy/qualcomm/phy-qcom-qmp-usb.c       |  138 ++
 drivers/phy/qualcomm/phy-qcom-qmp.h           |   13 +
 .../phy/qualcomm/phy-qcom-usb3-5nm-qmp-uni.h  |  617 +++++++
 .../qualcomm/phy-qcom-usb4-5nm-qmp-combo.h    | 1547 +++++++++++++++++
 7 files changed, 2523 insertions(+)
 create mode 100644 drivers/phy/qualcomm/phy-qcom-usb3-5nm-qmp-uni.h
 create mode 100644 drivers/phy/qualcomm/phy-qcom-usb4-5nm-qmp-combo.h

-- 
2.35.1


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

end of thread, other threads:[~2022-06-08 15:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-07 21:35 [PATCH v2 0/5] phy: qcom: Add SC8280XP UNI and COMBO USB phys Bjorn Andersson
2022-06-07 21:35 ` [PATCH v2 1/5] dt-bindings: phy: qcom,qmp: Add compatible for SC8280XP " Bjorn Andersson
2022-06-08  7:58   ` Krzysztof Kozlowski
2022-06-07 21:35 ` [PATCH v2 2/5] phy: qcom-qmp: Add USB3 5NM QMP UNI registers Bjorn Andersson
2022-06-07 21:58   ` Dmitry Baryshkov
2022-06-07 22:45     ` Bjorn Andersson
2022-06-07 23:17       ` Dmitry Baryshkov
2022-06-07 21:35 ` [PATCH v2 3/5] phy: qcom-qmp: Add USB4 5NM QMP combo PHY registers Bjorn Andersson
2022-06-07 22:24   ` Dmitry Baryshkov
2022-06-07 23:04     ` Bjorn Andersson
2022-06-07 23:28       ` Dmitry Baryshkov
2022-06-07 23:52       ` Dmitry Baryshkov
2022-06-08 15:38         ` Vinod Koul
2022-06-07 21:35 ` [PATCH v2 4/5] phy: qcom-qmp: Add SC8280XP USB3 UNI phy Bjorn Andersson
2022-06-07 21:35 ` [PATCH v2 5/5] phy: qcom-qmp: Add sc8280xp USB/DP combo phys Bjorn Andersson
2022-06-07 22:34 ` [PATCH v2 0/5] phy: qcom: Add SC8280XP UNI and COMBO USB phys Dmitry Baryshkov

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