linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 00/34] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings (third set)
@ 2022-10-16 17:00 Krzysztof Kozlowski
  2022-10-16 17:00 ` [PATCH v5 01/34] arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins Krzysztof Kozlowski
                   ` (34 more replies)
  0 siblings, 35 replies; 64+ messages in thread
From: Krzysztof Kozlowski @ 2022-10-16 17:00 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Linus Walleij,
	Rob Herring, Krzysztof Kozlowski, Stephan Gerhold, Shawn Guo,
	Vinod Koul, krishna Lanka, Sivaprakash Murugesan, linux-arm-msm,
	linux-gpio, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Hi,

Changes since v4
================
1. Drop drive-strength (included by common TLMM node).

Changes since v3
================
1. All patches with subject: "use common TLMM schema":
   Drop properties and required items which are already provided by common TLMM
   schema.
   The change against v3 is non-trivial, however I retained reviewed-by tags.
2. Add Rb tags.

Changes since v2
================
1. ipq6018-cp01-c1: do not switch to blsp1 (Robert).
2. pinctrl: qcom,ipq6018: correct BLSP6->BLSP0 functions: new patch.
3. Drop quotes from $ref when not needed (Rob).
4. Add Rb tags. Few patches from v1 got review from Rob, but I changed them in
   v2 significantly, so I did not keep these Rb tags.

Changes since v1
================
v1: https://lore.kernel.org/linux-devicetree/20220924080459.13084-1-krzysztof.kozlowski@linaro.org/T/#t
1. As Stephan suggested, move check for function on non-GPIO pins to common
   TLMM schema.  This affects few commits in the set named:
   "use common TLMM schema"
   "do not require function on non-GPIOs"

Overview
========
This is the third, independent patchset around Qualcomm pinctrl in recent days:
1. First round of TLMM fixes: merged
2. LPASS fixes:
   https://lore.kernel.org/linux-devicetree/20220927153429.55365-1-krzysztof.kozlowski@linaro.org/T/#t
3. ARMv7 TLMM fixes: *THIS PATCHSET*
4. ARMv8 remaining TLMM fixes:
   https://lore.kernel.org/linux-devicetree/20220930192954.242546-1-krzysztof.kozlowski@linaro.org/
5. Fifth clean - styles and using common TLMM schema:
   https://lore.kernel.org/linux-arm-msm/20221011172358.69043-1-krzysztof.kozlowski@linaro.org/T/#m277d25a5f3e9d10ca8221a7fba62ca468a67a60b

Dependencies
============
1. No dependencies.
2. dt-bindings are independent of DTS patches.

Best regards,
Krzysztof

Krzysztof Kozlowski (34):
  arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins
  arm64: dts: qcom: ipq6018: align TLMM pin configuration with DT schema
  ARM: dts: qcom: sdx55: add gpio-ranges to TLMM pinctrl
  ARM: dts: qcom: sdx55: align TLMM pin configuration with DT schema
  ARM: dts: qcom: msm8226: align TLMM pin configuration with DT schema
  ARM: dts: qcom: msm8974: align TLMM pin configuration with DT schema
  dt-bindings: pinctrl: qcom,tlmm-common: add common check for function
  dt-bindings: pinctrl: qcom,ipq6018: add qpic_pad function
  dt-bindings: pinctrl: qcom,ipq6018: correct BLSP6->BLSP0 functions
  dt-bindings: pinctrl: qcom,ipq6018: increase number of pins in pinmux
  dt-bindings: pinctrl: qcom,ipq6018: fix matching pin config
  dt-bindings: pinctrl: qcom,ipq6018: use common TLMM schema
  dt-bindings: pinctrl: qcom,ipq6018: fix indentation in example
  dt-bindings: pinctrl: qcom,msm8226: fix matching pin config
  dt-bindings: pinctrl: qcom,msm8226: use common TLMM schema
  dt-bindings: pinctrl: qcom,msm8226: add functions and input-enable
  dt-bindings: pinctrl: qcom,msm8226: fix indentation in example
  dt-bindings: pinctrl: qcom,msm8909-tlmm: fix matching pin config
  dt-bindings: pinctrl: qcom,msm8909-tlmm: do not require function on
    non-GPIOs
  dt-bindings: pinctrl: qcom,msm8909-tlmm: fix indentation in example
  dt-bindings: pinctrl: qcom,msm8953: fix matching pin config
  dt-bindings: pinctrl: qcom,msm8953: use common TLMM schema
  dt-bindings: pinctrl: qcom,msm8953: fix indentation in example
  dt-bindings: pinctrl: qcom,mdm9607: do not require function on
    non-GPIOs
  dt-bindings: pinctrl: qcom,mdm9607: fix indentation in example
  dt-bindings: pinctrl: qcom,qcm2290: fix matching pin config
  dt-bindings: pinctrl: qcom,qcm2290: use common TLMM schema
  dt-bindings: pinctrl: qcom,sdx55: fix matching pin config
  dt-bindings: pinctrl: qcom,sdx55: use common TLMM schema
  dt-bindings: pinctrl: qcom,sdx55: fix indentation in example
  dt-bindings: pinctrl: qcom,sdx65: fix matching pin config
  dt-bindings: pinctrl: qcom,sdx65: use common TLMM schema
  dt-bindings: pinctrl: qcom,sc7280: fix matching pin config
  dt-bindings: pinctrl: qcom,sc8280xp: fix indentation in example
    (remaining piece)

 .../pinctrl/qcom,ipq6018-pinctrl.yaml         | 106 +++++++-----------
 .../pinctrl/qcom,mdm9607-pinctrl.yaml         |  23 ++--
 .../pinctrl/qcom,msm8226-pinctrl.yaml         |  98 +++++++---------
 .../bindings/pinctrl/qcom,msm8909-tlmm.yaml   |  64 +++++------
 .../pinctrl/qcom,msm8953-pinctrl.yaml         |  92 ++++++---------
 .../pinctrl/qcom,qcm2290-pinctrl.yaml         |  52 ++-------
 .../bindings/pinctrl/qcom,sc7280-pinctrl.yaml |  14 ++-
 .../pinctrl/qcom,sc8280xp-pinctrl.yaml        |   4 +-
 .../bindings/pinctrl/qcom,sdx55-pinctrl.yaml  |  90 ++++++---------
 .../bindings/pinctrl/qcom,sdx65-pinctrl.yaml  |  50 +++------
 .../bindings/pinctrl/qcom,tlmm-common.yaml    |  20 +++-
 arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts   |   6 +-
 arch/arm/boot/dts/qcom-msm8226.dtsi           |  24 ++--
 .../qcom-msm8974-lge-nexus5-hammerhead.dts    |  30 ++---
 .../boot/dts/qcom-sdx55-telit-fn980-tlb.dts   |  45 +++-----
 arch/arm/boot/dts/qcom-sdx55.dtsi             |   1 +
 arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts  |   6 +-
 arch/arm64/boot/dts/qcom/ipq6018.dtsi         |   4 +-
 18 files changed, 296 insertions(+), 433 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-10-18  3:09 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-16 17:00 [PATCH v5 00/34] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings (third set) Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 01/34] arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 02/34] arm64: dts: qcom: ipq6018: align TLMM pin configuration with DT schema Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 03/34] ARM: dts: qcom: sdx55: add gpio-ranges to TLMM pinctrl Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 04/34] ARM: dts: qcom: sdx55: align TLMM pin configuration with DT schema Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 05/34] ARM: dts: qcom: msm8226: " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 06/34] ARM: dts: qcom: msm8974: " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 07/34] dt-bindings: pinctrl: qcom,tlmm-common: add common check for function Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 08/34] dt-bindings: pinctrl: qcom,ipq6018: add qpic_pad function Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 09/34] dt-bindings: pinctrl: qcom,ipq6018: correct BLSP6->BLSP0 functions Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 10/34] dt-bindings: pinctrl: qcom,ipq6018: increase number of pins in pinmux Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 11/34] dt-bindings: pinctrl: qcom,ipq6018: fix matching pin config Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 12/34] dt-bindings: pinctrl: qcom,ipq6018: use common TLMM schema Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 13/34] dt-bindings: pinctrl: qcom,ipq6018: fix indentation in example Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 14/34] dt-bindings: pinctrl: qcom,msm8226: fix matching pin config Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 15/34] dt-bindings: pinctrl: qcom,msm8226: use common TLMM schema Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 16/34] dt-bindings: pinctrl: qcom,msm8226: add functions and input-enable Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 17/34] dt-bindings: pinctrl: qcom,msm8226: fix indentation in example Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 18/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: fix matching pin config Krzysztof Kozlowski
2022-10-17 20:07   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 19/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: do not require function on non-GPIOs Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 20/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: fix indentation in example Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 21/34] dt-bindings: pinctrl: qcom,msm8953: fix matching pin config Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 22/34] dt-bindings: pinctrl: qcom,msm8953: use common TLMM schema Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 23/34] dt-bindings: pinctrl: qcom,msm8953: fix indentation in example Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 24/34] dt-bindings: pinctrl: qcom,mdm9607: do not require function on non-GPIOs Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 25/34] dt-bindings: pinctrl: qcom,mdm9607: fix indentation in example Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 26/34] dt-bindings: pinctrl: qcom,qcm2290: fix matching pin config Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 27/34] dt-bindings: pinctrl: qcom,qcm2290: use common TLMM schema Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 28/34] dt-bindings: pinctrl: qcom,sdx55: fix matching pin config Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 29/34] dt-bindings: pinctrl: qcom,sdx55: use common TLMM schema Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 30/34] dt-bindings: pinctrl: qcom,sdx55: fix indentation in example Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 31/34] dt-bindings: pinctrl: qcom,sdx65: fix matching pin config Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 32/34] dt-bindings: pinctrl: qcom,sdx65: use common TLMM schema Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 33/34] dt-bindings: pinctrl: qcom,sc7280: fix matching pin config Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-16 17:00 ` [PATCH v5 34/34] dt-bindings: pinctrl: qcom,sc8280xp: fix indentation in example (remaining piece) Krzysztof Kozlowski
2022-10-17 20:08   ` (subset) " Krzysztof Kozlowski
2022-10-18  3:05 ` (subset) [PATCH v5 00/34] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings (third set) 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).