2023-10-30 09:56:56

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v2 0/2] qcom: socinfo: Add SM8650 SoC ID table entry

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 <[email protected]>
---
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 <[email protected]>


2023-10-30 09:57:02

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v2 2/2] soc: qcom: socinfo: Add SM8650 SoC ID table entry

Add SoC Info support for the SM8650 platform.

Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
---
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

2023-10-30 12:32:01

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] soc: qcom: socinfo: Add SM8650 SoC ID table entry



On 10/30/2023 3:25 PM, Neil Armstrong wrote:
> Add SoC Info support for the SM8650 platform.
>
> Reviewed-by: Konrad Dybcio <[email protected]>
> Signed-off-by: Neil Armstrong <[email protected]>

Reviewed-by: Mukesh Ojha <[email protected]>

-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) },
>

2023-12-08 14:52:07

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] qcom: socinfo: Add SM8650 SoC ID table entry


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 <[email protected]>