Skip to content

Commit be72da7

Browse files
committed
Merge tag 'qcom-clk-for-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into clk-qcom
Pull Qualcomm clk driver updates from Bjorn Andersson: - Add global, display, gpu, video, camera, tcsr, and rpmh clock controller for the Qualcomm Milos SoC - Add camera, display, GPU, and video clock controllers for Qualcomm QCS615 - Add the video clock controller for Qualcomm SM6350 - Add a camera clock controller driver for Qualcomm SC8180X - Move Qualcomm PLL configuration to really probe across a variety of platforms, in order to handle the clock controllers powered by multiple power domains. - Replace round_rate() with determine_rate() across the Qualcomm clock implementations - Enable GDSC hardware control for video clock controller GDSCs in a few platforms. - Fix GE PHY reset on Qualcomm IPQ5018, broken NSS port6 frequency table on Qualcomm IPQ8074, add missing video resets on Qualcomm X1E80100 and keep the XO clock always on on Qualcomm IPQ5018. * tag 'qcom-clk-for-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: (65 commits) dt-bindings: clock: qcom,sm4450-dispcc: Reference qcom,gcc.yaml dt-bindings: clock: qcom,sm4450-camcc: Reference qcom,gcc.yaml dt-bindings: clock: qcom,mmcc: Reference qcom,gcc.yaml dt-bindings: clock: qcom,sm8150-camcc: Reference qcom,gcc.yaml dt-bindings: clock: qcom: Remove double colon from description clk: qcom: Add Video Clock controller (VIDEOCC) driver for Milos dt-bindings: clock: qcom: document the Milos Video Clock Controller clk: qcom: Add Graphics Clock controller (GPUCC) driver for Milos dt-bindings: clock: qcom: document the Milos GPU Clock Controller clk: qcom: Add Display Clock controller (DISPCC) driver for Milos dt-bindings: clock: qcom: document the Milos Display Clock Controller clk: qcom: Add Camera Clock controller (CAMCC) driver for Milos dt-bindings: clock: qcom: document the Milos Camera Clock Controller clk: qcom: Add Global Clock controller (GCC) driver for Milos dt-bindings: clock: qcom: document the Milos Global Clock Controller clk: qcom: common: Add support to register rcg dfs in qcom_cc_really_probe clk: qcom: gcc-x1e80100: Add missing video resets dt-bindings: clock: qcom,x1e80100-gcc: Add missing video resets clk: qcom: videocc-sm8550: Add separate frequency tables for X1E80100 clk: qcom: videocc-sm8550: Allow building without SM8550/SM8560 GCC ...
2 parents 19272b3 + 45dd598 commit be72da7

File tree

128 files changed

+16172
-450
lines changed

Some content is hidden

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

128 files changed

+16172
-450
lines changed

Documentation/devicetree/bindings/clock/qcom,camcc-sm8250.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |
1313
Qualcomm camera clock control module provides the clocks, resets and
1414
power domains on SM8250.
1515
16-
See also:: include/dt-bindings/clock/qcom,camcc-sm8250.h
16+
See also: include/dt-bindings/clock/qcom,camcc-sm8250.h
1717
1818
allOf:
1919
- $ref: qcom,gcc.yaml#

Documentation/devicetree/bindings/clock/qcom,dispcc-sm6125.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |
1313
Qualcomm display clock control module provides the clocks and power domains
1414
on SM6125.
1515
16-
See also:: include/dt-bindings/clock/qcom,dispcc-sm6125.h
16+
See also: include/dt-bindings/clock/qcom,dispcc-sm6125.h
1717
1818
properties:
1919
compatible:

Documentation/devicetree/bindings/clock/qcom,dispcc-sm6350.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |
1313
Qualcomm display clock control module provides the clocks, resets and power
1414
domains on SM6350.
1515
16-
See also:: include/dt-bindings/clock/qcom,dispcc-sm6350.h
16+
See also: include/dt-bindings/clock/qcom,dispcc-sm6350.h
1717
1818
properties:
1919
compatible:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: |
1515
Qualcomm global clock control module provides the clocks, resets and power
1616
domains on IPQ4019.
1717
18-
See also:: include/dt-bindings/clock/qcom,gcc-ipq4019.h
18+
See also: include/dt-bindings/clock/qcom,gcc-ipq4019.h
1919
2020
allOf:
2121
- $ref: qcom,gcc.yaml#

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
Qualcomm global clock control module provides the clocks, resets and power
1515
domains on IPQ8074.
1616
17-
See also:: include/dt-bindings/clock/qcom,gcc-ipq8074.h
17+
See also: include/dt-bindings/clock/qcom,gcc-ipq8074.h
1818
1919
allOf:
2020
- $ref: qcom,gcc.yaml#

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
Qualcomm global clock control module provides the clocks, resets and power
1515
domains on MSM8976.
1616
17-
See also:: include/dt-bindings/clock/qcom,gcc-msm8976.h
17+
See also: include/dt-bindings/clock/qcom,gcc-msm8976.h
1818
1919
properties:
2020
compatible:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |
1313
Qualcomm global clock control module provides the clocks, resets and power
1414
domains on MSM8994 and MSM8992.
1515
16-
See also:: include/dt-bindings/clock/qcom,gcc-msm8994.h
16+
See also: include/dt-bindings/clock/qcom,gcc-msm8994.h
1717
1818
properties:
1919
compatible:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
Qualcomm global clock control module which provides the clocks, resets and
1515
power domains on MSM8996.
1616
17-
See also:: include/dt-bindings/clock/qcom,gcc-msm8996.h
17+
See also: include/dt-bindings/clock/qcom,gcc-msm8996.h
1818
1919
properties:
2020
compatible:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
Qualcomm global clock control module provides the clocks, resets and power
1515
domains on MSM8998.
1616
17-
See also:: include/dt-bindings/clock/qcom,gcc-msm8998.h
17+
See also: include/dt-bindings/clock/qcom,gcc-msm8998.h
1818
1919
properties:
2020
compatible:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |
1313
Qualcomm global clock control module provides the clocks, resets and power
1414
domains on QCM2290.
1515
16-
See also:: include/dt-bindings/clock/qcom,gcc-qcm2290.h
16+
See also: include/dt-bindings/clock/qcom,gcc-qcm2290.h
1717
1818
properties:
1919
compatible:

0 commit comments

Comments
 (0)