mbox series

[v3,0/4] Add GCC and RPMH clock controller for QCS615 SoC

Message ID 20241016-qcs615-clock-driver-v3-0-bb5d4135db45@quicinc.com (mailing list archive)
Headers show
Series Add GCC and RPMH clock controller for QCS615 SoC | expand

Message

Taniya Das Oct. 16, 2024, 5:29 a.m. UTC
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 v3:
- Update the gcc_pcie_0_aux_clk_src to use clk_rcg2_shared_ops. [Dmitry]
- Remove an extra line [Dmitry]
- Link to v2: https://lore.kernel.org/lkml/20240920-qcs615-clock-driver-v2-0-2f6de44eb2aa@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                      | 3034 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,qcs615-gcc.h        |  211 ++
 7 files changed, 3334 insertions(+)
---
base-commit: 55bcd2e0d04c1171d382badef1def1fd04ef66c5
change-id: 20240919-qcs615-clock-driver-d74abed69854

Best regards,

Comments

Dmitry Baryshkov Oct. 16, 2024, 10:21 a.m. UTC | #1
On Wed, Oct 16, 2024 at 10:59:42AM +0530, Taniya Das wrote:
> 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 v3:
> - Update the gcc_pcie_0_aux_clk_src to use clk_rcg2_shared_ops. [Dmitry]

Please don't send the next iteration unless all the comments are resolved.
Sending your reply to the ML and sending next version at the same time
isn't really a good way to work.

> - Remove an extra line [Dmitry]
> - Link to v2: https://lore.kernel.org/lkml/20240920-qcs615-clock-driver-v2-0-2f6de44eb2aa@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                      | 3034 ++++++++++++++++++++
>  include/dt-bindings/clock/qcom,qcs615-gcc.h        |  211 ++
>  7 files changed, 3334 insertions(+)
> ---
> base-commit: 55bcd2e0d04c1171d382badef1def1fd04ef66c5
> change-id: 20240919-qcs615-clock-driver-d74abed69854
> 
> Best regards,
> -- 
> Taniya Das <quic_tdas@quicinc.com>
>