linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] dt-bindings/arm64: dts: qcom: minor cleanups with DT schema
@ 2022-05-04 13:19 Krzysztof Kozlowski
  2022-05-04 13:19 ` [PATCH 01/13] dt-bindings: soc: qcom: aoss: document qcom,sm8450-aoss-qmp Krzysztof Kozlowski
                   ` (14 more replies)
  0 siblings, 15 replies; 27+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-04 13:19 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
	Greg Kroah-Hartman, Manu Gautam, linux-arm-msm, devicetree,
	linux-kernel, linux-usb
  Cc: Krzysztof Kozlowski

Hi,

The patches are independent, so they can be picked up as is (or everything
through Qualcomm SoC tree).

Best regards,
Krzysztof

Krzysztof Kozlowski (13):
  dt-bindings: soc: qcom: aoss: document qcom,sm8450-aoss-qmp
  dt-bindings: soc: qcom: qcom,smd-rpm: add power-controller
  dt-bindings: usb: qcom,dwc3: add IPQ8074, MSM8994, QCS404 and SM6125
  dt-bindings: usb: qcom,dwc3: fix clock matching
  arm64: dts: qcom: add missing AOSS QMP compatible fallback
  arm64: dts: qcom: correct DWC3 node names and unit addresses
  arm64: dts: qcom: ipq8074: add dedicated qcom,ipq8074-dwc3 compatible
  arm64: dts: qcom: msm8994: add dedicated qcom,msm8994-dwc3 compatible
  arm64: dts: qcom: sm6125: add dedicated qcom,sm6125-dwc3 compatible
  arm64: dts: qcom: qcs404: add dedicated qcom,qcs404-dwc3 compatible
  arm64: dts: qcom: msm8996: add clock-names to DWC3 USB node
  arm64: dts: qcom: align DWC3 USB clocks with DT schema
  arm64: dts: qcom: align DWC3 USB interrupts with DT schema

 .../bindings/soc/qcom/qcom,aoss-qmp.yaml      |   1 +
 .../bindings/soc/qcom/qcom,smd-rpm.yaml       |   3 +
 .../devicetree/bindings/usb/qcom,dwc3.yaml    | 226 ++++++++++++++++--
 arch/arm/boot/dts/qcom-ipq4019.dtsi           |   2 +-
 arch/arm/boot/dts/qcom-sdx55.dtsi             |  11 +-
 arch/arm64/boot/dts/qcom/apq8096-db820c.dts   |  18 +-
 arch/arm64/boot/dts/qcom/ipq6018.dtsi         |  12 +-
 arch/arm64/boot/dts/qcom/ipq8074.dtsi         |  16 +-
 arch/arm64/boot/dts/qcom/msm8953.dtsi         |  11 +-
 arch/arm64/boot/dts/qcom/msm8994.dtsi         |   7 +-
 .../boot/dts/qcom/msm8996-xiaomi-common.dtsi  |  20 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi         |  23 +-
 arch/arm64/boot/dts/qcom/msm8998.dtsi         |  13 +-
 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi      |   7 +-
 arch/arm64/boot/dts/qcom/qcs404.dtsi          |   8 +-
 arch/arm64/boot/dts/qcom/sc7180.dtsi          |  15 +-
 arch/arm64/boot/dts/qcom/sc7280.dtsi          |  34 ++-
 arch/arm64/boot/dts/qcom/sdm630.dtsi          |  12 +-
 arch/arm64/boot/dts/qcom/sdm845.dtsi          |  26 +-
 arch/arm64/boot/dts/qcom/sm6125.dtsi          |  16 +-
 arch/arm64/boot/dts/qcom/sm6350.dtsi          |  11 +-
 arch/arm64/boot/dts/qcom/sm8150.dtsi          |  24 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi          |  22 +-
 arch/arm64/boot/dts/qcom/sm8350.dtsi          |  23 +-
 arch/arm64/boot/dts/qcom/sm8450.dtsi          |  20 +-
 25 files changed, 424 insertions(+), 157 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-07-03  3:57 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04 13:19 [PATCH 00/13] dt-bindings/arm64: dts: qcom: minor cleanups with DT schema Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 01/13] dt-bindings: soc: qcom: aoss: document qcom,sm8450-aoss-qmp Krzysztof Kozlowski
2022-05-05 14:20   ` Rob Herring
2022-06-20 19:41   ` (subset) " Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 02/13] dt-bindings: soc: qcom: qcom,smd-rpm: add power-controller Krzysztof Kozlowski
2022-05-05 14:22   ` Rob Herring
2022-06-20 19:41   ` (subset) " Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 03/13] dt-bindings: usb: qcom,dwc3: add IPQ8074, MSM8994, QCS404 and SM6125 Krzysztof Kozlowski
2022-05-05 14:23   ` Rob Herring
2022-05-04 13:19 ` [PATCH 04/13] dt-bindings: usb: qcom,dwc3: fix clock matching Krzysztof Kozlowski
2022-05-05 14:25   ` Rob Herring
2022-05-04 13:19 ` [PATCH 05/13] arm64: dts: qcom: add missing AOSS QMP compatible fallback Krzysztof Kozlowski
2022-06-22  8:35   ` (subset) " Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 06/13] arm64: dts: qcom: correct DWC3 node names and unit addresses Krzysztof Kozlowski
2022-06-30  3:30   ` Bjorn Andersson
2022-06-30 18:52     ` Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 07/13] arm64: dts: qcom: ipq8074: add dedicated qcom,ipq8074-dwc3 compatible Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 08/13] arm64: dts: qcom: msm8994: add dedicated qcom,msm8994-dwc3 compatible Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 09/13] arm64: dts: qcom: sm6125: add dedicated qcom,sm6125-dwc3 compatible Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 10/13] arm64: dts: qcom: qcs404: add dedicated qcom,qcs404-dwc3 compatible Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 11/13] arm64: dts: qcom: msm8996: add clock-names to DWC3 USB node Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 12/13] arm64: dts: qcom: align DWC3 USB clocks with DT schema Krzysztof Kozlowski
2022-05-04 13:19 ` [PATCH 13/13] arm64: dts: qcom: align DWC3 USB interrupts " Krzysztof Kozlowski
2022-05-17  9:19 ` [PATCH 00/13] dt-bindings/arm64: dts: qcom: minor cleanups " Geert Uytterhoeven
2022-05-17  9:27   ` Krzysztof Kozlowski
     [not found]     ` <YoNxoUwjJIxyAi3l@kroah.com>
2022-05-17 17:08       ` Krzysztof Kozlowski
2022-07-03  3:56 ` (subset) " Bjorn Andersson

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