linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] QCM2290 socinfo
@ 2023-03-15 10:17 Konrad Dybcio
  2023-03-15 10:17 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210 Konrad Dybcio
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Konrad Dybcio @ 2023-03-15 10:17 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski
  Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
	Konrad Dybcio, Krzysztof Kozlowski

v1 -> v2:
- Sort entries by ID [2/2]
- Pick up tags

v1: https://lore.kernel.org/r/20230314-topic-scuba_socinfo-v1-0-acd7a7ab9d46@linaro.org

Add missing SoC IDs for QCM2290 and its robotics variant.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
      dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210
      soc: qcom: socinfo: Add IDs for QCM2290/QRB2210

 drivers/soc/qcom/socinfo.c         | 2 ++
 include/dt-bindings/arm/qcom,ids.h | 2 ++
 2 files changed, 4 insertions(+)
---
base-commit: ec0fa9a0a6fac454745c930bdb8619d0a354bac9
change-id: 20230314-topic-scuba_socinfo-c04c25dd9948

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@linaro.org>


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

* [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210
  2023-03-15 10:17 [PATCH v2 0/2] QCM2290 socinfo Konrad Dybcio
@ 2023-03-15 10:17 ` Konrad Dybcio
  2023-03-15 10:17 ` [PATCH v2 2/2] soc: qcom: socinfo: " Konrad Dybcio
  2023-03-15 23:34 ` [PATCH v2 0/2] QCM2290 socinfo Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2023-03-15 10:17 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski
  Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
	Konrad Dybcio, Krzysztof Kozlowski

Add the missing IDs for scuba and its QRB variant.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@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 aa95439708dc..0ce2fb3d4ca8 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -213,6 +213,7 @@
 #define QCOM_ID_QCM2150			436
 #define QCOM_ID_SDA429W			437
 #define QCOM_ID_SM8350			439
+#define QCOM_ID_QCM2290			441
 #define QCOM_ID_SM6115			444
 #define QCOM_ID_SC8280XP		449
 #define QCOM_ID_IPQ6005			453
@@ -229,6 +230,7 @@
 #define QCOM_ID_SC7180P			495
 #define QCOM_ID_SM6375			507
 #define QCOM_ID_SM8550			519
+#define QCOM_ID_QRB2210			524
 #define QCOM_ID_QRU1000			539
 #define QCOM_ID_QDU1000			545
 #define QCOM_ID_QDU1010			587

-- 
2.39.2


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

* [PATCH v2 2/2] soc: qcom: socinfo: Add IDs for QCM2290/QRB2210
  2023-03-15 10:17 [PATCH v2 0/2] QCM2290 socinfo Konrad Dybcio
  2023-03-15 10:17 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210 Konrad Dybcio
@ 2023-03-15 10:17 ` Konrad Dybcio
  2023-03-15 23:34 ` [PATCH v2 0/2] QCM2290 socinfo Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2023-03-15 10:17 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski
  Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel, Konrad Dybcio

Add the missing IDs for scuba and its QRB variant.

Signed-off-by: Konrad Dybcio <konrad.dybcio@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 e9012ca1a87b..912e81b2527e 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -426,6 +426,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(QCM2150) },
 	{ qcom_board_id(SDA429W) },
 	{ qcom_board_id(SM8350) },
+	{ qcom_board_id(QCM2290) },
 	{ qcom_board_id(SM6115) },
 	{ qcom_board_id(SC8280XP) },
 	{ qcom_board_id(IPQ6005) },
@@ -442,6 +443,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(SC7180P) },
 	{ qcom_board_id(SM6375) },
 	{ qcom_board_id(SM8550) },
+	{ qcom_board_id(QRB2210) },
 	{ qcom_board_id(QRU1000) },
 	{ qcom_board_id(QDU1000) },
 	{ qcom_board_id(QDU1010) },

-- 
2.39.2


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

* Re: [PATCH v2 0/2] QCM2290 socinfo
  2023-03-15 10:17 [PATCH v2 0/2] QCM2290 socinfo Konrad Dybcio
  2023-03-15 10:17 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210 Konrad Dybcio
  2023-03-15 10:17 ` [PATCH v2 2/2] soc: qcom: socinfo: " Konrad Dybcio
@ 2023-03-15 23:34 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2023-03-15 23:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Konrad Dybcio, Andy Gross
  Cc: linux-arm-msm, Krzysztof Kozlowski, Marijn Suijten, devicetree,
	linux-kernel

On Wed, 15 Mar 2023 11:17:25 +0100, Konrad Dybcio wrote:
> v1 -> v2:
> - Sort entries by ID [2/2]
> - Pick up tags
> 
> v1: https://lore.kernel.org/r/20230314-topic-scuba_socinfo-v1-0-acd7a7ab9d46@linaro.org
> 
> Add missing SoC IDs for QCM2290 and its robotics variant.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210
      commit: f26e18bda9e3b069fbb07a2827597952a6d0afe0
[2/2] soc: qcom: socinfo: Add IDs for QCM2290/QRB2210
      commit: 18290c2eec4be239318cb4e01cafe12217e36de8

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

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

end of thread, other threads:[~2023-03-15 23:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 10:17 [PATCH v2 0/2] QCM2290 socinfo Konrad Dybcio
2023-03-15 10:17 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210 Konrad Dybcio
2023-03-15 10:17 ` [PATCH v2 2/2] soc: qcom: socinfo: " Konrad Dybcio
2023-03-15 23:34 ` [PATCH v2 0/2] QCM2290 socinfo Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).