[PATCH v3 0/7] Add support for Clock controllers for Glymur

Taniya Das posted 7 patches 2 months, 1 week ago
.../devicetree/bindings/clock/qcom,glymur-gcc.yaml |  122 +
.../devicetree/bindings/clock/qcom,rpmhcc.yaml     |    1 +
.../bindings/clock/qcom,sm8550-tcsr.yaml           |    3 +
drivers/clk/qcom/Kconfig                           |   17 +
drivers/clk/qcom/Makefile                          |    2 +
drivers/clk/qcom/clk-alpha-pll.h                   |    6 +
drivers/clk/qcom/clk-rpmh.c                        |   22 +
drivers/clk/qcom/gcc-glymur.c                      | 8623 ++++++++++++++++++++
drivers/clk/qcom/tcsrcc-glymur.c                   |  257 +
include/dt-bindings/clock/qcom,glymur-gcc.h        |  578 ++
include/dt-bindings/clock/qcom,glymur-tcsr.h       |   24 +
11 files changed, 9655 insertions(+)
[PATCH v3 0/7] Add support for Clock controllers for Glymur
Posted by Taniya Das 2 months, 1 week ago
Add support for Global clock controller(GCC), TCSR and the RPMH clock
controller for the Qualcomm Glymur SoC.

Changes in v3:
- Update the commit message for all the dt-bindings [Krzysztof]
- Update the commit message as required.
- Link to v2: https://lore.kernel.org/r/20250723-glymur-gcc-tcsrcc-rpmhcc-v2-0-7ea02c120c77@oss.qualcomm.com

Changes in v2:
- Drop second/last, redundant "bindings" in TCSR and also align the
  filename [Krzysztof]
- Update the year to the copyright [Krzysztof]
- Align to the new Kconfig name CLK_GLYMUR_GCC/TCSR [Abel, Bjorn]
- Use qcom_cc_probe() for tcsrcc [Dmitry]
- Add RB tag from [Dmitry] to patch #5
- Link to v-1: https://lore.kernel.org/r/20250714-glymur-gcc-tcsrcc-rpmhcc-v1-0-7617eb7e44d8@oss.qualcomm.com

Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com>
---
Taniya Das (7):
      dt-bindings: clock: qcom-rpmhcc: Add support for Glymur SoCs
      dt-bindings: clock: qcom: Document the Glymur TCSR Clock Controller
      clk: qcom: Add TCSR clock driver for Glymur
      clk: qcom: rpmh: Add support for Glymur rpmh clocks
      clk: qcom: clk-alpha-pll: Add support for Taycan EKO_T PLL
      dt-bindings: clock: qcom: document the Glymur Global Clock Controller
      clk: qcom: gcc: Add support for Global Clock Controller

 .../devicetree/bindings/clock/qcom,glymur-gcc.yaml |  122 +
 .../devicetree/bindings/clock/qcom,rpmhcc.yaml     |    1 +
 .../bindings/clock/qcom,sm8550-tcsr.yaml           |    3 +
 drivers/clk/qcom/Kconfig                           |   17 +
 drivers/clk/qcom/Makefile                          |    2 +
 drivers/clk/qcom/clk-alpha-pll.h                   |    6 +
 drivers/clk/qcom/clk-rpmh.c                        |   22 +
 drivers/clk/qcom/gcc-glymur.c                      | 8623 ++++++++++++++++++++
 drivers/clk/qcom/tcsrcc-glymur.c                   |  257 +
 include/dt-bindings/clock/qcom,glymur-gcc.h        |  578 ++
 include/dt-bindings/clock/qcom,glymur-tcsr.h       |   24 +
 11 files changed, 9655 insertions(+)
---
base-commit: 835244aba90de290b4b0b1fa92b6734f3ee7b3d9
change-id: 20250711-glymur-gcc-tcsrcc-rpmhcc-4ac7b2e966c1

Best regards,
-- 
Taniya Das <taniya.das@oss.qualcomm.com>
Re: [PATCH v3 0/7] Add support for Clock controllers for Glymur
Posted by Krzysztof Kozlowski 2 months, 1 week ago
On Tue, Jul 29, 2025 at 11:12:34AM +0530, Taniya Das wrote:
> Add support for Global clock controller(GCC), TCSR and the RPMH clock
> controller for the Qualcomm Glymur SoC.
> 
> Changes in v3:
> - Update the commit message for all the dt-bindings [Krzysztof]
> - Update the commit message as required.
> - Link to v2: https://lore.kernel.org/r/20250723-glymur-gcc-tcsrcc-rpmhcc-v2-0-7ea02c120c77@oss.qualcomm.com
> 
> Changes in v2:
> - Drop second/last, redundant "bindings" in TCSR and also align the
>   filename [Krzysztof]
> - Update the year to the copyright [Krzysztof]
> - Align to the new Kconfig name CLK_GLYMUR_GCC/TCSR [Abel, Bjorn]
> - Use qcom_cc_probe() for tcsrcc [Dmitry]
> - Add RB tag from [Dmitry] to patch #5
> - Link to v-1: https://lore.kernel.org/r/20250714-glymur-gcc-tcsrcc-rpmhcc-v1-0-7617eb7e44d8@oss.qualcomm.com

None of the links work.

Best regards,
Krzysztof
Re: [PATCH v3 0/7] Add support for Clock controllers for Glymur
Posted by Taniya Das 2 months ago

On 7/30/2025 12:45 PM, Krzysztof Kozlowski wrote:
> On Tue, Jul 29, 2025 at 11:12:34AM +0530, Taniya Das wrote:
>> Add support for Global clock controller(GCC), TCSR and the RPMH clock
>> controller for the Qualcomm Glymur SoC.
>>
>> Changes in v3:
>> - Update the commit message for all the dt-bindings [Krzysztof]
>> - Update the commit message as required.
>> - Link to v2: https://lore.kernel.org/r/20250723-glymur-gcc-tcsrcc-rpmhcc-v2-0-7ea02c120c77@oss.qualcomm.com
>>
https://lore.kernel.org/lkml/20250724-glymur_clock_controllers-v2-0-ab95c07002b4@oss.qualcomm.com/

>> Changes in v2:
>> - Drop second/last, redundant "bindings" in TCSR and also align the
>>   filename [Krzysztof]
>> - Update the year to the copyright [Krzysztof]
>> - Align to the new Kconfig name CLK_GLYMUR_GCC/TCSR [Abel, Bjorn]
>> - Use qcom_cc_probe() for tcsrcc [Dmitry]
>> - Add RB tag from [Dmitry] to patch #5
>> - Link to v-1: https://lore.kernel.org/r/20250714-glymur-gcc-tcsrcc-rpmhcc-v1-0-7617eb7e44d8@oss.qualcomm.com

Not sure why these are broken
v1:
https://lore.kernel.org/lkml/20250716152017.4070029-1-pankaj.patil@oss.qualcomm.com/

> 
> None of the links work.
> 
> Best regards,
> Krzysztof
> 

-- 
Thanks,
Taniya Das