public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Qualcomm SA8650P SoC to socinfo
@ 2026-03-20 20:59 Radu Rendec
  2026-03-20 20:59 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P Radu Rendec
  2026-03-20 20:59 ` [PATCH 2/2] soc: qcom: socinfo: " Radu Rendec
  0 siblings, 2 replies; 9+ messages in thread
From: Radu Rendec @ 2026-03-20 20:59 UTC (permalink / raw)
  To: linux-arm-msm, linux-kernel, devicetree
  Cc: Lei Wang, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley

Add SoC ID for SA8650P to socinfo.

Note: Posting patches originally by Lei Wang <quic_leiwan@quicinc.com>.
Minor edits to commit messages for better clarity and to match previous
submissions that add a SoC to socinfo.

Lei wang (2):
  dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P
  soc: qcom: socinfo: Add SoC ID for SA8650P

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

-- 
2.53.0


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

* [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P
  2026-03-20 20:59 [PATCH 0/2] Add Qualcomm SA8650P SoC to socinfo Radu Rendec
@ 2026-03-20 20:59 ` Radu Rendec
  2026-03-21  6:59   ` Dmitry Baryshkov
  2026-03-21 10:03   ` Krzysztof Kozlowski
  2026-03-20 20:59 ` [PATCH 2/2] soc: qcom: socinfo: " Radu Rendec
  1 sibling, 2 replies; 9+ messages in thread
From: Radu Rendec @ 2026-03-20 20:59 UTC (permalink / raw)
  To: linux-arm-msm, linux-kernel, devicetree
  Cc: Lei Wang, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley

From: Lei wang <quic_leiwan@quicinc.com>

Add unique ID for Qualcomm SA8650P SoC.

Signed-off-by: Lei Wang <quic_leiwan@quicinc.com>
Signed-off-by: Radu Rendec <rrendec@redhat.com>
---
 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 8776844e0eeb3..85282029d80cf 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -260,6 +260,7 @@
 #define QCOM_ID_SM8475			530
 #define QCOM_ID_SM8475P			531
 #define QCOM_ID_SA8255P			532
+#define QCOM_ID_SA8650P			533
 #define QCOM_ID_SA8775P			534
 #define QCOM_ID_QRU1000			539
 #define QCOM_ID_SM8475_2		540
-- 
2.53.0


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

* [PATCH 2/2] soc: qcom: socinfo: Add SoC ID for SA8650P
  2026-03-20 20:59 [PATCH 0/2] Add Qualcomm SA8650P SoC to socinfo Radu Rendec
  2026-03-20 20:59 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P Radu Rendec
@ 2026-03-20 20:59 ` Radu Rendec
  2026-03-21  6:59   ` Dmitry Baryshkov
  1 sibling, 1 reply; 9+ messages in thread
From: Radu Rendec @ 2026-03-20 20:59 UTC (permalink / raw)
  To: linux-arm-msm, linux-kernel, devicetree
  Cc: Lei Wang, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley

From: Lei wang <quic_leiwan@quicinc.com>

Add SoC ID table entry for Qualcomm SA8650P.

Signed-off-by: Lei Wang <quic_leiwan@quicinc.com>
Signed-off-by: Radu Rendec <rrendec@redhat.com>
---
 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 003a2304d535c..01eae575afd27 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -488,6 +488,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(SM8475) },
 	{ qcom_board_id(SM8475P) },
 	{ qcom_board_id(SA8255P) },
+	{ qcom_board_id(SA8650P) },
 	{ qcom_board_id(SA8775P) },
 	{ qcom_board_id(QRU1000) },
 	{ qcom_board_id(SM8475_2) },
-- 
2.53.0


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

* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P
  2026-03-20 20:59 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P Radu Rendec
@ 2026-03-21  6:59   ` Dmitry Baryshkov
  2026-03-21 10:03   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 9+ messages in thread
From: Dmitry Baryshkov @ 2026-03-21  6:59 UTC (permalink / raw)
  To: Radu Rendec
  Cc: linux-arm-msm, linux-kernel, devicetree, Lei Wang,
	Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley

On Fri, Mar 20, 2026 at 04:59:32PM -0400, Radu Rendec wrote:
> From: Lei wang <quic_leiwan@quicinc.com>
> 
> Add unique ID for Qualcomm SA8650P SoC.
> 
> Signed-off-by: Lei Wang <quic_leiwan@quicinc.com>
> Signed-off-by: Radu Rendec <rrendec@redhat.com>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry

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

* Re: [PATCH 2/2] soc: qcom: socinfo: Add SoC ID for SA8650P
  2026-03-20 20:59 ` [PATCH 2/2] soc: qcom: socinfo: " Radu Rendec
@ 2026-03-21  6:59   ` Dmitry Baryshkov
  0 siblings, 0 replies; 9+ messages in thread
From: Dmitry Baryshkov @ 2026-03-21  6:59 UTC (permalink / raw)
  To: Radu Rendec
  Cc: linux-arm-msm, linux-kernel, devicetree, Lei Wang,
	Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley

On Fri, Mar 20, 2026 at 04:59:33PM -0400, Radu Rendec wrote:
> From: Lei wang <quic_leiwan@quicinc.com>
> 
> Add SoC ID table entry for Qualcomm SA8650P.
> 
> Signed-off-by: Lei Wang <quic_leiwan@quicinc.com>
> Signed-off-by: Radu Rendec <rrendec@redhat.com>
> ---
>  drivers/soc/qcom/socinfo.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry

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

* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P
  2026-03-20 20:59 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P Radu Rendec
  2026-03-21  6:59   ` Dmitry Baryshkov
@ 2026-03-21 10:03   ` Krzysztof Kozlowski
  2026-03-21 15:12     ` Radu Rendec
  1 sibling, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-21 10:03 UTC (permalink / raw)
  To: Radu Rendec, linux-arm-msm, linux-kernel, devicetree
  Cc: Lei Wang, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley

On 20/03/2026 21:59, Radu Rendec wrote:
> From: Lei wang <quic_leiwan@quicinc.com>
> 
> Add unique ID for Qualcomm SA8650P SoC.
> 
> Signed-off-by: Lei Wang <quic_leiwan@quicinc.com>

Please keep consistent spelling of identities. Not sure where the
mistake was done - either by Lei or you added his SoB?

> Signed-off-by: Radu Rendec <rrendec@redhat.com>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 1 +
>  1 file changed, 1 insertion(+)
> 


Best regards,
Krzysztof

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

* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P
  2026-03-21 10:03   ` Krzysztof Kozlowski
@ 2026-03-21 15:12     ` Radu Rendec
  2026-03-21 19:32       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 9+ messages in thread
From: Radu Rendec @ 2026-03-21 15:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree
  Cc: Lei Wang, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley

On Sat, 2026-03-21 at 11:03 +0100, Krzysztof Kozlowski wrote:
> On 20/03/2026 21:59, Radu Rendec wrote:
> > From: Lei wang <quic_leiwan@quicinc.com>
> > 
> > Add unique ID for Qualcomm SA8650P SoC.
> > 
> > Signed-off-by: Lei Wang <quic_leiwan@quicinc.com>
> 
> Please keep consistent spelling of identities. Not sure where the
> mistake was done - either by Lei or you added his SoB?

Yes, sorry, my bad! By the time I realized what I did, I had already
sent it. I'll send out v2 shortly.

> > Signed-off-by: Radu Rendec <rrendec@redhat.com>
> > ---
> >  include/dt-bindings/arm/qcom,ids.h | 1 +
> >  1 file changed, 1 insertion(+)
> > 


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

* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P
  2026-03-21 15:12     ` Radu Rendec
@ 2026-03-21 19:32       ` Krzysztof Kozlowski
  2026-03-22  1:17         ` Radu Rendec
  0 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-21 19:32 UTC (permalink / raw)
  To: Radu Rendec, linux-arm-msm, linux-kernel, devicetree
  Cc: Lei Wang, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley

On 21/03/2026 16:12, Radu Rendec wrote:
> On Sat, 2026-03-21 at 11:03 +0100, Krzysztof Kozlowski wrote:
>> On 20/03/2026 21:59, Radu Rendec wrote:
>>> From: Lei wang <quic_leiwan@quicinc.com>
>>>
>>> Add unique ID for Qualcomm SA8650P SoC.
>>>
>>> Signed-off-by: Lei Wang <quic_leiwan@quicinc.com>
>>
>> Please keep consistent spelling of identities. Not sure where the
>> mistake was done - either by Lei or you added his SoB?
> 
> Yes, sorry, my bad! By the time I realized what I did, I had already
> sent it. I'll send out v2 shortly.

Does that mean there was no original Signed-off-by? If so, you should
not add it, because you cannot certify for someone else.

Please explain the origins of this patch.

Best regards,
Krzysztof

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

* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P
  2026-03-21 19:32       ` Krzysztof Kozlowski
@ 2026-03-22  1:17         ` Radu Rendec
  0 siblings, 0 replies; 9+ messages in thread
From: Radu Rendec @ 2026-03-22  1:17 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree
  Cc: Lei Wang, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley

On Sat, 2026-03-21 at 20:32 +0100, Krzysztof Kozlowski wrote:
> On 21/03/2026 16:12, Radu Rendec wrote:
> > On Sat, 2026-03-21 at 11:03 +0100, Krzysztof Kozlowski wrote:
> > > On 20/03/2026 21:59, Radu Rendec wrote:
> > > > From: Lei wang <quic_leiwan@quicinc.com>
> > > > 
> > > > Add unique ID for Qualcomm SA8650P SoC.
> > > > 
> > > > Signed-off-by: Lei Wang <quic_leiwan@quicinc.com>
> > > 
> > > Please keep consistent spelling of identities. Not sure where the
> > > mistake was done - either by Lei or you added his SoB?
> > 
> > Yes, sorry, my bad! By the time I realized what I did, I had already
> > sent it. I'll send out v2 shortly.
> 
> Does that mean there was no original Signed-off-by? If so, you should
> not add it, because you cannot certify for someone else.

It did have an original Signed-off-by tag, which I modified
accidentally. 

> Please explain the origins of this patch.

This is the origin of the patch:
https://git.codelinaro.org/clo/la/kernel/qcom/-/commit/cecaf4e3bec17fe4fb63c52e51a02065e60c87d0

And FWIW, the origin of patch 2 is this:
https://git.codelinaro.org/clo/la/kernel/qcom/-/commit/8050aeaebdcb3ab120d847658d831f20bd475315

Please let me know if there's anything else missing or unclear. Thanks!

-- 
Best regards,
Radu


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

end of thread, other threads:[~2026-03-22  1:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20 20:59 [PATCH 0/2] Add Qualcomm SA8650P SoC to socinfo Radu Rendec
2026-03-20 20:59 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P Radu Rendec
2026-03-21  6:59   ` Dmitry Baryshkov
2026-03-21 10:03   ` Krzysztof Kozlowski
2026-03-21 15:12     ` Radu Rendec
2026-03-21 19:32       ` Krzysztof Kozlowski
2026-03-22  1:17         ` Radu Rendec
2026-03-20 20:59 ` [PATCH 2/2] soc: qcom: socinfo: " Radu Rendec
2026-03-21  6:59   ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox