2023-03-14 06:14:23

by Varadarajan Narayanan

[permalink] [raw]
Subject: [PATCH 0/2] socinfo support for IPQ9574 family of SoCs

This series adds support for qcom-socinfo for IPQ9574 family of SoCs.

Functionally this series needs SMEM support added in
https://lore.kernel.org/linux-arm-kernel/[email protected]/

Varadarajan Narayanan (2):
dt-bindings: arm: qcom,ids: Add IDs for IPQ9574 and its variants
soc: qcom: socinfo: Add IDs for IPQ9574 and its variants

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

--
2.7.4



2023-03-14 06:14:29

by Varadarajan Narayanan

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add IDs for IPQ9574 and its variants

Add SOC ID for Qualcomm IPQ9574, IPQ9570, IPQ9554, IPQ9550,
IPQ9514 and IPQ9510

Signed-off-by: Varadarajan Narayanan <[email protected]>
---
include/dt-bindings/arm/qcom,ids.h | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index aa95439..a919c45 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -228,7 +228,13 @@
#define QCOM_ID_SC7280 487
#define QCOM_ID_SC7180P 495
#define QCOM_ID_SM6375 507
+#define QCOM_ID_IPQ9514 510
+#define QCOM_ID_IPQ9550 511
+#define QCOM_ID_IPQ9554 512
+#define QCOM_ID_IPQ9570 513
+#define QCOM_ID_IPQ9574 514
#define QCOM_ID_SM8550 519
+#define QCOM_ID_IPQ9510 521
#define QCOM_ID_QRU1000 539
#define QCOM_ID_QDU1000 545
#define QCOM_ID_QDU1010 587
--
2.7.4


2023-03-14 06:14:36

by Varadarajan Narayanan

[permalink] [raw]
Subject: [PATCH 2/2] soc: qcom: socinfo: Add IDs for IPQ9574 and its variants

Add SOC ID for Qualcomm IPQ9574, IPQ9570, IPQ9554, IPQ9550,
IPQ9514 and IPQ9510

Signed-off-by: Varadarajan Narayanan <[email protected]>
---
drivers/soc/qcom/socinfo.c | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index e9012ca..d4c2e4c 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -441,7 +441,13 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(SC7280) },
{ qcom_board_id(SC7180P) },
{ qcom_board_id(SM6375) },
+ { qcom_board_id(IPQ9514) },
+ { qcom_board_id(IPQ9550) },
+ { qcom_board_id(IPQ9554) },
+ { qcom_board_id(IPQ9570) },
+ { qcom_board_id(IPQ9574) },
{ qcom_board_id(SM8550) },
+ { qcom_board_id(IPQ9510) },
{ qcom_board_id(QRU1000) },
{ qcom_board_id(QDU1000) },
{ qcom_board_id(QDU1010) },
--
2.7.4


2023-03-14 06:39:19

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: Re: [PATCH 2/2] soc: qcom: socinfo: Add IDs for IPQ9574 and its variants


On 3/14/2023 11:43 AM, Varadarajan Narayanan wrote:
> Add SOC ID for Qualcomm IPQ9574, IPQ9570, IPQ9554, IPQ9550,
> IPQ9514 and IPQ9510


Reviewed-by: Kathiravan T <[email protected]>


2023-03-14 06:39:58

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add IDs for IPQ9574 and its variants


On 3/14/2023 11:43 AM, Varadarajan Narayanan wrote:
> Add SOC ID for Qualcomm IPQ9574, IPQ9570, IPQ9554, IPQ9550,
> IPQ9514 and IPQ9510

Reviewed-by: Kathiravan T <[email protected]>


2023-03-14 20:02:43

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add IDs for IPQ9574 and its variants

On 14/03/2023 07:13, Varadarajan Narayanan wrote:
> Add SOC ID for Qualcomm IPQ9574, IPQ9570, IPQ9554, IPQ9550,
> IPQ9514 and IPQ9510
>
> Signed-off-by: Varadarajan Narayanan <[email protected]>
> ---


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2023-03-14 20:02:55

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/2] soc: qcom: socinfo: Add IDs for IPQ9574 and its variants

On 14/03/2023 07:13, Varadarajan Narayanan wrote:
> Add SOC ID for Qualcomm IPQ9574, IPQ9570, IPQ9554, IPQ9550,
> IPQ9514 and IPQ9510
>
> Signed-off-by: Varadarajan Narayanan <[email protected]>
> ---
> drivers/soc/qcom/socinfo.c | 6 ++++++


Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2023-03-15 23:41:40

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH 0/2] socinfo support for IPQ9574 family of SoCs

On Tue, 14 Mar 2023 11:43:32 +0530, Varadarajan Narayanan wrote:
> This series adds support for qcom-socinfo for IPQ9574 family of SoCs.
>
> Functionally this series needs SMEM support added in
> https://lore.kernel.org/linux-arm-kernel/[email protected]/
>
> Varadarajan Narayanan (2):
> dt-bindings: arm: qcom,ids: Add IDs for IPQ9574 and its variants
> soc: qcom: socinfo: Add IDs for IPQ9574 and its variants
>
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: qcom,ids: Add IDs for IPQ9574 and its variants
commit: fd972da1b228974f788c115d37abe209828ca5a9
[2/2] soc: qcom: socinfo: Add IDs for IPQ9574 and its variants
commit: c6653d8f24f4bcc255e3ffb28c629ff5d0e0ba13

Best regards,
--
Bjorn Andersson <[email protected]>