mbox series

[V5,0/8] Update GCC clocks for QDU1000 and QRU1000 SoCs

Message ID 20230803105741.2292309-1-quic_imrashai@quicinc.com
Headers show
Series Update GCC clocks for QDU1000 and QRU1000 SoCs | expand

Message

Imran Shaik Aug. 3, 2023, 10:57 a.m. UTC
Update GCC clocks and add support for GDSCs for QDU1000 and QRU1000 SoCs.

Changes since v4:
 - Updated the commit text as per the review comments
 - Split the gcc_ddrss_ecpri_gsi_clk and gcc_gpll1_out_even clock changes

Changes since v3:
 - Split the gcc rcg ops changes as per the review comments

Changes since v2:
 - Split the gcc clkref clock changes as per the review comments

Changes since v1:
 - Dropped the v2 variant compatible changes
 - Update tha maintainers list
 - Split the GCC driver patch as per the review comments

Previous series:
v4 - https://patchwork.kernel.org/project/linux-arm-msm/list/?series=767111
v3 - https://patchwork.kernel.org/project/linux-arm-msm/list/?series=763044
v2 - https://patchwork.kernel.org/project/linux-arm-msm/list/?series=760862
v1 - https://patchwork.kernel.org/project/linux-arm-msm/list/?series=757828

Imran Shaik (8):
  dt-bindings: clock: Update GCC clocks for QDU1000 and QRU1000 SoCs
  clk: qcom: gcc-qdu1000: Fix gcc_pcie_0_pipe_clk_src clock handling
  clk: qcom: gcc-qdu1000: Fix clkref clocks handling
  clk: qcom: gcc-qdu1000: Register gcc_gpll1_out_even clock
  clk: qcom: gcc-qdu1000: Add gcc_ddrss_ecpri_gsi_clk support
  clk: qcom: gcc-qdu1000: Add support for GDSCs
  clk: qcom: gcc-qdu1000: Update the SDCC clock RCG ops
  clk: qcom: gcc-qdu1000: Update the RCGs ops

 .../bindings/clock/qcom,qdu1000-gcc.yaml      |   3 +-
 drivers/clk/qcom/gcc-qdu1000.c                | 159 ++++++++++++------
 include/dt-bindings/clock/qcom,qdu1000-gcc.h  |   4 +-
 3 files changed, 110 insertions(+), 56 deletions(-)

Comments

Bjorn Andersson Aug. 14, 2023, 3:27 a.m. UTC | #1
On Thu, 03 Aug 2023 16:27:33 +0530, Imran Shaik wrote:
> Update GCC clocks and add support for GDSCs for QDU1000 and QRU1000 SoCs.
> 
> Changes since v4:
>  - Updated the commit text as per the review comments
>  - Split the gcc_ddrss_ecpri_gsi_clk and gcc_gpll1_out_even clock changes
> 
> Changes since v3:
>  - Split the gcc rcg ops changes as per the review comments
> 
> [...]

Applied, thanks!

[1/8] dt-bindings: clock: Update GCC clocks for QDU1000 and QRU1000 SoCs
      commit: df873243b2398a082d34a006bebe0e0ed7538f5c
[2/8] clk: qcom: gcc-qdu1000: Fix gcc_pcie_0_pipe_clk_src clock handling
      commit: b311f5d3c4749259043a9a458a8db07915210142
[3/8] clk: qcom: gcc-qdu1000: Fix clkref clocks handling
      commit: 2524dae5cd453ca39e8ba1b95c2755a8a2d94059
[4/8] clk: qcom: gcc-qdu1000: Register gcc_gpll1_out_even clock
      commit: 06d71fa10f2e507444c6759328a6c19d38eab788
[5/8] clk: qcom: gcc-qdu1000: Add gcc_ddrss_ecpri_gsi_clk support
      commit: 089aad8c769ca0710a66a2adc3e11d94b027b5f7
[6/8] clk: qcom: gcc-qdu1000: Add support for GDSCs
      commit: 76346cf7089abd488fb3ad9753901b99baa3cafc
[7/8] clk: qcom: gcc-qdu1000: Update the SDCC clock RCG ops
      commit: baa316580013ca100c23c8e92ac713f69f19fb08
[8/8] clk: qcom: gcc-qdu1000: Update the RCGs ops
      commit: 1c16a7b794e15a2e843a1fbfd3ffaea46672f6e7

Best regards,