From: Bjorn Andersson <andersson@kernel.org>
To: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
agross@kernel.org, vkoul@kernel.org, iskren.chernev@gmail.com,
linus.walleij@linaro.org, krzysztof.kozlowski+dt@linaro.org,
konrad.dybcio@somainline.org, linux-arm-msm@vger.kernel.org,
martin.botka@somainline.org, krzysztof.kozlowski@linaro.org,
devicetree@vger.kernel.org, robh+dt@kernel.org
Subject: Re: (subset) [PATCH v2 00/40] pinctrl/arm64: qcom: fix some of Qualcomm pinctrl schema warnings
Date: Tue, 13 Sep 2022 17:48:07 -0500 [thread overview]
Message-ID: <166310928487.670084.13401205270132967103.b4-ty@kernel.org> (raw)
In-Reply-To: <20220912061746.6311-1-krzysztof.kozlowski@linaro.org>
On Mon, 12 Sep 2022 08:17:06 +0200, Krzysztof Kozlowski wrote:
> That's a set for some of arm64 pinctrl bindings fixing most common warnings. I
> have a plan to continue this for remaining arm64 (sm8250 needs updates) and for
> arm.
>
> Changes since v1
> ================
> 1. Correct commit msg in commits "fix matching pin config".
> 2. Correct commit msg in commit #2 .
> 3. Add Rb tags.
>
> [...]
Applied, thanks!
[34/40] arm64: dts: qcom: sm6125: align TLMM pin configuration with DT schema
commit: be24fd19b1b42e0b38e77e0d6a379282bafb6aa6
[35/40] arm64: dts: qcom: sm6350: align TLMM pin configuration with DT schema
commit: 448f5a002fedb2ff2d19e5a563d3af1ea5e123e1
[36/40] arm64: dts: qcom: sm8350-sagami: correct TS pin property
commit: c9c53d1f4329564f98ed0decfe3c377c6639ec5d
[37/40] arm64: dts: qcom: sm8350: align TLMM pin configuration with DT schema
commit: e227fa2970fd259fa65f97c4defb0b85dffc62d7
[38/40] arm64: dts: qcom: sm8450: align TLMM pin configuration with DT schema
commit: a73747528867fabea8e285a1b604594181091507
[39/40] arm64: dts: qcom: sc7280: align TLMM pin configuration with DT schema
commit: d801357a0573105ff5db9fbfde80c3572369a261
[40/40] arm64: dts: qcom: sc7280-herobrine: correct TLMM gpio-line-names
commit: e0eeb08522c94860c3528816f612c335a6d6552c
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
next prev parent reply other threads:[~2022-09-13 22:48 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-12 6:17 [PATCH v2 00/40] pinctrl/arm64: qcom: fix some of Qualcomm pinctrl schema warnings Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 01/40] dt-bindings: pinctrl: qcom,sm6115-pinctrl: fix matching pin config Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 02/40] dt-bindings: pinctrl: qcom,sm6115-pinctrl: require function on GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 03/40] dt-bindings: pinctrl: qcom,sm6115-pinctrl: fix indentation in example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 04/40] dt-bindings: pinctrl: qcom,sm6125-pinctrl: fix matching pin config Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 05/40] dt-bindings: pinctrl: qcom,sm6125-pinctrl: do not require function on non-GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 06/40] dt-bindings: pinctrl: qcom,sm6125-pinctrl: extend example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 07/40] dt-bindings: pinctrl: qcom,sm6350-pinctrl: fix matching pin config Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 08/40] dt-bindings: pinctrl: qcom,sm6350-pinctrl: do not require function on non-GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 09/40] dt-bindings: pinctrl: qcom,sm6350-pinctrl: fix indentation in example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 10/40] dt-bindings: pinctrl: qcom,sm6375-pinctrl: fix matching pin config Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 11/40] dt-bindings: pinctrl: qcom,sm6375-pinctrl: do not require function on non-GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 12/40] dt-bindings: pinctrl: qcom,sm6375-pinctrl: fix indentation in example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 13/40] dt-bindings: pinctrl: qcom,sm8250-pinctrl: do not require function on non-GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 14/40] dt-bindings: pinctrl: qcom,sm8250-pinctrl: reference tlmm common pins Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 15/40] dt-bindings: pinctrl: qcom,sm8250-pinctrl: fix indentation in example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 16/40] dt-bindings: pinctrl: qcom,sm8350-pinctrl: fix matching pin config Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 17/40] dt-bindings: pinctrl: qcom,sm8350-pinctrl: fix indentation in example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 18/40] dt-bindings: pinctrl: qcom,sm8350-pinctrl: do not require function on non-GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 19/40] dt-bindings: pinctrl: qcom,sm8450-pinctrl: fix matching pin config Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 20/40] dt-bindings: pinctrl: qcom,sm8450-pinctrl: fix indentation in example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 21/40] dt-bindings: pinctrl: qcom,sm8450-pinctrl: do not require function on non-GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 22/40] dt-bindings: pinctrl: qcom,sm8450-pinctrl: add gpio-line-names Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 23/40] dt-bindings: pinctrl: qcom,sc7280-pinctrl: correct number of GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 24/40] dt-bindings: pinctrl: qcom,sc7280-pinctrl: do not require function on non-GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 25/40] dt-bindings: pinctrl: qcom,sc7280-pinctrl: add gpio-line-names Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 26/40] dt-bindings: pinctrl: qcom,sc7280-pinctrl: reference tlmm schema Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 27/40] dt-bindings: pinctrl: qcom,sc7280-pinctrl: fix indentation in example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 28/40] dt-bindings: pinctrl: qcom,sc8180x-pinctrl: fix matching pin config Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 29/40] dt-bindings: pinctrl: qcom,sc8180x-pinctrl: do not require function on non-GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 30/40] dt-bindings: pinctrl: qcom,sc8180x-pinctrl: fix indentation in example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 31/40] dt-bindings: pinctrl: qcom,sc8280xp-pinctrl: fix matching pin config Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 32/40] dt-bindings: pinctrl: qcom,sc8280xp-pinctrl: do not require function on non-GPIOs Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 33/40] dt-bindings: pinctrl: qcom,sc8280xp-pinctrl: fix indentation in example Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 34/40] arm64: dts: qcom: sm6125: align TLMM pin configuration with DT schema Krzysztof Kozlowski
2022-10-09 17:46 ` Marijn Suijten
2022-10-10 10:26 ` Krzysztof Kozlowski
2022-10-10 11:31 ` Krzysztof Kozlowski
2022-10-10 13:12 ` Marijn Suijten
2022-09-12 6:17 ` [PATCH v2 35/40] arm64: dts: qcom: sm6350: " Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 36/40] arm64: dts: qcom: sm8350-sagami: correct TS pin property Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 37/40] arm64: dts: qcom: sm8350: align TLMM pin configuration with DT schema Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 38/40] arm64: dts: qcom: sm8450: " Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 39/40] arm64: dts: qcom: sc7280: " Krzysztof Kozlowski
2022-09-12 6:17 ` [PATCH v2 40/40] arm64: dts: qcom: sc7280-herobrine: correct TLMM gpio-line-names Krzysztof Kozlowski
2022-09-13 19:47 ` [PATCH v2 00/40] pinctrl/arm64: qcom: fix some of Qualcomm pinctrl schema warnings Bjorn Andersson
2022-09-13 22:48 ` Bjorn Andersson [this message]
2022-09-14 10:21 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=166310928487.670084.13401205270132967103.b4-ty@kernel.org \
--to=andersson@kernel.org \
--cc=agross@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=iskren.chernev@gmail.com \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.botka@somainline.org \
--cc=robh+dt@kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox