linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] arm64/dt-bindings: mfd: qcom: SPMI PMIC fixes
@ 2022-08-28  8:43 Krzysztof Kozlowski
  2022-08-28  8:43 ` [PATCH 01/14] ARM: dts: qcom: align SPMI PMIC ADC node name with dtschema Krzysztof Kozlowski
                   ` (17 more replies)
  0 siblings, 18 replies; 24+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-28  8:43 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Lee Jones,
	Rob Herring, Krzysztof Kozlowski, Stephen Boyd, Vinod Koul,
	David Heidelberg, linux-arm-msm, devicetree, linux-kernel
  Cc: Bryan O'Donoghue, Krzysztof Kozlowski

Hi,

The Qualcomm SPMI PMIC DT schema conversion was not really tested and several
issues in the bindings and DTS should be corrected.

1. The DTS patches can go independently.
2. The binding change continuous work of PWM reg fix and depends on it in
   context (diff hunk):
   https://lore.kernel.org/all/20220827145640.3530878-1-bryan.odonoghue@linaro.org/
   Binidings changes and above, can be taken via MFD tree (fixed commit was
   merged in v6.0-rc1).

Best regards,
Krzysztof

Krzysztof Kozlowski (14):
  ARM: dts: qcom: align SPMI PMIC ADC node name with dtschema
  ARM: dts: qcom: pm8941: align SPMI PMIC LPG node name with dtschema
  ARM: dts: qcom: pmx55: align SPMI PMIC Power-on node name with
    dtschema
  arm64: dts: qcom: pmk8350: drop incorrect io-channel-ranges
  arm64: dts: qcom: pmk8350: drop interrupt-names from ADC
  arm64: dts: qcom: align SPMI PMIC ADC node name with dtschema
  arm64: dts: qcom: align SPMI PMIC regulators node name with dtschema
  arm64: dts: qcom: align SPMI PMIC LPG node name with dtschema
  arm64: dts: qcom: align SPMI PMIC Power-on node name with dtschema
  arm64: dts: qcom: align PMIC GPIO pin configuration with DT schema
  arm64: dts: qcom: sc7280-idp: correct ADC channel node name and unit
    address
  arm64: dts: qcom: sdm845-mtp: correct ADC settle time
  dt-bindings: mfd: qcom,spmi-pmic: fix regulator node schema
  dt-bindings: mfd: qcom,spmi-pmic: fix TM ADC node schema on PM8998

 .../bindings/mfd/qcom,spmi-pmic.yaml          | 20 +++++++++++++++++--
 arch/arm/boot/dts/qcom-pm8941.dtsi            |  4 ++--
 arch/arm/boot/dts/qcom-pma8084.dtsi           |  2 +-
 arch/arm/boot/dts/qcom-pmx55.dtsi             |  2 +-
 arch/arm64/boot/dts/qcom/pm660.dtsi           |  2 +-
 arch/arm64/boot/dts/qcom/pm660l.dtsi          |  4 ++--
 arch/arm64/boot/dts/qcom/pm8150.dtsi          |  2 +-
 arch/arm64/boot/dts/qcom/pm8150b.dtsi         |  4 ++--
 arch/arm64/boot/dts/qcom/pm8150l.dtsi         |  4 ++--
 arch/arm64/boot/dts/qcom/pm8953.dtsi          |  2 +-
 arch/arm64/boot/dts/qcom/pm8994.dtsi          |  2 +-
 arch/arm64/boot/dts/qcom/pmi8994.dtsi         |  2 +-
 arch/arm64/boot/dts/qcom/pmi8998.dtsi         |  2 +-
 arch/arm64/boot/dts/qcom/pmk8350.dtsi         |  3 ---
 arch/arm64/boot/dts/qcom/pmm8155au_1.dtsi     |  2 +-
 arch/arm64/boot/dts/qcom/pmm8155au_2.dtsi     |  2 +-
 .../boot/dts/qcom/sc7280-herobrine-crd.dts    |  2 +-
 arch/arm64/boot/dts/qcom/sc7280-idp.dts       |  2 +-
 arch/arm64/boot/dts/qcom/sc7280-idp.dtsi      |  2 +-
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts       | 12 +++++------
 .../boot/dts/qcom/sdm845-xiaomi-polaris.dts   |  2 +-
 21 files changed, 46 insertions(+), 33 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-09-05 14:52 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-28  8:43 [PATCH 00/14] arm64/dt-bindings: mfd: qcom: SPMI PMIC fixes Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 01/14] ARM: dts: qcom: align SPMI PMIC ADC node name with dtschema Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 02/14] ARM: dts: qcom: pm8941: align SPMI PMIC LPG " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 03/14] ARM: dts: qcom: pmx55: align SPMI PMIC Power-on " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 04/14] arm64: dts: qcom: pmk8350: drop incorrect io-channel-ranges Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 05/14] arm64: dts: qcom: pmk8350: drop interrupt-names from ADC Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 06/14] arm64: dts: qcom: align SPMI PMIC ADC node name with dtschema Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 07/14] arm64: dts: qcom: align SPMI PMIC regulators " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 08/14] arm64: dts: qcom: align SPMI PMIC LPG " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 09/14] arm64: dts: qcom: align SPMI PMIC Power-on " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 10/14] arm64: dts: qcom: align PMIC GPIO pin configuration with DT schema Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 11/14] arm64: dts: qcom: sc7280-idp: correct ADC channel node name and unit address Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 12/14] arm64: dts: qcom: sdm845-mtp: correct ADC settle time Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 13/14] dt-bindings: mfd: qcom,spmi-pmic: fix regulator node schema Krzysztof Kozlowski
2022-08-30 16:26   ` Rob Herring
2022-09-05 14:49   ` Lee Jones
2022-08-28  8:43 ` [PATCH 14/14] dt-bindings: mfd: qcom,spmi-pmic: fix TM ADC node schema on PM8998 Krzysztof Kozlowski
2022-08-30 16:27   ` Rob Herring
2022-09-05 14:52   ` Lee Jones
2022-08-29 14:54 ` [PATCH 00/14] arm64/dt-bindings: mfd: qcom: SPMI PMIC fixes David Heidelberg
2022-08-29 17:00 ` Vinod Koul
2022-08-29 22:07 ` Stephen Boyd
2022-08-30  3:26 ` (subset) " Bjorn Andersson
2022-08-30  3:28   ` 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).