[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <000901d6cd29$851d9530$8f58bf90$@samsung.com>
Date: Tue, 8 Dec 2020 11:45:24 +0530
From: "Pankaj Dubey" <pankaj.dubey@...sung.com>
To: "'Krzysztof Kozlowski'" <krzk@...nel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-samsung-soc@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Cc: "'Sylwester Nawrocki'" <snawrocki@...nel.org>,
"'Marek Szyprowski'" <m.szyprowski@...sung.com>,
"'Bartlomiej Zolnierkiewicz'" <b.zolnierkie@...sung.com>,
"'Arnd Bergmann'" <arnd@...db.de>,
"'Chanwoo Choi'" <cw00.choi@...sung.com>,
"'Alim Akhtar'" <alim.akhtar@...sung.com>
Subject: RE: [PATCH v2 3/4] soc: samsung: exynos-chipid: order list of SoCs
by name
> -----Original Message-----
> From: Krzysztof Kozlowski <krzk@...nel.org>
> Sent: Tuesday, December 8, 2020 12:35 AM
> To: Krzysztof Kozlowski <krzk@...nel.org>; linux-arm-
> kernel@...ts.infradead.org; linux-samsung-soc@...r.kernel.org; linux-
> kernel@...r.kernel.org
> Cc: Sylwester Nawrocki <snawrocki@...nel.org>; Marek Szyprowski
> <m.szyprowski@...sung.com>; Bartlomiej Zolnierkiewicz
> <b.zolnierkie@...sung.com>; Arnd Bergmann <arnd@...db.de>; Chanwoo
> Choi <cw00.choi@...sung.com>; Alim Akhtar <alim.akhtar@...sung.com>;
> Pankaj Dubey <pankaj.dubey@...sung.com>
> Subject: [PATCH v2 3/4] soc: samsung: exynos-chipid: order list of SoCs by
> name
>
> Bring some order to the list of SoCs. No functional change.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org>
> ---
> drivers/soc/samsung/exynos-chipid.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/soc/samsung/exynos-chipid.c
> b/drivers/soc/samsung/exynos-chipid.c
> index 8d4d05086906..b4cd0cc00f45 100644
> --- a/drivers/soc/samsung/exynos-chipid.c
> +++ b/drivers/soc/samsung/exynos-chipid.c
> @@ -20,6 +20,7 @@ static const struct exynos_soc_id {
> const char *name;
> unsigned int id;
> } soc_ids[] = {
> + /* List ordered by SoC name */
> { "EXYNOS3250", 0xE3472000 },
> { "EXYNOS4210", 0x43200000 }, /* EVT0 revision */
> { "EXYNOS4210", 0x43210000 },
> @@ -29,10 +30,10 @@ static const struct exynos_soc_id {
> { "EXYNOS5260", 0xE5260000 },
> { "EXYNOS5410", 0xE5410000 },
> { "EXYNOS5420", 0xE5420000 },
> + { "EXYNOS5433", 0xE5433000 },
> { "EXYNOS5440", 0xE5440000 },
> { "EXYNOS5800", 0xE5422000 },
> { "EXYNOS7420", 0xE7420000 },
> - { "EXYNOS5433", 0xE5433000 },
> };
>
> static const char * __init product_id_to_soc_id(unsigned int product_id)
> --
> 2.25.1
Reviewed-by: Pankaj Dubey <pankaj.dubey@...sung.com>
Powered by blists - more mailing lists