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: <24d4c528-57c9-45ee-aac4-dec3cc4cbae6@ti.com>
Date: Thu, 21 Aug 2025 12:05:14 +0530
From: "Raghavendra, Vignesh" <vigneshr@...com>
To: Paresh Bhagat <p-bhagat@...com>, <nm@...com>, <praneeth@...com>
CC: <kristo@...nel.org>, <robh@...nel.org>, <krzk+dt@...nel.org>,
        <conor+dt@...nel.org>, <rafael@...nel.org>, <viresh.kumar@...aro.org>,
        <linux-arm-kernel@...ts.infradead.org>, <devicetree@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <linux-pm@...r.kernel.org>,
        <khasim@...com>, <v-singh1@...com>, <afd@...com>, <bb@...com>,
        <s-vadapalli@...com>
Subject: Re: [PATCH 1/4] arm64: dts: ti: k3-am62a-main: Fix pinctrl properties



On 8/20/2025 2:03 PM, Paresh Bhagat wrote:
> From: Vibhore Vardhan <vibhore@...com>
> 
> Correct reg length to match end address - start address for main
> PADCFG registers.
> 

Needs a Fixes tag and Cc stable tag. Read [1]

Please add a link to the documentation to support your claim.

> Signed-off-by: Vibhore Vardhan <vibhore@...com>
> Signed-off-by: Paresh Bhagat <p-bhagat@...com>
> ---
>  arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
> index 9cad79d7bbc1..260279702c01 100644
> --- a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
> @@ -267,7 +267,7 @@ secure_proxy_sa3: mailbox@...00000 {
>  
>  	main_pmx0: pinctrl@...00 {
>  		compatible = "pinctrl-single";
> -		reg = <0x00 0xf4000 0x00 0x2ac>;
> +		reg = <0x00 0xf4000 0x00 0x25c>;
>  		#pinctrl-cells = <1>;
>  		pinctrl-single,register-width = <32>;
>  		pinctrl-single,function-mask = <0xffffffff>;


[1] https://docs.kernel.org/process/submitting-patches.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ