2022-12-01 14:44:45

by Bhupesh Sharma

[permalink] [raw]
Subject: [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs

This patchset adds SoC IDs for Qualcomm SM8150, SA8155,
SM6115 / SM4250 (and variants) SoCs to the socinfo driver and dt-bindings.

Bhupesh Sharma (4):
dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and
variants
soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table

drivers/soc/qcom/socinfo.c | 6 ++++++
include/dt-bindings/arm/qcom,ids.h | 6 ++++++
2 files changed, 12 insertions(+)

--
2.38.1


2022-12-01 14:50:28

by Bhupesh Sharma

[permalink] [raw]
Subject: [PATCH 3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants

Add SoC IDs for Qualcomm SM6115 / SM4250 and variants.

Cc: Bjorn Andersson <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Konrad Dybcio <[email protected]>
Signed-off-by: Bhupesh Sharma <[email protected]>
---
include/dt-bindings/arm/qcom,ids.h | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 5e0524991e99..8f5324dd3ff2 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -125,11 +125,13 @@
#define QCOM_ID_IPQ8071A 396
#define QCOM_ID_IPQ6018 402
#define QCOM_ID_IPQ6028 403
+#define QCOM_ID_SM4250 417
#define QCOM_ID_IPQ6000 421
#define QCOM_ID_IPQ6010 422
#define QCOM_ID_SC7180 425
#define QCOM_ID_SM6350 434
#define QCOM_ID_SM8350 439
+#define QCOM_ID_SM6115 444
#define QCOM_ID_SC8280XP 449
#define QCOM_ID_IPQ6005 453
#define QCOM_ID_QRB5165 455
@@ -137,6 +139,8 @@
#define QCOM_ID_SM7225 459
#define QCOM_ID_SA8295P 460
#define QCOM_ID_SA8540P 461
+#define QCOM_ID_QCM4290 469
+#define QCOM_ID_QCS4290 470
#define QCOM_ID_SM8450_2 480
#define QCOM_ID_SM8450_3 482
#define QCOM_ID_SC7280 487
--
2.38.1

2022-12-01 14:52:09

by Bhupesh Sharma

[permalink] [raw]
Subject: [PATCH 4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table

Add SoC ID table entries for the SM6115 / SM4250 and variants.

Cc: Bjorn Andersson <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bhupesh Sharma <[email protected]>
---
drivers/soc/qcom/socinfo.c | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 92b27db60840..8f9e3d0e0526 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -328,11 +328,13 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(IPQ8071A) },
{ qcom_board_id(IPQ6018) },
{ qcom_board_id(IPQ6028) },
+ { qcom_board_id(SM4250) },
{ qcom_board_id(IPQ6000) },
{ qcom_board_id(IPQ6010) },
{ qcom_board_id(SC7180) },
{ qcom_board_id(SM6350) },
{ qcom_board_id(SM8350) },
+ { qcom_board_id(SM6115) },
{ qcom_board_id(SC8280XP) },
{ qcom_board_id(IPQ6005) },
{ qcom_board_id(QRB5165) },
@@ -340,6 +342,8 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(SM7225) },
{ qcom_board_id(SA8295P) },
{ qcom_board_id(SA8540P) },
+ { qcom_board_id(QCM4290) },
+ { qcom_board_id(QCS4290) },
{ qcom_board_id_named(SM8450_2, "SM8450") },
{ qcom_board_id_named(SM8450_3, "SM8450") },
{ qcom_board_id(SC7280) },
--
2.38.1

2022-12-01 15:05:55

by Bhupesh Sharma

[permalink] [raw]
Subject: [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155

Add SoC IDs for Qualcomm SM8150 and SA8155 SoCs.

Cc: Bjorn Andersson <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Konrad Dybcio <[email protected]>
Signed-off-by: Bhupesh Sharma <[email protected]>
---
include/dt-bindings/arm/qcom,ids.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 8b1a0f43bd93..5e0524991e99 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -102,6 +102,7 @@
#define QCOM_ID_SDA658 326
#define QCOM_ID_SDA630 327
#define QCOM_ID_SDM450 338
+#define QCOM_ID_SM8150 339
#define QCOM_ID_SDA845 341
#define QCOM_ID_IPQ8072 342
#define QCOM_ID_IPQ8076 343
@@ -112,6 +113,7 @@
#define QCOM_ID_SDA632 350
#define QCOM_ID_SDA450 351
#define QCOM_ID_SM8250 356
+#define QCOM_ID_SA8155 362
#define QCOM_ID_IPQ8070 375
#define QCOM_ID_IPQ8071 376
#define QCOM_ID_IPQ8072A 389
--
2.38.1

2022-12-01 15:44:20

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155

On 01/12/2022 15:16, Bhupesh Sharma wrote:
> Add SoC IDs for Qualcomm SM8150 and SA8155 SoCs.
>
> Cc: Bjorn Andersson <[email protected]>
> Cc: Rob Herring <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: Konrad Dybcio <[email protected]>

All these entries come from MAINTAINERS file. No need to store them in
the git history.

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2022-12-01 15:48:20

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH 4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table



On 1.12.2022 15:16, Bhupesh Sharma wrote:
> Add SoC ID table entries for the SM6115 / SM4250 and variants.
>
> Cc: Bjorn Andersson <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Signed-off-by: Bhupesh Sharma <[email protected]>
> ---
Reviewed-by: Konrad Dybcio <[email protected]>

Konrad
> drivers/soc/qcom/socinfo.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 92b27db60840..8f9e3d0e0526 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -328,11 +328,13 @@ static const struct soc_id soc_id[] = {
> { qcom_board_id(IPQ8071A) },
> { qcom_board_id(IPQ6018) },
> { qcom_board_id(IPQ6028) },
> + { qcom_board_id(SM4250) },
> { qcom_board_id(IPQ6000) },
> { qcom_board_id(IPQ6010) },
> { qcom_board_id(SC7180) },
> { qcom_board_id(SM6350) },
> { qcom_board_id(SM8350) },
> + { qcom_board_id(SM6115) },
> { qcom_board_id(SC8280XP) },
> { qcom_board_id(IPQ6005) },
> { qcom_board_id(QRB5165) },
> @@ -340,6 +342,8 @@ static const struct soc_id soc_id[] = {
> { qcom_board_id(SM7225) },
> { qcom_board_id(SA8295P) },
> { qcom_board_id(SA8540P) },
> + { qcom_board_id(QCM4290) },
> + { qcom_board_id(QCS4290) },
> { qcom_board_id_named(SM8450_2, "SM8450") },
> { qcom_board_id_named(SM8450_3, "SM8450") },
> { qcom_board_id(SC7280) },

2022-12-06 18:31:30

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs

On Thu, 1 Dec 2022 19:46:15 +0530, Bhupesh Sharma wrote:
> This patchset adds SoC IDs for Qualcomm SM8150, SA8155,
> SM6115 / SM4250 (and variants) SoCs to the socinfo driver and dt-bindings.
>
> Bhupesh Sharma (4):
> dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
> soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
> dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and
> variants
> soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table
>
> [...]

Applied, thanks!

[1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
commit: 87f67727e057bc54816097d3b8e38a4a0c58e0bb
[2/4] soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
commit: 911eed825cd7573c8fa9fa3f348a5a657fa180a4
[3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants
commit: 67d1af1c50a4a0ae48f535126cdfca915ffed29b
[4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table
commit: f33ca7ec5e5e3a53d5636a4eab270bacac751f6e

Best regards,
--
Bjorn Andersson <[email protected]>