All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs
@ 2022-12-01 14:16 Bhupesh Sharma
  2022-12-01 14:16 ` [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155 Bhupesh Sharma
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Bhupesh Sharma @ 2022-12-01 14:16 UTC (permalink / raw)
  To: linux-arm-msm, devicetree
  Cc: agross, bhupesh.sharma, bhupesh.linux, linux-kernel, robh+dt,
	krzysztof.kozlowski, andersson, konrad.dybcio, a39.skl

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
  2022-12-01 14:16 [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs Bhupesh Sharma
@ 2022-12-01 14:16 ` Bhupesh Sharma
  2022-12-01 14:20   ` Konrad Dybcio
  2022-12-01 14:20   ` Krzysztof Kozlowski
  2022-12-01 14:16 ` [PATCH 2/4] soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table Bhupesh Sharma
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 12+ messages in thread
From: Bhupesh Sharma @ 2022-12-01 14:16 UTC (permalink / raw)
  To: linux-arm-msm, devicetree
  Cc: agross, bhupesh.sharma, bhupesh.linux, linux-kernel, robh+dt,
	krzysztof.kozlowski, andersson, konrad.dybcio, a39.skl,
	Krzysztof Kozlowski

Add SoC IDs for Qualcomm SM8150 and SA8155 SoCs.

Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/4] soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
  2022-12-01 14:16 [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs Bhupesh Sharma
  2022-12-01 14:16 ` [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155 Bhupesh Sharma
@ 2022-12-01 14:16 ` Bhupesh Sharma
  2022-12-01 14:20   ` Konrad Dybcio
  2022-12-01 14:16 ` [PATCH 3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants Bhupesh Sharma
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 12+ messages in thread
From: Bhupesh Sharma @ 2022-12-01 14:16 UTC (permalink / raw)
  To: linux-arm-msm, devicetree
  Cc: agross, bhupesh.sharma, bhupesh.linux, linux-kernel, robh+dt,
	krzysztof.kozlowski, andersson, konrad.dybcio, a39.skl,
	Krzysztof Kozlowski

Add SoC ID table entries for the SM8150 and SA8155 SoCs.

Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 drivers/soc/qcom/socinfo.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 545934aead43..92b27db60840 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -305,6 +305,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(SDA658) },
 	{ qcom_board_id(SDA630) },
 	{ qcom_board_id(SDM450) },
+	{ qcom_board_id(SM8150) },
 	{ qcom_board_id(SDA845) },
 	{ qcom_board_id(IPQ8072) },
 	{ qcom_board_id(IPQ8076) },
@@ -315,6 +316,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(SDA632) },
 	{ qcom_board_id(SDA450) },
 	{ qcom_board_id(SM8250) },
+	{ qcom_board_id(SA8155) },
 	{ qcom_board_id(IPQ8070) },
 	{ qcom_board_id(IPQ8071) },
 	{ qcom_board_id(IPQ8072A) },
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants
  2022-12-01 14:16 [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs Bhupesh Sharma
  2022-12-01 14:16 ` [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155 Bhupesh Sharma
  2022-12-01 14:16 ` [PATCH 2/4] soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table Bhupesh Sharma
@ 2022-12-01 14:16 ` Bhupesh Sharma
  2022-12-01 14:20   ` Konrad Dybcio
  2022-12-01 14:22   ` Krzysztof Kozlowski
  2022-12-01 14:16 ` [PATCH 4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table Bhupesh Sharma
  2022-12-06 18:18 ` [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs Bjorn Andersson
  4 siblings, 2 replies; 12+ messages in thread
From: Bhupesh Sharma @ 2022-12-01 14:16 UTC (permalink / raw)
  To: linux-arm-msm, devicetree
  Cc: agross, bhupesh.sharma, bhupesh.linux, linux-kernel, robh+dt,
	krzysztof.kozlowski, andersson, konrad.dybcio, a39.skl,
	Krzysztof Kozlowski

Add SoC IDs for Qualcomm SM6115 / SM4250 and variants.

Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table
  2022-12-01 14:16 [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs Bhupesh Sharma
                   ` (2 preceding siblings ...)
  2022-12-01 14:16 ` [PATCH 3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants Bhupesh Sharma
@ 2022-12-01 14:16 ` Bhupesh Sharma
  2022-12-01 14:21   ` Konrad Dybcio
  2022-12-06 18:18 ` [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs Bjorn Andersson
  4 siblings, 1 reply; 12+ messages in thread
From: Bhupesh Sharma @ 2022-12-01 14:16 UTC (permalink / raw)
  To: linux-arm-msm, devicetree
  Cc: agross, bhupesh.sharma, bhupesh.linux, linux-kernel, robh+dt,
	krzysztof.kozlowski, andersson, konrad.dybcio, a39.skl,
	Krzysztof Kozlowski

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

Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
  2022-12-01 14:16 ` [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155 Bhupesh Sharma
@ 2022-12-01 14:20   ` Konrad Dybcio
  2022-12-01 14:20   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 12+ messages in thread
From: Konrad Dybcio @ 2022-12-01 14:20 UTC (permalink / raw)
  To: Bhupesh Sharma, linux-arm-msm, devicetree
  Cc: agross, bhupesh.linux, linux-kernel, robh+dt,
	krzysztof.kozlowski, andersson, a39.skl, Krzysztof Kozlowski



On 1.12.2022 15:16, Bhupesh Sharma wrote:
> Add SoC IDs for Qualcomm SM8150 and SA8155 SoCs.
> 
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Konrad Dybcio <konrad.dybcio@somainline.org>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
  2022-12-01 14:16 ` [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155 Bhupesh Sharma
  2022-12-01 14:20   ` Konrad Dybcio
@ 2022-12-01 14:20   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-01 14:20 UTC (permalink / raw)
  To: Bhupesh Sharma, linux-arm-msm, devicetree
  Cc: agross, bhupesh.linux, linux-kernel, robh+dt, andersson,
	konrad.dybcio, a39.skl, Krzysztof Kozlowski

On 01/12/2022 15:16, Bhupesh Sharma wrote:
> Add SoC IDs for Qualcomm SM8150 and SA8155 SoCs.
> 
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Konrad Dybcio <konrad.dybcio@somainline.org>

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

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 2/4] soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
  2022-12-01 14:16 ` [PATCH 2/4] soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table Bhupesh Sharma
@ 2022-12-01 14:20   ` Konrad Dybcio
  0 siblings, 0 replies; 12+ messages in thread
From: Konrad Dybcio @ 2022-12-01 14:20 UTC (permalink / raw)
  To: Bhupesh Sharma, linux-arm-msm, devicetree
  Cc: agross, bhupesh.linux, linux-kernel, robh+dt,
	krzysztof.kozlowski, andersson, a39.skl, Krzysztof Kozlowski



On 1.12.2022 15:16, Bhupesh Sharma wrote:
> Add SoC ID table entries for the SM8150 and SA8155 SoCs.
> 
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  drivers/soc/qcom/socinfo.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 545934aead43..92b27db60840 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -305,6 +305,7 @@ static const struct soc_id soc_id[] = {
>  	{ qcom_board_id(SDA658) },
>  	{ qcom_board_id(SDA630) },
>  	{ qcom_board_id(SDM450) },
> +	{ qcom_board_id(SM8150) },
>  	{ qcom_board_id(SDA845) },
>  	{ qcom_board_id(IPQ8072) },
>  	{ qcom_board_id(IPQ8076) },
> @@ -315,6 +316,7 @@ static const struct soc_id soc_id[] = {
>  	{ qcom_board_id(SDA632) },
>  	{ qcom_board_id(SDA450) },
>  	{ qcom_board_id(SM8250) },
> +	{ qcom_board_id(SA8155) },
>  	{ qcom_board_id(IPQ8070) },
>  	{ qcom_board_id(IPQ8071) },
>  	{ qcom_board_id(IPQ8072A) },

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants
  2022-12-01 14:16 ` [PATCH 3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants Bhupesh Sharma
@ 2022-12-01 14:20   ` Konrad Dybcio
  2022-12-01 14:22   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 12+ messages in thread
From: Konrad Dybcio @ 2022-12-01 14:20 UTC (permalink / raw)
  To: Bhupesh Sharma, linux-arm-msm, devicetree
  Cc: agross, bhupesh.linux, linux-kernel, robh+dt,
	krzysztof.kozlowski, andersson, a39.skl, Krzysztof Kozlowski



On 1.12.2022 15:16, Bhupesh Sharma wrote:
> Add SoC IDs for Qualcomm SM6115 / SM4250 and variants.
> 
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Konrad Dybcio <konrad.dybcio@somainline.org>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table
  2022-12-01 14:16 ` [PATCH 4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table Bhupesh Sharma
@ 2022-12-01 14:21   ` Konrad Dybcio
  0 siblings, 0 replies; 12+ messages in thread
From: Konrad Dybcio @ 2022-12-01 14:21 UTC (permalink / raw)
  To: Bhupesh Sharma, linux-arm-msm, devicetree
  Cc: agross, bhupesh.linux, linux-kernel, robh+dt,
	krzysztof.kozlowski, andersson, a39.skl, Krzysztof Kozlowski



On 1.12.2022 15:16, Bhupesh Sharma wrote:
> Add SoC ID table entries for the SM6115 / SM4250 and variants.
> 
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

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) },

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants
  2022-12-01 14:16 ` [PATCH 3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants Bhupesh Sharma
  2022-12-01 14:20   ` Konrad Dybcio
@ 2022-12-01 14:22   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-01 14:22 UTC (permalink / raw)
  To: Bhupesh Sharma, linux-arm-msm, devicetree
  Cc: agross, bhupesh.linux, linux-kernel, robh+dt, andersson,
	konrad.dybcio, a39.skl, Krzysztof Kozlowski

On 01/12/2022 15:16, Bhupesh Sharma wrote:
> Add SoC IDs for Qualcomm SM6115 / SM4250 and variants.
> 
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs
  2022-12-01 14:16 [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs Bhupesh Sharma
                   ` (3 preceding siblings ...)
  2022-12-01 14:16 ` [PATCH 4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table Bhupesh Sharma
@ 2022-12-06 18:18 ` Bjorn Andersson
  4 siblings, 0 replies; 12+ messages in thread
From: Bjorn Andersson @ 2022-12-06 18:18 UTC (permalink / raw)
  To: devicetree, linux-arm-msm, bhupesh.sharma
  Cc: robh+dt, konrad.dybcio, krzysztof.kozlowski, linux-kernel,
	bhupesh.linux, agross, a39.skl

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 <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-12-06 18:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01 14:16 [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs Bhupesh Sharma
2022-12-01 14:16 ` [PATCH 1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155 Bhupesh Sharma
2022-12-01 14:20   ` Konrad Dybcio
2022-12-01 14:20   ` Krzysztof Kozlowski
2022-12-01 14:16 ` [PATCH 2/4] soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table Bhupesh Sharma
2022-12-01 14:20   ` Konrad Dybcio
2022-12-01 14:16 ` [PATCH 3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants Bhupesh Sharma
2022-12-01 14:20   ` Konrad Dybcio
2022-12-01 14:22   ` Krzysztof Kozlowski
2022-12-01 14:16 ` [PATCH 4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table Bhupesh Sharma
2022-12-01 14:21   ` Konrad Dybcio
2022-12-06 18:18 ` [PATCH 0/4] Add SoC ID support for a few more Qualcomm SoCs Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.