All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Introduce the SC8180x devices
@ 2022-09-16 12:11 Vinod Koul
  2022-09-16 12:11 ` [PATCH 1/6] dt-bindings: firmware: document Qualcomm SC8180x SCM Vinod Koul
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Vinod Koul @ 2022-09-16 12:11 UTC (permalink / raw)
  To: Bjorn Andersson, Martin K . Petersen, Greg Kroah-Hartman
  Cc: linux-arm-msm, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
	devicetree, linux-kernel, Alim Akhtar, Avri Altman,
	Bart Van Assche, linux-scsi, Wesley Cheng, linux-usb

This add Qualcomm SC8180x SoC which features in Lenovo Flex 5G laptop. This
also adds support for Primus platform as well as Lenovo Flex 5G laptop.

I would be great if Martin and Greg can ack the binding patch so that
everything can go thru qcom tree

Bjorn Andersson (3):
  arm64: dts: qcom: Introduce the SC8180x platform
  arm64: dts: qcom: sc8180x: Introduce Primus
  arm64: dts: qcom: sc8180x: Introduce Lenovo Flex 5G

Vinod Koul (3):
  dt-bindings: firmware: document Qualcomm SC8180x SCM
  scsi: ufs: dt-bindings: Add SC8180x binding
  dt-bindings: usb: qcom,dwc3: Add SC8180x binding

 .../bindings/firmware/qcom,scm.yaml           |    1 +
 .../devicetree/bindings/ufs/qcom,ufs.yaml     |    1 +
 .../devicetree/bindings/usb/qcom,dwc3.yaml    |    1 +
 arch/arm64/boot/dts/qcom/Makefile             |    2 +
 .../boot/dts/qcom/sc8180x-lenovo-flex-5g.dts  |  590 +++
 arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi   |  326 ++
 arch/arm64/boot/dts/qcom/sc8180x-primus.dts   |  706 +++
 arch/arm64/boot/dts/qcom/sc8180x.dtsi         | 3939 +++++++++++++++++
 8 files changed, 5566 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/sc8180x-primus.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sc8180x.dtsi

-- 
2.37.3


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

end of thread, other threads:[~2022-09-17 16:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 12:11 [PATCH 0/6] Introduce the SC8180x devices Vinod Koul
2022-09-16 12:11 ` [PATCH 1/6] dt-bindings: firmware: document Qualcomm SC8180x SCM Vinod Koul
2022-09-17 16:29   ` Krzysztof Kozlowski
2022-09-16 12:12 ` [PATCH 2/6] scsi: ufs: dt-bindings: Add SC8180x binding Vinod Koul
2022-09-16 12:36   ` Johan Hovold
2022-09-16 12:12 ` [PATCH 3/6] dt-bindings: usb: qcom,dwc3: " Vinod Koul
2022-09-16 12:33   ` Johan Hovold
2022-09-16 12:12 ` [PATCH 4/6] arm64: dts: qcom: Introduce the SC8180x platform Vinod Koul
2022-09-16 12:12 ` [PATCH 5/6] arm64: dts: qcom: sc8180x: Introduce Primus Vinod Koul
2022-09-17 16:36   ` Krzysztof Kozlowski
2022-09-16 12:12 ` [PATCH 6/6] arm64: dts: qcom: sc8180x: Introduce Lenovo Flex 5G Vinod Koul
2022-09-16 12:26   ` Dmitry Baryshkov
2022-09-16 19:11     ` Bjorn Andersson
2022-09-17 16:35   ` Krzysztof Kozlowski

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.