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(-) -- 2.25.1