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

Jagadeesh Kona posted 5 patches 5 days, 18 hours ago
There is a newer version of this series
drivers/clk/qcom/gcc-milos.c  | 6 +++---
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 ++--
5 files changed, 12 insertions(+), 12 deletions(-)
[PATCH 0/5] clk: qcom: gcc: Update the SDCC RCGs to use shared_floor_ops
Posted by Jagadeesh Kona 5 days, 18 hours ago
This series updates the clock ops to clk_rcg2_shared_floor_ops
for the SDCC RCGs on SM8450, SM8750, SM4450, SDX75 and Milos
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>
---
Jagadeesh Kona (5):
      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

 drivers/clk/qcom/gcc-milos.c  | 6 +++---
 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 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)
---
base-commit: 92fd6e84175befa1775e5c0ab682938eca27c0b2
change-id: 20251125-sdcc_shared_floor_ops-722ccecfe787

Best regards,
-- 
Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>
Re: [PATCH 0/5] clk: qcom: gcc: Update the SDCC RCGs to use shared_floor_ops
Posted by Vladimir Zapolskiy 5 days, 13 hours ago
On 11/26/25 06:15, Jagadeesh Kona wrote:
> This series updates the clock ops to clk_rcg2_shared_floor_ops
> for the SDCC RCGs on SM8450, SM8750, SM4450, SDX75 and Milos
> 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>
> ---
> Jagadeesh Kona (5):
>        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
> 
>   drivers/clk/qcom/gcc-milos.c  | 6 +++---
>   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 ++--
>   5 files changed, 12 insertions(+), 12 deletions(-)

For all patches in the series

Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>

-- 
Best wishes,
Vladimir
Re: [PATCH 0/5] clk: qcom: gcc: Update the SDCC RCGs to use shared_floor_ops
Posted by Imran Shaik 5 days, 14 hours ago

On 11/26/2025 9:45 AM, Jagadeesh Kona wrote:
> This series updates the clock ops to clk_rcg2_shared_floor_ops
> for the SDCC RCGs on SM8450, SM8750, SM4450, SDX75 and Milos
> 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>
> ---
> Jagadeesh Kona (5):
>       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
> 
>  drivers/clk/qcom/gcc-milos.c  | 6 +++---
>  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 ++--
>  5 files changed, 12 insertions(+), 12 deletions(-)
> ---
> base-commit: 92fd6e84175befa1775e5c0ab682938eca27c0b2
> change-id: 20251125-sdcc_shared_floor_ops-722ccecfe787
> 
> Best regards,

Can you please add similar fix-ups for gcc-qdu1000.c/gcc-x1e80100.c as well.

Thanks,
Imran
Re: [PATCH 0/5] clk: qcom: gcc: Update the SDCC RCGs to use shared_floor_ops
Posted by Jagadeesh Kona 5 days, 5 hours ago

On 11/26/2025 2:20 PM, Imran Shaik wrote:
> 
> 
> On 11/26/2025 9:45 AM, Jagadeesh Kona wrote:
>> This series updates the clock ops to clk_rcg2_shared_floor_ops
>> for the SDCC RCGs on SM8450, SM8750, SM4450, SDX75 and Milos
>> 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>
>> ---
>> Jagadeesh Kona (5):
>>       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
>>
>>  drivers/clk/qcom/gcc-milos.c  | 6 +++---
>>  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 ++--
>>  5 files changed, 12 insertions(+), 12 deletions(-)
>> ---
>> base-commit: 92fd6e84175befa1775e5c0ab682938eca27c0b2
>> change-id: 20251125-sdcc_shared_floor_ops-722ccecfe787
>>
>> Best regards,
> 
> Can you please add similar fix-ups for gcc-qdu1000.c/gcc-x1e80100.c as well.
> 

Sure, I will add fix-ups for above targets also and post v2.

Thanks,
Jagadeesh