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

Pankaj Patil posted 7 patches 2 months, 3 weeks ago
There is a newer version of this series
.../bindings/clock/qcom,glymur-gcc.yaml       |  122 +
.../bindings/clock/qcom,rpmhcc.yaml           |    1 +
.../bindings/clock/qcom,sm8550-tcsr.yaml      |    3 +
drivers/clk/qcom/Kconfig                      |   18 +
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              |  263 +
include/dt-bindings/clock/qcom,glymur-gcc.h   |  578 ++
.../dt-bindings/clock/qcom,glymur-tcsrcc.h    |   24 +
11 files changed, 9662 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/qcom,glymur-gcc.yaml
create mode 100644 drivers/clk/qcom/gcc-glymur.c
create mode 100644 drivers/clk/qcom/tcsrcc-glymur.c
create mode 100644 include/dt-bindings/clock/qcom,glymur-gcc.h
create mode 100644 include/dt-bindings/clock/qcom,glymur-tcsrcc.h
[PATCH 0/7] Add support for Clock controllers for Glymur
Posted by Pankaj Patil 2 months, 3 weeks ago
Add support for Global clock controller(GCC), TCSR and the RPMH clock
controller for the Qualcomm Glymur SoC.

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: Add bindings documentation for the Glymur
    TCSR
  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

 .../bindings/clock/qcom,glymur-gcc.yaml       |  122 +
 .../bindings/clock/qcom,rpmhcc.yaml           |    1 +
 .../bindings/clock/qcom,sm8550-tcsr.yaml      |    3 +
 drivers/clk/qcom/Kconfig                      |   18 +
 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              |  263 +
 include/dt-bindings/clock/qcom,glymur-gcc.h   |  578 ++
 .../dt-bindings/clock/qcom,glymur-tcsrcc.h    |   24 +
 11 files changed, 9662 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,glymur-gcc.yaml
 create mode 100644 drivers/clk/qcom/gcc-glymur.c
 create mode 100644 drivers/clk/qcom/tcsrcc-glymur.c
 create mode 100644 include/dt-bindings/clock/qcom,glymur-gcc.h
 create mode 100644 include/dt-bindings/clock/qcom,glymur-tcsrcc.h

-- 
2.34.1
Re: [PATCH 0/7] Add support for Clock controllers for Glymur
Posted by Krzysztof Kozlowski 2 months, 3 weeks ago
On 16/07/2025 17:20, Pankaj Patil wrote:
> Add support for Global clock controller(GCC), TCSR and the RPMH clock
> controller for the Qualcomm Glymur SoC.

This is the first time this name appears, so if you do not have
in-flight board bindings patch with full description please say some
words here. This will allow the community to understand how this maps to
other known products, of which 99.9% use model names, not internal
codenames.

Best regards,
Krzysztof
Re: [PATCH 0/7] Add support for Clock controllers for Glymur
Posted by Pankaj Patil 2 months, 2 weeks ago
On 7/16/2025 9:42 PM, Krzysztof Kozlowski wrote:
> On 16/07/2025 17:20, Pankaj Patil wrote:
>> Add support for Global clock controller(GCC), TCSR and the RPMH clock
>> controller for the Qualcomm Glymur SoC.
> This is the first time this name appears, so if you do not have
> in-flight board bindings patch with full description please say some
> words here. This will allow the community to understand how this maps to
> other known products, of which 99.9% use model names, not internal
> codenames.
>
> Best regards,
> Krzysztof
Glymur is the next gen compute SoC.
Will update the cover letter in v2