devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] arm64: dts: qcom: sc8180x: Enable the USB multiport controller
@ 2024-05-25 18:03 Bjorn Andersson
  2024-05-25 18:03 ` [PATCH 01/10] dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add sc8180x USB3 compatible Bjorn Andersson
                   ` (11 more replies)
  0 siblings, 12 replies; 26+ messages in thread
From: Bjorn Andersson @ 2024-05-25 18:03 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
	Michael Turquette, Stephen Boyd, Greg Kroah-Hartman, Wesley Cheng,
	Konrad Dybcio
  Cc: linux-arm-msm, linux-phy, devicetree, linux-kernel, linux-clk,
	linux-usb, Bjorn Andersson

The USB multiport controller found in SC8180X is used to driver the
camera in the Lenovo Flex 5G, and a couple of additional USB ports on
the Primus AUX board.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
---
Bjorn Andersson (10):
      dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add sc8180x USB3 compatible
      phy: qcom-qmp-usb: Add sc8180x USB UNIPHY
      dt-bindings: clock: qcom: Add missing USB MP resets
      clk: qcom: gcc-sc8180x: Add missing USB MP resets
      dt-bindings: usb: qcom,dwc3: Add SC8180X compatibles
      arm64: dts: qcom: sc8180x-pmics: Add second PMC8180 GPIO
      arm64: dts: qcom: sc8180x: Align USB nodes with binding
      arm64: dts: qcom: sc8180x: Add USB MP controller and phys
      arm64: dts: qcom: sc8180x-primus: Enable the two MP USB ports
      arm64: dts: qcom: sc8180x-lenovo-flex-5g: Enable USB multiport controller

 .../phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml        |   3 +
 .../devicetree/bindings/usb/qcom,dwc3.yaml         |  29 ++++
 .../arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts |  32 ++++
 arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi        |  16 +-
 arch/arm64/boot/dts/qcom/sc8180x-primus.dts        |  60 +++++++
 arch/arm64/boot/dts/qcom/sc8180x.dtsi              | 175 +++++++++++++++++++--
 drivers/clk/qcom/gcc-sc8180x.c                     |   4 +
 drivers/phy/qualcomm/phy-qcom-qmp-usb.c            |   3 +
 include/dt-bindings/clock/qcom,gcc-sc8180x.h       |   4 +
 9 files changed, 312 insertions(+), 14 deletions(-)
---
base-commit: 3689b0ef08b70e4e03b82ebd37730a03a672853a
change-id: 20240524-sc8180x-usb-mp-4eb278df7ef1

Best regards,
-- 
Bjorn Andersson <quic_bjorande@quicinc.com>


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

end of thread, other threads:[~2024-06-03 14:26 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-25 18:03 [PATCH 00/10] arm64: dts: qcom: sc8180x: Enable the USB multiport controller Bjorn Andersson
2024-05-25 18:03 ` [PATCH 01/10] dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add sc8180x USB3 compatible Bjorn Andersson
2024-05-26 18:17   ` Krzysztof Kozlowski
2024-05-25 18:03 ` [PATCH 02/10] phy: qcom-qmp-usb: Add sc8180x USB UNIPHY Bjorn Andersson
2024-05-25 20:12   ` Dmitry Baryshkov
2024-05-25 18:03 ` [PATCH 03/10] dt-bindings: clock: qcom: Add missing USB MP resets Bjorn Andersson
2024-05-26 18:18   ` Krzysztof Kozlowski
2024-05-25 18:03 ` [PATCH 04/10] clk: qcom: gcc-sc8180x: " Bjorn Andersson
2024-05-28 12:39   ` Konrad Dybcio
2024-05-25 18:03 ` [PATCH 05/10] dt-bindings: usb: qcom,dwc3: Add SC8180X compatibles Bjorn Andersson
2024-05-26 18:22   ` Krzysztof Kozlowski
2024-05-25 18:03 ` [PATCH 06/10] arm64: dts: qcom: sc8180x-pmics: Add second PMC8180 GPIO Bjorn Andersson
2024-05-25 20:15   ` Dmitry Baryshkov
2024-05-25 18:04 ` [PATCH 07/10] arm64: dts: qcom: sc8180x: Align USB nodes with binding Bjorn Andersson
2024-05-28 12:42   ` Konrad Dybcio
2024-05-25 18:04 ` [PATCH 08/10] arm64: dts: qcom: sc8180x: Add USB MP controller and phys Bjorn Andersson
2024-05-25 20:16   ` Dmitry Baryshkov
2024-05-28 12:53   ` Konrad Dybcio
2024-05-25 18:04 ` [PATCH 09/10] arm64: dts: qcom: sc8180x-primus: Enable the two MP USB ports Bjorn Andersson
2024-05-25 20:16   ` Dmitry Baryshkov
2024-05-28 12:54   ` Konrad Dybcio
2024-05-25 18:04 ` [PATCH 10/10] arm64: dts: qcom: sc8180x-lenovo-flex-5g: Enable USB multiport controller Bjorn Andersson
2024-05-25 20:17   ` Dmitry Baryshkov
2024-05-28 12:56   ` Konrad Dybcio
2024-05-28 17:41 ` [PATCH 00/10] arm64: dts: qcom: sc8180x: Enable the " Rob Herring (Arm)
2024-06-03 14:26 ` (subset) " Vinod Koul

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