[PATCH v2 0/8] clk: qcom: gcc: Update the SDCC RCGs to use shared_floor_ops

Jagadeesh Kona posted 8 patches 2 months, 1 week ago
drivers/clk/qcom/gcc-glymur.c   | 4 ++--
drivers/clk/qcom/gcc-milos.c    | 6 +++---
drivers/clk/qcom/gcc-qdu1000.c  | 4 ++--
drivers/clk/qcom/gcc-sdx75.c    | 4 ++--
drivers/clk/qcom/gcc-sm4450.c   | 6 +++---
drivers/clk/qcom/gcc-sm8450.c   | 4 ++--
drivers/clk/qcom/gcc-sm8750.c   | 4 ++--
drivers/clk/qcom/gcc-x1e80100.c | 4 ++--
8 files changed, 18 insertions(+), 18 deletions(-)
[PATCH v2 0/8] clk: qcom: gcc: Update the SDCC RCGs to use shared_floor_ops
Posted by Jagadeesh Kona 2 months, 1 week ago
This series updates the clock ops to clk_rcg2_shared_floor_ops
for the SDCC RCGs on SM8450, SM8750, SM4450, SDX75, Milos,
X1E80100, QDU1000 and GLYMUR chipsets.

This change is required to ensure RCG is safely parked during
disable and new parent configuration is programmed in hardware
only when new parent is enabled, to avoid cases where RCG
configuration fails to update and overclocking issues.

Signed-off-by: Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>
---
Changes in v2:
- Added patches 6,7,8 to use shared_floor_ops for SDCC RCGs on X1E80100,
  QDU1000 and GLYMUR chipsets also.
- picked the R-By tags received on v1.
- Link to v1: https://lore.kernel.org/r/20251126-sdcc_shared_floor_ops-v1-0-9038430dfed4@oss.qualcomm.com

---
Jagadeesh Kona (8):
      clk: qcom: gcc-sm8450: Update the SDCC RCGs to use shared_floor_ops
      clk: qcom: gcc-sm8750: Update the SDCC RCGs to use shared_floor_ops
      clk: qcom: gcc-sm4450: Update the SDCC RCGs to use shared_floor_ops
      clk: qcom: gcc-sdx75: Update the SDCC RCGs to use shared_floor_ops
      clk: qcom: gcc-milos: Update the SDCC RCGs to use shared_floor_ops
      clk: qcom: gcc-x1e80100: Update the SDCC RCGs to use shared_floor_ops
      clk: qcom: gcc-qdu1000: Update the SDCC RCGs to use shared_floor_ops
      clk: qcom: gcc-glymur: Update the SDCC RCGs to use shared_floor_ops

 drivers/clk/qcom/gcc-glymur.c   | 4 ++--
 drivers/clk/qcom/gcc-milos.c    | 6 +++---
 drivers/clk/qcom/gcc-qdu1000.c  | 4 ++--
 drivers/clk/qcom/gcc-sdx75.c    | 4 ++--
 drivers/clk/qcom/gcc-sm4450.c   | 6 +++---
 drivers/clk/qcom/gcc-sm8450.c   | 4 ++--
 drivers/clk/qcom/gcc-sm8750.c   | 4 ++--
 drivers/clk/qcom/gcc-x1e80100.c | 4 ++--
 8 files changed, 18 insertions(+), 18 deletions(-)
---
base-commit: 92fd6e84175befa1775e5c0ab682938eca27c0b2
change-id: 20251125-sdcc_shared_floor_ops-722ccecfe787

Best regards,
-- 
Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>
Re: [PATCH v2 0/8] clk: qcom: gcc: Update the SDCC RCGs to use shared_floor_ops
Posted by Bjorn Andersson 1 month, 3 weeks ago
On Thu, 27 Nov 2025 23:27:35 +0530, Jagadeesh Kona wrote:
> This series updates the clock ops to clk_rcg2_shared_floor_ops
> for the SDCC RCGs on SM8450, SM8750, SM4450, SDX75, Milos,
> X1E80100, QDU1000 and GLYMUR chipsets.
> 
> This change is required to ensure RCG is safely parked during
> disable and new parent configuration is programmed in hardware
> only when new parent is enabled, to avoid cases where RCG
> configuration fails to update and overclocking issues.
> 
> [...]

Applied, thanks!

[1/8] clk: qcom: gcc-sm8450: Update the SDCC RCGs to use shared_floor_ops
      commit: 4c052c5df93d07e8aa2ce55680f95742f0a08e7a
[2/8] clk: qcom: gcc-sm8750: Update the SDCC RCGs to use shared_floor_ops
      commit: 67d7fb1bbdd63eccb9ac6e483e502f88ca9a1e73
[3/8] clk: qcom: gcc-sm4450: Update the SDCC RCGs to use shared_floor_ops
      commit: d1fd65ee5555dcfe4b33999b8950d6626cc28d12
[4/8] clk: qcom: gcc-sdx75: Update the SDCC RCGs to use shared_floor_ops
      commit: 757ec77514e3e4b345517deef0f5a5152697238e
[5/8] clk: qcom: gcc-milos: Update the SDCC RCGs to use shared_floor_ops
      commit: 113fb9649f0d89bfe71dc4e3d98cfc92fda0d73a
[6/8] clk: qcom: gcc-x1e80100: Update the SDCC RCGs to use shared_floor_ops
      commit: 988e585fa4d48faccc50a571b569c38ec3bf69c9
[7/8] clk: qcom: gcc-qdu1000: Update the SDCC RCGs to use shared_floor_ops
      commit: 0504b96f110f559e130523efeefc8d1d11530c8a
[8/8] clk: qcom: gcc-glymur: Update the SDCC RCGs to use shared_floor_ops
      commit: e4dca3e567813cb49e8ffd3b33ec4c6f43c25d10

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>