Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add GCC and RPMH clock controller for QCS615 SoC
@ 2024-09-20 10:38 Taniya Das
  2024-09-20 10:38 ` [PATCH v2 1/4] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS615 Taniya Das
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Taniya Das @ 2024-09-20 10:38 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Ajit Pandey, Imran Shaik,
	Jagadeesh Kona
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel, Taniya Das,
	Krzysztof Kozlowski

Add support for Global clock controller(GCC) and the RPMH clock
controller for the Qualcomm QCS615 SoC.

The QCS615 SoC is added as part of the below series.
https://lore.kernel.org/all/20240913-add_initial_support_for_qcs615-v2-0-9236223e7dab@quicinc.com/

Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
---
Changes in v2:
- Update the compatible in alphabetical order for RPMHCC bindings and driver.
- Remove the extra ":" from the GCC bindings.
- Update the GCC Kconfig for some required configs and move the GCC init
  from module to subsys_initcall().
- Link to v1: https://lore.kernel.org/r/20240919-qcs615-clock-driver-v1-0-51c0cc92e3a2@quicinc.com

---
Taniya Das (4):
      dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS615
      clk: qcom: rpmhcc: Add support for QCS615 Clocks
      dt-bindings: clock: qcom: Add QCS615 GCC clocks
      clk: qcom: gcc: Add support for QCS615 GCC clocks

 .../devicetree/bindings/clock/qcom,qcs615-gcc.yaml |   59 +
 .../devicetree/bindings/clock/qcom,rpmhcc.yaml     |    1 +
 drivers/clk/qcom/Kconfig                           |    9 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/clk-rpmh.c                        |   19 +
 drivers/clk/qcom/gcc-qcs615.c                      | 3035 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,qcs615-gcc.h        |  211 ++
 7 files changed, 3335 insertions(+)
---
base-commit: 55bcd2e0d04c1171d382badef1def1fd04ef66c5
change-id: 20240919-qcs615-clock-driver-d74abed69854

Best regards,
-- 
Taniya Das <quic_tdas@quicinc.com>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-10-18 19:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 10:38 [PATCH v2 0/4] Add GCC and RPMH clock controller for QCS615 SoC Taniya Das
2024-09-20 10:38 ` [PATCH v2 1/4] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS615 Taniya Das
2024-09-20 13:11   ` Krzysztof Kozlowski
2024-09-20 10:38 ` [PATCH v2 2/4] clk: qcom: rpmhcc: Add support for QCS615 Clocks Taniya Das
2024-09-20 10:48   ` Dmitry Baryshkov
2024-09-20 10:38 ` [PATCH v2 3/4] dt-bindings: clock: qcom: Add QCS615 GCC clocks Taniya Das
2024-09-20 10:38 ` [PATCH v2 4/4] clk: qcom: gcc: Add support for " Taniya Das
2024-09-20 11:03   ` Dmitry Baryshkov
2024-10-16  4:10     ` Taniya Das
2024-10-16 10:16       ` Dmitry Baryshkov
2024-10-18 17:44         ` Taniya Das
2024-10-18 18:46           ` Dmitry Baryshkov
2024-10-18 19:01             ` Taniya Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox