mbox series

[v2,0/5] clk: qcom: gcc-sc8180x: Add DFS support and few fixes

Message ID 20240812-gcc-sc8180x-fixes-v2-0-8b3eaa5fb856@quicinc.com
Headers show
Series clk: qcom: gcc-sc8180x: Add DFS support and few fixes | expand

Message

Satya Priya Kakitapalli Aug. 12, 2024, 5:13 a.m. UTC
This series adds the DFS support for GCC QUPv3 RCGS and also adds the
missing GPLL9 support and fixes the sdcc clocks frequency tables.

Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
---
Changes in V2:
 - Add stable kernel tags and update the commit text for [1/4] patch.
 - Added one more fix in V2, to remove the unused cpuss_ahb_clk and its RCG.

---
Satya Priya Kakitapalli (5):
      clk: qcom: gcc-sc8180x: Register QUPv3 RCGs for DFS on sc8180x
      dt-bindings: clock: qcom: Add GPLL9 support on gcc-sc8180x
      clk: qcom: gcc-sc8180x: Add GPLL9 support
      clk: qcom: gcc-sc8180x: Fix the sdcc2 and sdcc4 clocks freq table
      clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src

 drivers/clk/qcom/gcc-sc8180x.c               | 438 ++++++++++++++-------------
 include/dt-bindings/clock/qcom,gcc-sc8180x.h |   1 +
 2 files changed, 232 insertions(+), 207 deletions(-)
---
base-commit: 864b1099d16fc7e332c3ad7823058c65f890486c
change-id: 20240725-gcc-sc8180x-fixes-cf58908142b5

Best regards,

Comments

Bjorn Andersson Aug. 15, 2024, 8:40 p.m. UTC | #1
On Mon, 12 Aug 2024 10:43:00 +0530, Satya Priya Kakitapalli wrote:
> This series adds the DFS support for GCC QUPv3 RCGS and also adds the
> missing GPLL9 support and fixes the sdcc clocks frequency tables.
> 
> 

Applied, thanks!

[1/5] clk: qcom: gcc-sc8180x: Register QUPv3 RCGs for DFS on sc8180x
      commit: 1fc8c02e1d80463ce1b361d82b83fc43bb92d964
[2/5] dt-bindings: clock: qcom: Add GPLL9 support on gcc-sc8180x
      commit: 648b4bde0aca2980ebc0b90cdfbb80d222370c3d
[3/5] clk: qcom: gcc-sc8180x: Add GPLL9 support
      commit: 818a2f8d5e4ad2c1e39a4290158fe8e39a744c70
[4/5] clk: qcom: gcc-sc8180x: Fix the sdcc2 and sdcc4 clocks freq table
      commit: b8acaf2de8081371761ab4cf1e7a8ee4e7acc139
[5/5] clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src
      commit: bab0c7a0bc586e736b7cd2aac8e6391709a70ef2

Best regards,