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: <c15ef772-514f-4433-77da-79e498e22100@ti.com>
Date:   Fri, 3 Dec 2021 17:05:11 +0530
From:   Kishon Vijay Abraham I <kishon@...com>
To:     Aswath Govindraju <a-govindraju@...com>
CC:     Nishanth Menon <nm@...com>, Vignesh Raghavendra <vigneshr@...com>,
        Santosh Shilimkar <ssantosh@...nel.org>,
        <linux-kernel@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] soc: ti: k3-socinfo: Add entry for J721S2 SoC family

Hi Aswath,

On 19/11/21 6:45 pm, Aswath Govindraju wrote:
> It's JTAG PARTNO is 0xBB75.

%s/It's/J721S2 SoC/
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@...com>
> ---
>  drivers/soc/ti/k3-socinfo.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
> index fd91129de6e5..83e5a40824f1 100644
> --- a/drivers/soc/ti/k3-socinfo.c
> +++ b/drivers/soc/ti/k3-socinfo.c
> @@ -40,7 +40,8 @@ static const struct k3_soc_id {
>  	{ 0xBB5A, "AM65X" },
>  	{ 0xBB64, "J721E" },
>  	{ 0xBB6D, "J7200" },
> -	{ 0xBB38, "AM64X" }
> +	{ 0xBB38, "AM64X" },
> +	{ 0xBB75, "J721S2"}

Prefer to add ',' in the end so the change is confined to one line for every new
SoC family.

Thanks,
Kishon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ