lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250922203602.GA1283600-robh@kernel.org>
Date: Mon, 22 Sep 2025 15:36:02 -0500
From: Rob Herring <robh@...nel.org>
To: Antony Kurniawan Soemardi <linux@...nkusors.com>
Cc: Bjorn Andersson <andersson@...nel.org>,
	Linus Walleij <linus.walleij@...aro.org>,
	Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
	linux-arm-msm@...r.kernel.org, linux-gpio@...r.kernel.org,
	devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
	David Heidelberg <david@...t.cz>, Max Shevchenko <wctrl@...ton.me>,
	Rudraksha Gupta <guptarud@...il.com>,
	Shinjo Park <peremen@...il.com>
Subject: Re: [PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node
 to tlmm

On Sun, Sep 21, 2025 at 03:25:59AM +0000, Antony Kurniawan Soemardi wrote:
> Rename the GPIO controller node from "msmgpio" to "tlmm" to match the
> convention used by other Qualcomm SoCs.

You aren't renaming the node, but the label.

> 
> Suggested-by: Shinjo Park <peremen@...il.com>
> Signed-off-by: Antony Kurniawan Soemardi <linux@...nkusors.com>
> ---
> This patch was originally part of msm8960 cleanup series [1], but as
> Bjorn pointed out, dt-bindings live in a different subsystem and should
> be submitted independently.
> 
> [1] https://lore.kernel.org/all/20250915-msm8960-reorder-v1-5-84cadcd7c6e3@smankusors.com/
> ---
>  Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Rob Herring (Arm) <robh@...nel.org>

> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
> index 46618740bd312b975321427e5ffa34811c68e652..03a3692770142048391577401869cea9a7735053 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
> @@ -107,12 +107,12 @@ examples:
>    - |
>      #include <dt-bindings/interrupt-controller/arm-gic.h>
>  
> -    msmgpio: pinctrl@...000 {
> +    tlmm: pinctrl@...000 {
>          compatible = "qcom,msm8960-pinctrl";
>          reg = <0x800000 0x4000>;
>          #gpio-cells = <2>;
>          gpio-controller;
> -        gpio-ranges = <&msmgpio 0 0 152>;
> +        gpio-ranges = <&tlmm 0 0 152>;
>          interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
>          interrupt-controller;
>          #interrupt-cells = <2>;
> 
> ---
> base-commit: 846bd2225ec3cfa8be046655e02b9457ed41973e
> change-id: 20250921-msm8960-sdcard-dtbindings-ad8d3d511e6c
> 
> Best regards,
> --
> Antony Kurniawan Soemardi <linux@...nkusors.com>
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ