[PATCH V3 0/5] Add APSS clock controller support for IPQ9574

Devi Priya posted 5 patches 2 years, 5 months ago
.../bindings/clock/qcom,a53pll.yaml           |  1 +
.../mailbox/qcom,apcs-kpss-global.yaml        |  1 +
arch/arm64/boot/dts/qcom/ipq9574.dtsi         | 18 ++++++++++++++++++
arch/arm64/configs/defconfig                  |  1 +
drivers/clk/qcom/apss-ipq-pll.c               | 19 +++++++++++++++++++
5 files changed, 40 insertions(+)
[PATCH V3 0/5] Add APSS clock controller support for IPQ9574
Posted by Devi Priya 2 years, 5 months ago
APSS PLL found in IPQ9574 platform is of type Huayra.
This series adds support for the APSS clock to bump the CPU frequency
above 800MHz.

DTS patch is based on the below series
https://lore.kernel.org/linux-arm-msm/20230404164828.8031-1-quic_devipriy@quicinc.com/

[V3]:
	- Detailed change logs are added to the respective patches
[V2]:
https://lore.kernel.org/linux-arm-msm/20230217134107.13946-1-quic_devipriy@quicinc.com/
	- Reordered the patches as suggested
	- Dropped [PATCH 6/6] clk: qcom: Fix APSS PLL and RCG Configuration
	  as it was unrelated
	- Detailed Change logs are added to the respective patches
[V1]:
https://lore.kernel.org/linux-arm-msm/20230113143647.14961-1-quic_devipriy@quicinc.com/

Devi Priya (5):
  dt-bindings: clock: qcom,a53pll: add IPQ9574 compatible
  clk: qcom: apss-ipq-pll: Add support for IPQ9574
  dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC
  arm64: dts: qcom: ipq9574: Add support for APSS clock controller
  arm64: defconfig: Enable ipq6018 apss clock and PLL controller

 .../bindings/clock/qcom,a53pll.yaml           |  1 +
 .../mailbox/qcom,apcs-kpss-global.yaml        |  1 +
 arch/arm64/boot/dts/qcom/ipq9574.dtsi         | 18 ++++++++++++++++++
 arch/arm64/configs/defconfig                  |  1 +
 drivers/clk/qcom/apss-ipq-pll.c               | 19 +++++++++++++++++++
 5 files changed, 40 insertions(+)


base-commit: 8417c8f5007bf4567ccffda850a3157c7d905f67
-- 
2.17.1
Re: (subset) [PATCH V3 0/5] Add APSS clock controller support for IPQ9574
Posted by Bjorn Andersson 2 years, 3 months ago
On Thu, 6 Apr 2023 11:43:09 +0530, Devi Priya wrote:
> APSS PLL found in IPQ9574 platform is of type Huayra.
> This series adds support for the APSS clock to bump the CPU frequency
> above 800MHz.
> 
> DTS patch is based on the below series
> https://lore.kernel.org/linux-arm-msm/20230404164828.8031-1-quic_devipriy@quicinc.com/
> 
> [...]

Applied, thanks!

[5/5] arm64: defconfig: Enable ipq6018 apss clock and PLL controller
      commit: 3098f34977480c9aa75cf328501f1b47ec49fec7

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: (subset) [PATCH V3 0/5] Add APSS clock controller support for IPQ9574
Posted by Devi Priya 2 years, 3 months ago

On 5/27/2023 1:08 AM, Bjorn Andersson wrote:
> On Thu, 6 Apr 2023 11:43:09 +0530, Devi Priya wrote:
>> APSS PLL found in IPQ9574 platform is of type Huayra.
>> This series adds support for the APSS clock to bump the CPU frequency
>> above 800MHz.
>>
>> DTS patch is based on the below series
>> https://lore.kernel.org/linux-arm-msm/20230404164828.8031-1-quic_devipriy@quicinc.com/
>>
>> [...]
> 
Thanks! To update on the dependency, This series does not hold any 
dependencies as the DTS patch cleanly applies on [1] which has already 
been picked up for linux-next.

[PATCH V3 4/5] arm64: dts: qcom: ipq9574: Add support for APSS clock 
controller

[1] - 
https://lore.kernel.org/linux-arm-msm/20230517072806.13170-1-quic_kathirav@quicinc.com/

> Applied, thanks!
> 
> [5/5] arm64: defconfig: Enable ipq6018 apss clock and PLL controller
>        commit: 3098f34977480c9aa75cf328501f1b47ec49fec7
> 
> Best regards,