linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] qcom: socinfo: Add SM8650 SoC ID table entry
@ 2023-10-30  9:55 Neil Armstrong
  2023-10-30  9:55 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650 Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Neil Armstrong @ 2023-10-30  9:55 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, linux-kernel, devicetree, Neil Armstrong

For convenience, a regularly refreshed linux-next based git tree containing
all the SM8650 related work is available at:
https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm8650/upstream/integ

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v2:
- Splitted patch in 2, moved ID definition in bindings changes patch
- Link to v1: https://lore.kernel.org/r/20231025-topic-sm8650-upstream-socinfo-v1-1-6776a5183fa0@linaro.org

---
Neil Armstrong (2):
      dt-bindings: arm: qcom,ids: Add SoC ID for SM8650
      soc: qcom: socinfo: Add SM8650 SoC ID table entry

 drivers/soc/qcom/socinfo.c         | 1 +
 include/dt-bindings/arm/qcom,ids.h | 1 +
 2 files changed, 2 insertions(+)
---
base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc
change-id: 20231016-topic-sm8650-upstream-socinfo-a4470a24cf91

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


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

* [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650
  2023-10-30  9:55 [PATCH v2 0/2] qcom: socinfo: Add SM8650 SoC ID table entry Neil Armstrong
@ 2023-10-30  9:55 ` Neil Armstrong
  2023-10-30 12:17   ` Mukesh Ojha
  2023-10-30 14:35   ` Krzysztof Kozlowski
  2023-10-30  9:55 ` [PATCH v2 2/2] soc: qcom: socinfo: Add SM8650 SoC ID table entry Neil Armstrong
  2023-12-08 14:55 ` [PATCH v2 0/2] " Bjorn Andersson
  2 siblings, 2 replies; 7+ messages in thread
From: Neil Armstrong @ 2023-10-30  9:55 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, linux-kernel, devicetree, Neil Armstrong

Add the ID for the Qualcomm SM8650 SoC.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 include/dt-bindings/arm/qcom,ids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index f7248348a459..51e0f6059410 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -255,6 +255,7 @@
 #define QCOM_ID_SA8775P			534
 #define QCOM_ID_QRU1000			539
 #define QCOM_ID_QDU1000			545
+#define QCOM_ID_SM8650			557
 #define QCOM_ID_SM4450			568
 #define QCOM_ID_QDU1010			587
 #define QCOM_ID_QRU1032			588

-- 
2.34.1


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

* [PATCH v2 2/2] soc: qcom: socinfo: Add SM8650 SoC ID table entry
  2023-10-30  9:55 [PATCH v2 0/2] qcom: socinfo: Add SM8650 SoC ID table entry Neil Armstrong
  2023-10-30  9:55 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650 Neil Armstrong
@ 2023-10-30  9:55 ` Neil Armstrong
  2023-10-30 12:22   ` Mukesh Ojha
  2023-12-08 14:55 ` [PATCH v2 0/2] " Bjorn Andersson
  2 siblings, 1 reply; 7+ messages in thread
From: Neil Armstrong @ 2023-10-30  9:55 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, linux-kernel, devicetree, Neil Armstrong

Add SoC Info support for the SM8650 platform.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 51e05bec5bfc..8e8cd4ea58d1 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -417,6 +417,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(SA8775P) },
 	{ qcom_board_id(QRU1000) },
 	{ qcom_board_id(QDU1000) },
+	{ qcom_board_id(SM8650) },
 	{ qcom_board_id(SM4450) },
 	{ qcom_board_id(QDU1010) },
 	{ qcom_board_id(QRU1032) },

-- 
2.34.1


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

* Re: [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650
  2023-10-30  9:55 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650 Neil Armstrong
@ 2023-10-30 12:17   ` Mukesh Ojha
  2023-10-30 14:35   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 7+ messages in thread
From: Mukesh Ojha @ 2023-10-30 12:17 UTC (permalink / raw)
  To: Neil Armstrong, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, linux-kernel, devicetree



On 10/30/2023 3:25 PM, Neil Armstrong wrote:
> Add the ID for the Qualcomm SM8650 SoC.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh

> ---
>   include/dt-bindings/arm/qcom,ids.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
> index f7248348a459..51e0f6059410 100644
> --- a/include/dt-bindings/arm/qcom,ids.h
> +++ b/include/dt-bindings/arm/qcom,ids.h
> @@ -255,6 +255,7 @@
>   #define QCOM_ID_SA8775P			534
>   #define QCOM_ID_QRU1000			539
>   #define QCOM_ID_QDU1000			545
> +#define QCOM_ID_SM8650			557
>   #define QCOM_ID_SM4450			568
>   #define QCOM_ID_QDU1010			587
>   #define QCOM_ID_QRU1032			588
> 

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

* Re: [PATCH v2 2/2] soc: qcom: socinfo: Add SM8650 SoC ID table entry
  2023-10-30  9:55 ` [PATCH v2 2/2] soc: qcom: socinfo: Add SM8650 SoC ID table entry Neil Armstrong
@ 2023-10-30 12:22   ` Mukesh Ojha
  0 siblings, 0 replies; 7+ messages in thread
From: Mukesh Ojha @ 2023-10-30 12:22 UTC (permalink / raw)
  To: Neil Armstrong, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, linux-kernel, devicetree



On 10/30/2023 3:25 PM, Neil Armstrong wrote:
> Add SoC Info support for the SM8650 platform.
> 
> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh
> ---
>   drivers/soc/qcom/socinfo.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 51e05bec5bfc..8e8cd4ea58d1 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -417,6 +417,7 @@ static const struct soc_id soc_id[] = {
>   	{ qcom_board_id(SA8775P) },
>   	{ qcom_board_id(QRU1000) },
>   	{ qcom_board_id(QDU1000) },
> +	{ qcom_board_id(SM8650) },
>   	{ qcom_board_id(SM4450) },
>   	{ qcom_board_id(QDU1010) },
>   	{ qcom_board_id(QRU1032) },
> 

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

* Re: [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650
  2023-10-30  9:55 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650 Neil Armstrong
  2023-10-30 12:17   ` Mukesh Ojha
@ 2023-10-30 14:35   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2023-10-30 14:35 UTC (permalink / raw)
  To: Neil Armstrong, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, linux-kernel, devicetree

On 30/10/2023 10:55, Neil Armstrong wrote:
> Add the ID for the Qualcomm SM8650 SoC.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 1 +
>  1 file changed, 1 insertion(+)


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

Best regards,
Krzysztof


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

* Re: [PATCH v2 0/2] qcom: socinfo: Add SM8650 SoC ID table entry
  2023-10-30  9:55 [PATCH v2 0/2] qcom: socinfo: Add SM8650 SoC ID table entry Neil Armstrong
  2023-10-30  9:55 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650 Neil Armstrong
  2023-10-30  9:55 ` [PATCH v2 2/2] soc: qcom: socinfo: Add SM8650 SoC ID table entry Neil Armstrong
@ 2023-12-08 14:55 ` Bjorn Andersson
  2 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2023-12-08 14:55 UTC (permalink / raw)
  To: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Neil Armstrong
  Cc: linux-arm-msm, linux-kernel, devicetree


On Mon, 30 Oct 2023 10:55:18 +0100, Neil Armstrong wrote:
> For convenience, a regularly refreshed linux-next based git tree containing
> all the SM8650 related work is available at:
> https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm8650/upstream/integ
> 
> 

Applied, thanks!

[1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650
      commit: 216382b1555de2fe11684ffd99d598ac77a92ed8
[2/2] soc: qcom: socinfo: Add SM8650 SoC ID table entry
      commit: f61319e57d89e6e3d1ad16cb916074fdb7289806

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

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

end of thread, other threads:[~2023-12-08 14:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-30  9:55 [PATCH v2 0/2] qcom: socinfo: Add SM8650 SoC ID table entry Neil Armstrong
2023-10-30  9:55 ` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8650 Neil Armstrong
2023-10-30 12:17   ` Mukesh Ojha
2023-10-30 14:35   ` Krzysztof Kozlowski
2023-10-30  9:55 ` [PATCH v2 2/2] soc: qcom: socinfo: Add SM8650 SoC ID table entry Neil Armstrong
2023-10-30 12:22   ` Mukesh Ojha
2023-12-08 14:55 ` [PATCH v2 0/2] " 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).