mbox series

[v2,0/3] Add support for the IPQ5321 SoC

Message ID 20240325-ipq5321-sku-support-v2-0-f30ce244732f@quicinc.com (mailing list archive)
Headers show
Series Add support for the IPQ5321 SoC | expand

Message

Kathiravan Thirumoorthy March 25, 2024, 3:49 p.m. UTC
IPQ5321 SoC belong to IPQ5332 family. Add the SoC ID and the cpufreq
support. Maximum cpufreq for IPQ5321 is 1.1GHZ, which is determined
based on the eFuse.

Viresh is okay to merge the cpufreq change via qcom tree[1] and provided
his Ack.

[1]
https://lore.kernel.org/linux-arm-msm/20240306053200.6iwrviltwt3pnfnt@vireshk-i7/

Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>
---
Changes in v2:
	- rebase on next-20240325
	- pick up the tags
	- Link to v1:
	  https://lore.kernel.org/linux-arm-msm/20240228-ipq5321-sku-support-v1-0-14e4d4715f4b@quicinc.com/

---
Kathiravan Thirumoorthy (3):
      dt-bindings: arm: qcom,ids: Add SoC ID for IPQ5321
      soc: qcom: socinfo: Add SoC ID for IPQ5321
      cpufreq: qcom-nvmem: add support for IPQ5321

 drivers/cpufreq/qcom-cpufreq-nvmem.c | 1 +
 drivers/soc/qcom/socinfo.c           | 1 +
 include/dt-bindings/arm/qcom,ids.h   | 1 +
 3 files changed, 3 insertions(+)
---
base-commit: 1fdad13606e104ff103ca19d2d660830cb36d43e
change-id: 20240228-ipq5321-sku-support-bd07056d5e01

Best regards,

Comments

Kathiravan Thirumoorthy April 6, 2024, 2:48 p.m. UTC | #1
On 3/25/2024 9:19 PM, Kathiravan Thirumoorthy wrote:
> IPQ5321 SoC belong to IPQ5332 family. Add the SoC ID and the cpufreq
> support. Maximum cpufreq for IPQ5321 is 1.1GHZ, which is determined
> based on the eFuse.
> 
> Viresh is okay to merge the cpufreq change via qcom tree[1] and provided
> his Ack.
> 
> [1]
> https://lore.kernel.org/linux-arm-msm/20240306053200.6iwrviltwt3pnfnt@vireshk-i7/


Gentle Reminder...

> 
> Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>
> ---
> Changes in v2:
> 	- rebase on next-20240325
> 	- pick up the tags
> 	- Link to v1:
> 	  https://lore.kernel.org/linux-arm-msm/20240228-ipq5321-sku-support-v1-0-14e4d4715f4b@quicinc.com/
> 
> ---
> Kathiravan Thirumoorthy (3):
>        dt-bindings: arm: qcom,ids: Add SoC ID for IPQ5321
>        soc: qcom: socinfo: Add SoC ID for IPQ5321
>        cpufreq: qcom-nvmem: add support for IPQ5321
> 
>   drivers/cpufreq/qcom-cpufreq-nvmem.c | 1 +
>   drivers/soc/qcom/socinfo.c           | 1 +
>   include/dt-bindings/arm/qcom,ids.h   | 1 +
>   3 files changed, 3 insertions(+)
> ---
> base-commit: 1fdad13606e104ff103ca19d2d660830cb36d43e
> change-id: 20240228-ipq5321-sku-support-bd07056d5e01
> 
> Best regards,
Kathiravan Thirumoorthy May 27, 2024, 4:37 a.m. UTC | #2
On 4/6/2024 8:18 PM, Kathiravan Thirumoorthy wrote:
> 
> 
> On 3/25/2024 9:19 PM, Kathiravan Thirumoorthy wrote:
>> IPQ5321 SoC belong to IPQ5332 family. Add the SoC ID and the cpufreq
>> support. Maximum cpufreq for IPQ5321 is 1.1GHZ, which is determined
>> based on the eFuse.
>>
>> Viresh is okay to merge the cpufreq change via qcom tree[1] and provided
>> his Ack.
>>
>> [1]
>> https://lore.kernel.org/linux-arm-msm/20240306053200.6iwrviltwt3pnfnt@vireshk-i7/
> 
> 
> Gentle Reminder...


Bjorn,

Can this series picked up for v6.11?

I applied this series on top of qcom/for-next and it's applying cleanly. 
Do let me know if I have to send V3 in any case.

Thanks,
Kathiravan.


> 
>>
>> Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>
>> ---
>> Changes in v2:
>>     - rebase on next-20240325
>>     - pick up the tags
>>     - Link to v1:
>>       
>> https://lore.kernel.org/linux-arm-msm/20240228-ipq5321-sku-support-v1-0-14e4d4715f4b@quicinc.com/
>>
>> ---
>> Kathiravan Thirumoorthy (3):
>>        dt-bindings: arm: qcom,ids: Add SoC ID for IPQ5321
>>        soc: qcom: socinfo: Add SoC ID for IPQ5321
>>        cpufreq: qcom-nvmem: add support for IPQ5321
>>
>>   drivers/cpufreq/qcom-cpufreq-nvmem.c | 1 +
>>   drivers/soc/qcom/socinfo.c           | 1 +
>>   include/dt-bindings/arm/qcom,ids.h   | 1 +
>>   3 files changed, 3 insertions(+)
>> ---
>> base-commit: 1fdad13606e104ff103ca19d2d660830cb36d43e
>> change-id: 20240228-ipq5321-sku-support-bd07056d5e01
>>
>> Best regards,
Bjorn Andersson May 28, 2024, 3:32 a.m. UTC | #3
On Mon, 25 Mar 2024 21:19:47 +0530, Kathiravan Thirumoorthy wrote:
> IPQ5321 SoC belong to IPQ5332 family. Add the SoC ID and the cpufreq
> support. Maximum cpufreq for IPQ5321 is 1.1GHZ, which is determined
> based on the eFuse.
> 
> Viresh is okay to merge the cpufreq change via qcom tree[1] and provided
> his Ack.
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: arm: qcom,ids: Add SoC ID for IPQ5321
      commit: 27c42e925323b975a64429e313b0cf5c0c02a411
[2/3] soc: qcom: socinfo: Add SoC ID for IPQ5321
      commit: 8ddfb4a8e093689859184abf52fe15cd2523c6b9
[3/3] cpufreq: qcom-nvmem: add support for IPQ5321
      commit: 14ef045bbd27430dc92c8b4613caaf41e82f47e0

Best regards,