Skip to content

Commit 1b3e04a

Browse files
committed
Merge tag 'qcom-clk-for-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into clk-qcom
Pull Qualcomm clk driver updates from Bjorn Andersson: - Support for the Global Clock Controller in IPQ5018 is added. - The SMD RPM driver is cleaned up, with interconnect bus clocks moved out to the interconnect drivers. Due to being tangled with the related interconnect updates, the topic branch with interconnect patches was merged in as well. - Various bugs in PM runtime integration is fixes across many platforms. - The MSM8996 core bus framework gains support for MSM8996 Pro. - MDM9615 is transitioned to parent_hw and parent_data, with related cleanups. With this the cxo proxy clock is dropped from the driver. And LCC support for MDM9615 is merged into the MSM8960 driver, to avoid duplication. - Network-related resets are added on IPQ4019 - A couple of missing USB-related clocks are added for IPQ9574 - The missing gpll0_sleep_clk_src is added to MSM8917 global clock controller - A few minor fixes for MSM8998 global clock controller. - In the QDU1000 global clock controller GDSCs, clkrefs, and GPLL1 are added, while PCIe pipe clock, SDCC rcg ops are corrected. - Missing GDSCs are added to SC8280XP global clock controller driver, flags for existing GDSCs are corrected, by enabling retention and dropping the always-on flags. Retention is also enabled for the display clock controller GDSCs. - SDCC apps_clk_src is marked CLK_OPS_PARENT_ENABLE to fix issues with missing parent clocks across sc7180, sm7150, sm6350 and sm8250, while sm8450 is corrected to use floor ops. - SM6350 GPU clock controller clock supplies are corrected. - Unwanted clocks from the IPQ5332 GCC are dropped. - The missing OXILICX GDSC is added to MSM8226 GCC. - The delay in the reset controller is transitioned to fsleep() to invoke the appropriate sleep method depending on duration. - The SM83550 Video clock controller is extended to support SC8280XP. * tag 'qcom-clk-for-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: (86 commits) clk: qcom: smd-rpm: Set XO rate and CLK_IS_CRITICAL on PCNoC clk: qcom: smd-rpm: Add a way to define bus clocks with rate and flags clk: qcom: gcc-ipq5018: change some variable static clk: qcom: gcc-ipq4019: add missing networking resets dt-bindings: clock: qcom: ipq4019: add missing networking resets clk: qcom: gcc-msm8917: Enable GPLL0_SLEEP_CLK_SRC dt-bindings: clock: gcc-msm8917: Add definition for GPLL0_SLEEP_CLK_SRC clk: qcom: gcc-qdu1000: Update the RCGs ops clk: qcom: gcc-qdu1000: Update the SDCC clock RCG ops clk: qcom: gcc-qdu1000: Add support for GDSCs clk: qcom: gcc-qdu1000: Add gcc_ddrss_ecpri_gsi_clk support clk: qcom: gcc-qdu1000: Register gcc_gpll1_out_even clock clk: qcom: gcc-qdu1000: Fix clkref clocks handling clk: qcom: gcc-qdu1000: Fix gcc_pcie_0_pipe_clk_src clock handling dt-bindings: clock: Update GCC clocks for QDU1000 and QRU1000 SoCs clk: qcom: gcc-sm8450: Use floor ops for SDCC RCGs clk: qcom: ipq5332: drop the gcc_apss_axi_clk_src clock clk: qcom: ipq5332: drop the mem noc clocks clk: qcom: gcc-msm8998: Don't check halt bit on some branch clks clk: qcom: gpucc-msm8998: Use the correct GPLL0 leg with old DTs ...
2 parents 06c2afb + e1cd74b commit 1b3e04a

File tree

92 files changed

+5381
-1436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+5381
-1436
lines changed

Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Qualcomm Global Clock & Reset Controller on APQ8064/MSM8960
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
11-
- Taniya Das <tdas@codeaurora.org>
11+
- Taniya Das <quic_tdas@quicinc.com>
1212

1313
description: |
1414
Qualcomm global clock control module provides the clocks, resets and power

Documentation/devicetree/bindings/clock/qcom,gcc-ipq4019.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Qualcomm Global Clock & Reset Controller on IPQ4019
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
11-
- Taniya Das <tdas@codeaurora.org>
11+
- Taniya Das <quic_tdas@quicinc.com>
1212
- Robert Marko <robert.markoo@sartura.hr>
1313

1414
description: |

Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Qualcomm Global Clock & Reset Controller on IPQ8074
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
11-
- Taniya Das <tdas@codeaurora.org>
11+
- Taniya Das <quic_tdas@quicinc.com>
1212

1313
description: |
1414
Qualcomm global clock control module provides the clocks, resets and power

Documentation/devicetree/bindings/clock/qcom,gcc-msm8976.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Qualcomm Global Clock & Reset Controller on MSM8976
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
11-
- Taniya Das <tdas@codeaurora.org>
11+
- Taniya Das <quic_tdas@quicinc.com>
1212

1313
description: |
1414
Qualcomm global clock control module provides the clocks, resets and power

Documentation/devicetree/bindings/clock/qcom,gcc-msm8996.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Qualcomm Global Clock & Reset Controller on MSM8996
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
11-
- Taniya Das <tdas@codeaurora.org>
11+
- Taniya Das <quic_tdas@quicinc.com>
1212

1313
description: |
1414
Qualcomm global clock control module which provides the clocks, resets and

Documentation/devicetree/bindings/clock/qcom,gcc-msm8998.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Qualcomm Global Clock & Reset Controller on MSM8998
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
11-
- Taniya Das <tdas@codeaurora.org>
11+
- Taniya Das <quic_tdas@quicinc.com>
1212

1313
description: |
1414
Qualcomm global clock control module provides the clocks, resets and power

Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Qualcomm Global Clock & Reset Controller
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
11-
- Taniya Das <tdas@codeaurora.org>
11+
- Taniya Das <quic_tdas@quicinc.com>
1212

1313
description: |
1414
Qualcomm global clock control module provides the clocks, resets and power
@@ -19,8 +19,6 @@ description: |
1919
include/dt-bindings/reset/qcom,gcc-ipq6018.h
2020
include/dt-bindings/clock/qcom,gcc-msm8953.h
2121
include/dt-bindings/clock/qcom,gcc-mdm9607.h
22-
include/dt-bindings/clock/qcom,gcc-mdm9615.h
23-
include/dt-bindings/reset/qcom,gcc-mdm9615.h
2422
2523
allOf:
2624
- $ref: qcom,gcc.yaml#
@@ -30,7 +28,6 @@ properties:
3028
enum:
3129
- qcom,gcc-ipq6018
3230
- qcom,gcc-mdm9607
33-
- qcom,gcc-mdm9615
3431

3532
required:
3633
- compatible

Documentation/devicetree/bindings/clock/qcom,gcc-qcs404.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Qualcomm Global Clock & Reset Controller on QCS404
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
11-
- Taniya Das <tdas@codeaurora.org>
11+
- Taniya Das <quic_tdas@quicinc.com>
1212

1313
description: |
1414
Qualcomm global clock control module provides the clocks, resets and power

Documentation/devicetree/bindings/clock/qcom,gcc-sc7180.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Qualcomm Global Clock & Reset Controller on SC7180
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
11-
- Taniya Das <tdas@codeaurora.org>
11+
- Taniya Das <quic_tdas@quicinc.com>
1212

1313
description: |
1414
Qualcomm global clock control module provides the clocks, resets and power

Documentation/devicetree/bindings/clock/qcom,gcc-sc7280.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Global Clock & Reset Controller on SC7280
88

99
maintainers:
10-
- Taniya Das <tdas@codeaurora.org>
10+
- Taniya Das <quic_tdas@quicinc.com>
1111

1212
description: |
1313
Qualcomm global clock control module provides the clocks, resets and power

0 commit comments

Comments
 (0)