linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] pinctrl: dt-bindings: qcom: Second convertions for v6.2
@ 2022-11-16  9:39 Krzysztof Kozlowski
  2022-11-17  9:11 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-16  9:39 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	linux-arm-msm, linux-arm-kernel, linux-gpio, linux-kernel,
	Krzysztof Kozlowski

Hi,

Continuation of my cleanups - second, last round based on previous pull request.

Best regards,
Krzysztof


The following changes since commit 1b6b54ef7c4a1f482a2a6d33a769e89877beba4e:

  dt-bindings: pinctrl: qcom,sc7180: convert to dtschema (2022-10-19 11:55:58 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/qcom-pinctrl-6.2-2

for you to fetch changes up to 86bfee318b546c03d954e863fc1af43960cb06e2:

  dt-bindings: pinctrl: qcom,msm8976: convert to dtschema (2022-11-16 08:56:02 +0100)

----------------------------------------------------------------
Qualcomm pinctrl Devicetree bindings changes for v6.2, part two

Continuation of refactoring and improving Qualcomm pin controller bindings:
1. Narrow compatible combinations in PMIC MPP.
2. Convert several bindings from TXT to DT schema format: QCS404,
   IPQ8074, MSM8660, MSM8916, MSM8960 and MSM8976.

----------------------------------------------------------------
Krzysztof Kozlowski (7):
      dt-bindings: pinctrl: qcom,pmic-mpp: make compatible fallbacks specific
      dt-bindings: pinctrl: qcom,msm8916: convert to dtschema
      dt-bindings: pinctrl: qcom,qcs404: convert to dtschema
      dt-bindings: pinctrl: qcom,msm8660: convert to dtschema
      dt-bindings: pinctrl: qcom,ipq8074: convert to dtschema
      dt-bindings: pinctrl: qcom,msm8960: convert to dtschema
      dt-bindings: pinctrl: qcom,msm8976: convert to dtschema

 .../bindings/pinctrl/qcom,ipq8074-pinctrl.txt      | 181 -------------------
 .../bindings/pinctrl/qcom,ipq8074-pinctrl.yaml     | 135 ++++++++++++++
 .../bindings/pinctrl/qcom,msm8660-pinctrl.txt      |  96 ----------
 .../bindings/pinctrl/qcom,msm8660-pinctrl.yaml     | 125 +++++++++++++
 .../bindings/pinctrl/qcom,msm8916-pinctrl.txt      | 195 --------------------
 .../bindings/pinctrl/qcom,msm8916-pinctrl.yaml     | 166 +++++++++++++++++
 .../bindings/pinctrl/qcom,msm8960-pinctrl.txt      | 190 --------------------
 .../bindings/pinctrl/qcom,msm8960-pinctrl.yaml     | 164 +++++++++++++++++
 .../bindings/pinctrl/qcom,msm8976-pinctrl.txt      | 183 -------------------
 .../bindings/pinctrl/qcom,msm8976-pinctrl.yaml     | 136 ++++++++++++++
 .../devicetree/bindings/pinctrl/qcom,pmic-mpp.yaml |  45 ++---
 .../bindings/pinctrl/qcom,qcs404-pinctrl.txt       | 199 ---------------------
 .../bindings/pinctrl/qcom,qcs404-pinctrl.yaml      | 176 ++++++++++++++++++
 13 files changed, 925 insertions(+), 1066 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.yaml
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8660-pinctrl.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8660-pinctrl.yaml
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.yaml
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8976-pinctrl.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8976-pinctrl.yaml
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml

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

* Re: [GIT PULL] pinctrl: dt-bindings: qcom: Second convertions for v6.2
  2022-11-16  9:39 [GIT PULL] pinctrl: dt-bindings: qcom: Second convertions for v6.2 Krzysztof Kozlowski
@ 2022-11-17  9:11 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2022-11-17  9:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, linux-arm-msm,
	linux-arm-kernel, linux-gpio, linux-kernel, Krzysztof Kozlowski

On Wed, Nov 16, 2022 at 10:39 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:

> Continuation of my cleanups - second, last round based on previous pull request.

Pulled into the pin control tree for v6.2, thanks!

Yours,
Linus Walleij

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

end of thread, other threads:[~2022-11-17  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16  9:39 [GIT PULL] pinctrl: dt-bindings: qcom: Second convertions for v6.2 Krzysztof Kozlowski
2022-11-17  9:11 ` Linus Walleij

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