* [PATCH v2 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750
2025-05-08 13:46 [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID Mukesh Ojha
@ 2025-05-08 13:46 ` Mukesh Ojha
2025-05-08 20:41 ` Melody Olvera
2025-05-08 20:40 ` [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID Melody Olvera
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: Mukesh Ojha @ 2025-05-08 13:46 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, linux-kernel, devicetree, Mukesh Ojha,
Krzysztof Kozlowski
Add the unique ID for Qualcomm SM8750 SoC.
This value is used to differentiate the SoC across qcom targets.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
Changes in v2:
- Fixed the checkpatch warning.
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 1b3e0176dcb7..897b8135dc12 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -277,6 +277,7 @@
#define QCOM_ID_IPQ5302 595
#define QCOM_ID_QCS8550 603
#define QCOM_ID_QCM8550 604
+#define QCOM_ID_SM8750 618
#define QCOM_ID_IPQ5300 624
#define QCOM_ID_IPQ5321 650
#define QCOM_ID_IPQ5424 651
--
2.34.1
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH v2 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750
2025-05-08 13:46 ` [PATCH v2 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750 Mukesh Ojha
@ 2025-05-08 20:41 ` Melody Olvera
0 siblings, 0 replies; 7+ messages in thread
From: Melody Olvera @ 2025-05-08 20:41 UTC (permalink / raw)
To: Mukesh Ojha, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, linux-kernel, devicetree, Krzysztof Kozlowski
On 5/8/2025 6:46 AM, Mukesh Ojha wrote:
> Add the unique ID for Qualcomm SM8750 SoC.
> This value is used to differentiate the SoC across qcom targets.
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
>
Reviewed-by: Melody Olvera <melody.olvera@oss.qualcomm.com>
Thanks,
Melody
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID
2025-05-08 13:46 [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID Mukesh Ojha
2025-05-08 13:46 ` [PATCH v2 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750 Mukesh Ojha
@ 2025-05-08 20:40 ` Melody Olvera
2025-05-11 22:30 ` Bjorn Andersson
2025-05-12 21:48 ` (subset) " Bjorn Andersson
3 siblings, 0 replies; 7+ messages in thread
From: Melody Olvera @ 2025-05-08 20:40 UTC (permalink / raw)
To: Mukesh Ojha, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, linux-kernel, devicetree
On 5/8/2025 6:46 AM, Mukesh Ojha wrote:
> Update soc_id table for the Qualcomm SM8750 SoC to represent
> SM8750 machine.
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Reviewed-by: Melody Olvera <melody.olvera@oss.qualcomm.com>
Thanks,
Melody
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID
2025-05-08 13:46 [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID Mukesh Ojha
2025-05-08 13:46 ` [PATCH v2 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750 Mukesh Ojha
2025-05-08 20:40 ` [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID Melody Olvera
@ 2025-05-11 22:30 ` Bjorn Andersson
2025-05-19 7:41 ` Mukesh Ojha
2025-05-12 21:48 ` (subset) " Bjorn Andersson
3 siblings, 1 reply; 7+ messages in thread
From: Bjorn Andersson @ 2025-05-11 22:30 UTC (permalink / raw)
To: Mukesh Ojha
Cc: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-arm-msm, linux-kernel, devicetree
On Thu, May 08, 2025 at 07:16:34PM +0530, Mukesh Ojha wrote:
> Update soc_id table for the Qualcomm SM8750 SoC to represent
> SM8750 machine.
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---
> Changes in v2:
> - corrected the order.
I believe the feedback given related to two different issues with
"order", and you fixed the sort order of soc_id[] but not the other one.
Patch 1 can not be compiled without patch 2, so applying this series
would break "git bisect" of the master branch.
I'm applying the two patches in opposite order, but please do make sure
that the kernel is buildable and functional after each patch in the
future.
Regards,
Bjorn
>
> 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 18d7f1be9093..8c4147737c35 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -444,6 +444,7 @@ static const struct soc_id soc_id[] = {
> { qcom_board_id(IPQ5302) },
> { qcom_board_id(QCS8550) },
> { qcom_board_id(QCM8550) },
> + { qcom_board_id(SM8750) },
> { qcom_board_id(IPQ5300) },
> { qcom_board_id(IPQ5321) },
> { qcom_board_id(IPQ5424) },
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID
2025-05-11 22:30 ` Bjorn Andersson
@ 2025-05-19 7:41 ` Mukesh Ojha
0 siblings, 0 replies; 7+ messages in thread
From: Mukesh Ojha @ 2025-05-19 7:41 UTC (permalink / raw)
To: Bjorn Andersson
Cc: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-arm-msm, linux-kernel, devicetree
On Sun, May 11, 2025 at 05:30:52PM -0500, Bjorn Andersson wrote:
> On Thu, May 08, 2025 at 07:16:34PM +0530, Mukesh Ojha wrote:
> > Update soc_id table for the Qualcomm SM8750 SoC to represent
> > SM8750 machine.
> >
> > Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> > ---
> > Changes in v2:
> > - corrected the order.
>
> I believe the feedback given related to two different issues with
> "order", and you fixed the sort order of soc_id[] but not the other one.
>
> Patch 1 can not be compiled without patch 2, so applying this series
> would break "git bisect" of the master branch.
>
>
> I'm applying the two patches in opposite order, but please do make sure
> that the kernel is buildable and functional after each patch in the
> future.
Sure, Noted.
-Mukesh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: (subset) [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID
2025-05-08 13:46 [PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID Mukesh Ojha
` (2 preceding siblings ...)
2025-05-11 22:30 ` Bjorn Andersson
@ 2025-05-12 21:48 ` Bjorn Andersson
3 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2025-05-12 21:48 UTC (permalink / raw)
To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Mukesh Ojha
Cc: linux-arm-msm, linux-kernel, devicetree
On Thu, 08 May 2025 19:16:34 +0530, Mukesh Ojha wrote:
> Update soc_id table for the Qualcomm SM8750 SoC to represent
> SM8750 machine.
>
>
Applied, thanks!
[1/2] soc: qcom: socinfo: add SM8750 SoC ID
commit: b7fc42fb0e6fd5c786e7e0eebe44ee44646ef47c
[2/2] dt-bindings: cache: qcom,llcc: Document SM8750 LLCC block
commit: 85c5d9b9464b17eb2f5a00edd145f45a12ae31ba
But in reverse order...
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 7+ messages in thread