linux/drivers/clk/qcom
Linus Torvalds 4ee64205ff We've finally gotten rid of the struct clk_ops::round_rate() code after months
of effort from Brian Masney. Now the only option is to use determine_rate(),
 which is good because that takes a struct argument instead of just a couple
 unsigned longs, allowing us to easily modify the way we determine and set rates
 in the clk tree.
 
 Beyond that core framework change we've got the typical pile of new SoC clk
 driver additions, fixes for clk data and/or adding missing clks because the
 consumer driver using those clks wasn't ready, etc. The usual suspects are all
 here: Qualcomm, Samsung, Mediatek, and Rockchip along with some newcomers
 making RISC-V SoCs like ESWIN's eic700 and Tenstorrent's Atlantis. The clk
 driver side of this looks pretty normal.
 
 Core:
  - Remove the round_rate() clk op (yay!)
 
 New Drivers:
  - ESWIN eic700 SoC clk support
  - Econet EN751221 SoC clock/reset support
  - Global TCSR, RPMh, and display clock controller support for
    the Qualcomm Eliza platform
  - TCSR, the multiple global, and the RPMh clock controller
    support for the Qualcomm Nord platform
  - GPU clock controller support for Qualcomm SM8750
  - Video and GPU clock controller support for Qualcomm Glymur
  - Global clock controller support for Qualcomm IPQ5210
  - Axis ARTPEC-9: Add new PLL clocks and new drivers for eight clock
    controllers on the SoC
  - ExynosAutov920: Add G3D (GPU) clock controller
  - Clock driver for the Rockchip RV1103B SoC
  - Initial support for the Renesas RZ/G3L (R9A08G046) SoC
  - Clock and reset controllers (e.g. PRCM) in the Tenstorrent Atlantis SoC
 -----BEGIN PGP SIGNATURE-----
 
 iQJIBAABCAAyFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmnmb1QUHHN3Ym95ZEBj
 aHJvbWl1bS5vcmcACgkQrQKIl8bklSUcUg/+PCWUrRlcgboA/xCl+qdfa7Pxd3X6
 W6Z0IFwPrF6kZQnhlIIn3JlRcHixWilwNPgd02h5QK/2gA+Fa+T3h2+SE4oNW/qY
 dZm2W8qDxRIB2+/okuUaDOp0crybtRKHkph9jW1YJo+EDLRhwAVE1SKbr/uyZiAk
 1mr0lk8ZXbvhE/VoQysMjoZ8ITBEQiOwJEBNma6Oufl6dPEdSnaTKWkJZsUc3xjM
 kFx666wNDVqwVobX2q3J6mb3/CyPEIpyFeOgAFVkRcVdPf53Xz7BijYkS2wtPclM
 E58PKIjqk1TMt9nIdo5QuHZ5Og7nPFTQ9W1R0Qo/JGfjWnqqWTwCkEOXWWgTVD6x
 F/gctH+X9JkQEsXid6P4HAdFqOm2UhoUJJ+yTcwXphaQXCctG/kYRW0dbxu8N/z6
 hGpOKKeTmkioHIZoUW4Ap4L9futQWVmd45J9w6MGxF4QZL9apL2ILJ7jxhefxFH6
 YDb8srZ50Mqco18TERxvxMhK5kKiyzz7uL927O9pofmRPwzSKlwIKgILhVKNJff2
 TbCvOKi5oFpRizH/HmjVJ4SbKjWXrwbI6vTxy59FgKnAsmcwg1NQVBDu6Wo4ohtL
 HVe94hPE55q8585D5f6xhfM0MTmE73prZxmb57FtXMJbHFDwYt50v4W95ToAOz4O
 wN9cQVEL1vm6hx4=
 =RdCb
 -----END PGP SIGNATURE-----

Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk updates from Stephen Boyd:
 "We've finally gotten rid of the struct clk_ops::round_rate() code
  after months of effort from Brian Masney. Now the only option is to
  use determine_rate(), which is good because that takes a struct
  argument instead of just a couple unsigned longs, allowing us to
  easily modify the way we determine and set rates in the clk tree.

  Beyond that core framework change we've got the typical pile of new
  SoC clk driver additions, fixes for clk data and/or adding missing
  clks because the consumer driver using those clks wasn't ready, etc.
  The usual suspects are all here: Qualcomm, Samsung, Mediatek, and
  Rockchip along with some newcomers making RISC-V SoCs like ESWIN's
  eic700 and Tenstorrent's Atlantis. The clk driver side of this looks
  pretty normal.

  Core:
   - Remove the round_rate() clk op (yay!)

  New Drivers:
   - ESWIN eic700 SoC clk support
   - Econet EN751221 SoC clock/reset support
   - Global TCSR, RPMh, and display clock controller support for the
     Qualcomm Eliza platform
   - TCSR, the multiple global, and the RPMh clock controller support
     for the Qualcomm Nord platform
   - GPU clock controller support for Qualcomm SM8750
   - Video and GPU clock controller support for Qualcomm Glymur
   - Global clock controller support for Qualcomm IPQ5210
   - Axis ARTPEC-9: Add new PLL clocks and new drivers for eight clock
     controllers on the SoC
   - ExynosAutov920: Add G3D (GPU) clock controller
   - Clock driver for the Rockchip RV1103B SoC
   - Initial support for the Renesas RZ/G3L (R9A08G046) SoC
   - Clock and reset controllers (e.g. PRCM) in the Tenstorrent Atlantis SoC"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (132 commits)
  clk: visconti: pll: initialize clk_init_data to zero
  clk: fsl-sai: Add MCLK generation support
  clk: fsl-sai: Extract clock setup into fsl_sai_clk_register()
  dt-bindings: clock: fsl-sai: Document clock-cells = <1> support
  clk: fsl-sai: Add i.MX8M support with 8 byte register offset
  clk: fsl-sai: Sort the headers
  dt-bindings: clock: fsl-sai: Document i.MX8M support
  clk: qcom: gcc: Add multiple global clock controller driver for Nord SoC
  clk: qcom: rpmh: Add support for Nord rpmh clocks
  clk: qcom: Add TCSR clock driver for Nord SoC
  dt-bindings: clock: qcom: Add Nord Global Clock Controller
  dt-bindings: clock: qcom-rpmhcc: Add support for Nord SoCs
  dt-bindings: clock: qcom: Document the Nord SoC TCSR Clock Controller
  clk: qcom: gcc-x1e80100: Keep GCC USB QTB clock always ON
  clk: qcom: Constify list of critical CBCR registers
  clk: qcom: Constify qcom_cc_driver_data
  clk: qcom: videocc-glymur: Constify qcom_cc_desc
  clk: qcom: Add a driver for SM8750 GPU clocks
  dt-bindings: clock: qcom: Add SM8750 GPU clocks
  clk: qcom: ipq-cmn-pll: Add IPQ8074 SoC support
  ...
2026-04-21 08:33:26 -07:00
..
a7-pll.c Merge branches 'clk-scmi', 'clk-qcom' and 'clk-broadcom' into clk-next 2025-10-06 12:57:03 -05:00
a53-pll.c clk: remove unneeded 'fast_io' parameter in regmap_config 2025-08-14 12:50:35 -07:00
apcs-msm8916.c clk: Switch back to struct platform_driver::remove() 2024-09-21 14:12:05 -07:00
apcs-msm8996.c clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP 2023-02-22 17:38:56 -08:00
apcs-sdx55.c PM: domains: Add flags to specify power on attach/detach 2025-07-07 20:41:20 +02:00
apss-ipq-pll.c clk: remove unneeded 'fast_io' parameter in regmap_config 2025-08-14 12:50:35 -07:00
apss-ipq5424.c clk: qcom: Constify qcom_cc_driver_data 2026-04-05 14:34:23 -05:00
apss-ipq6018.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
cambistmclkcc-kaanapali.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
cambistmclkcc-sm8750.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
camcc-kaanapali.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
camcc-milos.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
camcc-qcs615.c clk: qcom: Constify qcom_cc_driver_data 2026-04-05 14:34:23 -05:00
camcc-sa8775p.c clk: qcom: Add support for Camera Clock Controller on QCS8300 2025-05-17 18:59:19 -05:00
camcc-sc7180.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
camcc-sc7280.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
camcc-sc8180x.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
camcc-sc8280xp.c clk: qcom: camcc: Constify 'struct qcom_cc_desc' 2025-03-03 22:29:38 -06:00
camcc-sdm845.c clk: qcom: camcc-sdm845: Specify Titan GDSC power domain as a parent to other 2025-10-22 15:45:28 -05:00
camcc-sm4450.c clk: qcom: camcc: Constify 'struct qcom_cc_desc' 2025-03-03 22:29:38 -06:00
camcc-sm6350.c clk: qcom: camcc-sm6350: Fix PLL config of PLL2 2025-10-22 16:59:49 -05:00
camcc-sm7150.c clk: qcom: Mark camcc_sm7150_hws static 2025-11-30 12:04:10 -08:00
camcc-sm8150.c clk: qcom: camcc: Constify 'struct qcom_cc_desc' 2025-03-03 22:29:38 -06:00
camcc-sm8250.c clk: qcom: camcc-sm8250: Specify Titan GDSC power domain as a parent to IPE/BPS/SBI 2025-10-22 15:45:29 -05:00
camcc-sm8450.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
camcc-sm8550.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
camcc-sm8650.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
camcc-sm8750.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
camcc-x1e80100.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
clk-alpha-pll.c clk: qcom: alpha-pll: convert from divider_round_rate() to divider_determine_rate() 2026-01-09 12:55:37 -06:00
clk-alpha-pll.h clk: qcom: clk-alpha-pll: Add support for controlling Pongo EKO_T PLL 2026-01-07 09:52:57 -06:00
clk-branch.c clk: qcom: branch: Extend invert logic for branch2 mem clocks 2025-11-18 16:11:29 -06:00
clk-branch.h clk: qcom: clk_mem_branch: add enable mask and invert flags 2025-11-18 10:30:43 -06:00
clk-cbf-8996.c clk: remove unneeded 'fast_io' parameter in regmap_config 2025-08-14 12:50:35 -07:00
clk-cpu-8996.c clk: remove unneeded 'fast_io' parameter in regmap_config 2025-08-14 12:50:35 -07:00
clk-hfpll.c clk: qcom: clk-hfpll: Configure l_val in init when required 2023-09-13 12:07:58 -07:00
clk-hfpll.h clk: qcom: clk-hfpll: Configure l_val in init when required 2023-09-13 12:07:58 -07:00
clk-krait.c clk: qcom: clk-krait: switch to .determine_rate 2023-03-13 16:38:24 -07:00
clk-krait.h clk: qcom: clk-krait: add apq/ipq8064 errata workaround 2022-06-27 15:41:37 -05:00
clk-pll.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
clk-pll.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
clk-rcg.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
clk-rcg.h clk: qcom: gcc-sdm845: Add general purpose clock ops 2025-01-07 11:16:27 -06:00
clk-rcg2.c clk: qcom: rcg2: expand frac table for mdss_pixel_clk_src 2026-03-23 20:58:23 -05:00
clk-regmap-divider.c clk: qcom: regmap-divider: convert from divider_round_rate() to divider_determine_rate() 2026-01-16 15:18:35 -06:00
clk-regmap-divider.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
clk-regmap-mux-div.c
clk-regmap-mux-div.h clk: qcom: Use the correct style for SPDX License Identifier 2019-05-01 13:01:13 -07:00
clk-regmap-mux.c Revert "clk: qcom: regmap-mux: add pipe clk implementation" 2022-05-23 12:26:13 -05:00
clk-regmap-mux.h Revert "clk: qcom: regmap-mux: add pipe clk implementation" 2022-05-23 12:26:13 -05:00
clk-regmap-phy-mux.c clk: qcom: regmap: add PHY clock source implementation 2022-06-25 21:36:07 -05:00
clk-regmap-phy-mux.h clk: qcom: regmap: add PHY clock source implementation 2022-06-25 21:36:07 -05:00
clk-regmap.c clk: qcom: clk-regmap: Provide missing description for 'devm_clk_register_regmap()'s dev param 2021-02-10 19:42:51 -08:00
clk-regmap.h clk: define to_clk_regmap() as inline function 2020-10-28 16:34:44 -07:00
clk-rpm.c clk: qcom: rpm: convert from round_rate() to determine_rate() 2025-07-16 23:12:56 -05:00
clk-rpmh.c clk: qcom: rpmh: Add support for Nord rpmh clocks 2026-04-08 20:57:51 -05:00
clk-smd-rpm.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
clk-spmi-pmic-div.c clk: qcom: spmi-pmic-div: convert from round_rate() to determine_rate() 2025-07-16 23:12:57 -05:00
common.c clk: qcom: Return correct error code in qcom_cc_probe_by_index() 2026-01-03 12:16:55 -06:00
common.h clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
dispcc-eliza.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
dispcc-glymur.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
dispcc-kaanapali.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
dispcc-milos.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
dispcc-qcm2290.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
dispcc-qcs615.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
dispcc-sc7180.c clk: qcom: dispcc-sc7180: Add missing MDSS resets 2026-03-23 22:18:00 -05:00
dispcc-sc7280.c clk: qcom: dispcc-sc7280: Add dispcc resets 2025-08-12 09:59:53 -05:00
dispcc-sc8280xp.c clk: qcom: dispcc-sc8280xp: remove CLK_SET_RATE_PARENT from byte_div_clk_src dividers 2026-03-04 10:24:45 -06:00
dispcc-sdm845.c clk: qcom: dispcc-sdm845: Enable parents for pixel clocks 2026-01-19 09:46:08 -06:00
dispcc-sm4450.c clk: qcom: dispcc-sm4450: Fix DSI byte clock rate setting 2026-03-04 10:24:54 -06:00
dispcc-sm6115.c clk: qcom: dispcc-sm6115: Add missing MDSS resets 2026-03-11 15:45:28 -05:00
dispcc-sm6125.c clk: qcom: dispcc-sm6125: Add missing MDSS resets 2026-03-11 15:45:28 -05:00
dispcc-sm6350.c clk: qcom: dispcc-sm6350: Add MDSS_CORE & MDSS_RSCC resets 2025-10-22 16:36:42 -05:00
dispcc-sm6375.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
dispcc-sm7150.c clk: qcom: dispcc-sm7150: Fix dispcc_mdss_pclk1_clk_src 2026-01-19 13:45:05 -06:00
dispcc-sm8250.c clk: qcom: dispcc-sm8250: Enable parents for pixel clocks 2026-03-18 21:08:53 -05:00
dispcc-sm8450.c clk: qcom: dispcc-sm8450: use RCG2 ops for DPTX1 AUX clock source 2026-02-23 10:45:35 -06:00
dispcc-sm8550.c clk: qcom: dispcc: Constify 'struct qcom_cc_desc' 2025-03-03 22:29:38 -06:00
dispcc-sm8750.c clk: qcom: dispcc-sm8750: Fix setting rate byte and pixel clocks 2025-06-10 22:13:06 -05:00
dispcc-x1e80100.c clk: qcom: x1e80100-dispcc: Add USB4 router link resets 2025-11-18 16:11:37 -06:00
dispcc1-sa8775p.c clk: qcom: dispcc[01]-sa8775p: Fix DSI byte clock rate setting 2026-03-04 10:24:54 -06:00
dispcc0-sa8775p.c clk: qcom: dispcc[01]-sa8775p: Fix DSI byte clock rate setting 2026-03-04 10:24:54 -06:00
ecpricc-qdu1000.c clk: qcom: ecpricc-qdu100: Add mem_enable_mask to the clock memory branch 2025-11-18 10:30:43 -06:00
gcc-apq8084.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
gcc-eliza.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
gcc-glymur.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
gcc-ipq806x.c clk: qcom: Constify struct freq_tbl 2024-07-28 21:41:48 -05:00
gcc-ipq4019.c clk: qcom: gcc-ipq4019: convert from round_rate() to determine_rate() 2025-07-16 23:12:56 -05:00
gcc-ipq5018.c clk: qcom: gcc-ipq5018: flag sleep clock as critical 2026-01-07 09:35:55 -06:00
gcc-ipq5210.c clk: qcom: add Global Clock controller (GCC) driver for IPQ5210 SoC 2026-03-18 20:53:46 -05:00
gcc-ipq5332.c clk: qcom: ipq5332: remove q6 bring up clocks 2024-10-23 11:31:10 -05:00
gcc-ipq5424.c clk: qcom: gcc-ipq5424: Add gpll0_out_aux clock 2025-10-22 16:58:33 -05:00
gcc-ipq6018.c clk: qcom: gcc-ipq6018: mark gcc_xo_clk_src as critical 2026-03-18 21:56:26 -05:00
gcc-ipq8074.c clk: qcom: gcc-ipq8074: fix broken freq table for nss_port6_tx_clk_src 2025-06-10 22:12:47 -05:00
gcc-ipq9574.c clk: qcom: gcc-ipq9574: Add support for gpll0_out_aux clock 2025-03-17 10:11:45 -05:00
gcc-kaanapali.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
gcc-mdm9607.c clk: qcom: gcc-mdm9607: Fix cmd_rcgr offset for blsp1_uart6 rcg 2025-01-02 20:34:24 -06:00
gcc-mdm9615.c clk: qcom: Constify struct freq_tbl 2024-07-28 21:41:48 -05:00
gcc-milos.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
gcc-msm8660.c clk: qcom: Constify struct freq_tbl 2024-07-28 21:41:48 -05:00
gcc-msm8909.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
gcc-msm8916.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
gcc-msm8917.c clk: qcom: gcc-msm8917: Remove ALWAYS_ON flag from cpp_gdsc 2026-01-07 09:34:40 -06:00
gcc-msm8939.c clk: qcom: gcc-msm8939: Fix mclk0 & mclk1 for 24 MHz 2025-05-14 21:39:23 +01:00
gcc-msm8953.c clk: qcom: gcc-msm8953: Remove ALWAYS_ON flag from cpp_gdsc 2026-01-07 09:34:40 -06:00
gcc-msm8960.c clk: qcom: Drop unused header includes 2025-02-14 09:15:27 -06:00
gcc-msm8974.c clk: qcom: Drop unused header includes 2025-02-14 09:15:27 -06:00
gcc-msm8976.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-msm8994.c clk: qcom: Constify struct freq_tbl 2024-07-28 21:41:48 -05:00
gcc-msm8996.c clk: qcom: Constify struct freq_tbl 2024-07-28 21:41:48 -05:00
gcc-msm8998.c clk: qcom: gcc-msm8998: Add Q6 BIMC and LPASS core, ADSP SMMU clocks 2024-08-15 16:11:42 -05:00
gcc-nord.c clk: qcom: gcc: Add multiple global clock controller driver for Nord SoC 2026-04-08 21:00:09 -05:00
gcc-qcm2290.c clk: qcom: gcc-qcm2290: Set HW_CTRL_TRIGGER for video GDSC 2025-07-16 23:08:39 -05:00
gcc-qcs404.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
gcc-qcs615.c clk: qcom: gcc-qcs615: Update the SDCC clock to use shared_floor_ops 2025-10-29 11:45:40 -05:00
gcc-qcs8300.c clk: qcom: Add support for Global Clock Controller on QCS8300 2024-11-05 17:00:14 -08:00
gcc-qdu1000.c clk: qcom: gcc-qdu1000: Update the SDCC RCGs to use shared_floor_ops 2026-01-07 09:12:01 -06:00
gcc-sa8775p.c clk: qcom: gcc-sa8775p: Set FORCE_MEM_CORE_ON for gcc_ufs_phy_ice_core_clk 2024-06-23 17:14:04 -05:00
gcc-sar2130p.c clk: qcom: add support for GCC on SAR2130P 2024-11-05 16:22:29 -08:00
gcc-sc7180.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-sc7280.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-sc8180x.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
gcc-sc8280xp.c clk: qcom: gcc-sc8280xp: Remove 85.71 MHz USB4 master clock frequency 2025-10-22 16:55:36 -05:00
gcc-sdm660.c clk: qcom: gcc-sdm660: Add missing LPASS/CDSP vote clocks 2025-08-23 20:40:31 -05:00
gcc-sdm845.c clk: qcom: gcc-sdm845: Do not use shared clk_ops for QUPs 2025-01-07 19:33:46 -06:00
gcc-sdx55.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-sdx65.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-sdx75.c clk: qcom: gcc-sdx75: Update the SDCC RCGs to use shared_floor_ops 2026-01-07 09:12:01 -06:00
gcc-sm4450.c clk: qcom: gcc-sm4450: Update the SDCC RCGs to use shared_floor_ops 2026-01-07 09:12:00 -06:00
gcc-sm6115.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-sm6125.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-sm6350.c clk: qcom: gcc-sm6350: Add *_wait_val values for GDSCs 2025-05-06 13:18:31 -07:00
gcc-sm6375.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-sm7150.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-sm8150.c clk: Fix typos 2025-07-26 23:49:18 -07:00
gcc-sm8250.c clk: qcom: gcc-sm8250: Do not turn off PCIe GDSCs during gdsc_disable() 2024-07-28 22:15:22 -05:00
gcc-sm8350.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gcc-sm8450.c clk: qcom: gcc-sm8450: Update the SDCC RCGs to use shared_floor_ops 2026-01-07 09:12:00 -06:00
gcc-sm8550.c clk: qcom: gcc-sm8550: Use floor ops for SDCC RCGs 2026-01-03 12:33:34 -06:00
gcc-sm8650.c clk: qcom: gcc-sm8650: Use floor ops for SDCC RCGs 2026-01-03 12:33:35 -06:00
gcc-sm8750.c clk: qcom: gcc-sm8750: Update the SDCC RCGs to use shared_floor_ops 2026-01-07 09:12:00 -06:00
gcc-x1e80100.c clk: qcom: gcc-x1e80100: Keep GCC USB QTB clock always ON 2026-04-05 14:35:15 -05:00
gdsc.c clk: qcom: gdsc: Fix error path on registration of multiple pm subdomains 2026-03-30 08:34:10 -05:00
gdsc.h clk: qcom: Support attaching GDSCs to multiple parents 2025-02-07 23:20:55 -06:00
gpucc-glymur.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
gpucc-kaanapali.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
gpucc-milos.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
gpucc-msm8998.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
gpucc-qcm2290.c clk: qcom: Add QCM2290 GPU clock controller driver 2024-06-13 18:03:02 -05:00
gpucc-qcs615.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
gpucc-sa8775p.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
gpucc-sar2130p.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
gpucc-sc7180.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
gpucc-sc7280.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
gpucc-sc8280xp.c clk: qcom: gpucc: Constify 'struct qcom_cc_desc' 2025-03-03 22:29:38 -06:00
gpucc-sdm660.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
gpucc-sdm845.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
gpucc-sm4450.c clk: qcom: Drop unused header includes 2025-02-14 09:15:27 -06:00
gpucc-sm6115.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gpucc-sm6125.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gpucc-sm6350.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
gpucc-sm6375.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gpucc-sm8150.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
gpucc-sm8250.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
gpucc-sm8350.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
gpucc-sm8450.c clk: qcom: gpucc-sm8450: Add SM8475 support 2024-10-05 22:09:48 -05:00
gpucc-sm8550.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gpucc-sm8650.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gpucc-sm8750.c clk: qcom: Add a driver for SM8750 GPU clocks 2026-03-30 09:09:49 -05:00
gpucc-x1e80100.c clk: qcom: common: commonize qcom_cc_really_probe 2024-06-12 23:04:26 -05:00
gpucc-x1p42100.c clk: qcom: gpucc: Constify 'struct qcom_cc_desc' 2025-03-03 22:29:38 -06:00
gxclkctl-kaanapali.c clk: qcom: Add a driver for SM8750 GPU clocks 2026-03-30 09:09:49 -05:00
hfpll.c clk: remove unneeded 'fast_io' parameter in regmap_config 2025-08-14 12:50:35 -07:00
ipq-cmn-pll.c clk: qcom: ipq-cmn-pll: Add IPQ8074 SoC support 2026-03-30 09:02:12 -05:00
Kconfig We've finally gotten rid of the struct clk_ops::round_rate() code after months 2026-04-21 08:33:26 -07:00
kpss-xcc.c clk: qcom: Drop unused header includes 2025-02-14 09:15:27 -06:00
krait-cc.c clk: qcom: Drop unused header includes 2025-02-14 09:15:27 -06:00
lcc-ipq806x.c clk: qcom: Constify struct freq_tbl 2024-07-28 21:41:48 -05:00
lcc-msm8960.c clk: qcom: Constify struct freq_tbl 2024-07-28 21:41:48 -05:00
lpass-gfm-sm8250.c clk: qcom: add missing MODULE_DESCRIPTION() macros 2024-05-26 22:13:01 -05:00
lpassaudiocc-sc7280.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
lpasscc-sc7280.c clk: qcom: lpasscc-sc7280: fix missing resume during probe 2023-07-18 07:58:50 -07:00
lpasscc-sc8280xp.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
lpasscc-sdm845.c clk: qcom: Drop unused header includes 2025-02-14 09:15:27 -06:00
lpasscc-sm6115.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
lpasscorecc-sc7180.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
lpasscorecc-sc7280.c clk: qcom: Drop unused header includes 2025-02-14 09:15:27 -06:00
Makefile clk: qcom: gcc: Add multiple global clock controller driver for Nord SoC 2026-04-08 21:00:09 -05:00
mmcc-apq8084.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
mmcc-msm8960.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
mmcc-msm8974.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
mmcc-msm8994.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
mmcc-msm8996.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
mmcc-msm8998.c clk: qcom: Add missing header includes 2025-02-14 09:15:28 -06:00
mmcc-sdm660.c clk: qcom: mmcc-sdm660: Add missing MDSS reset 2025-11-18 10:29:03 -06:00
negcc-nord.c clk: qcom: gcc: Add multiple global clock controller driver for Nord SoC 2026-04-08 21:00:09 -05:00
nsscc-ipq5424.c clk: qcom: Add NSS clock controller driver for IPQ5424 2025-10-22 16:58:33 -05:00
nsscc-ipq9574.c clk: qcom: Remove double-space after assignment operator 2025-08-11 11:22:27 -05:00
nsscc-qca8k.c clk: qcom: add clock controller driver for qca8386/qca8084 2024-06-12 23:04:26 -05:00
nwgcc-nord.c clk: qcom: gcc: Add multiple global clock controller driver for Nord SoC 2026-04-08 21:00:09 -05:00
q6sstop-qcs404.c clk: qcom: q6sstop-qcs404: fix missing resume during probe 2023-07-18 07:58:50 -07:00
reset.c clk: qcom: reset: Ensure write completion on reset de/assertion 2024-02-07 12:14:19 -06:00
reset.h clk: qcom: reset: Increase max reset delay 2024-02-06 14:53:26 -06:00
segcc-nord.c clk: qcom: gcc: Add multiple global clock controller driver for Nord SoC 2026-04-08 21:00:09 -05:00
tcsrcc-eliza.c clk: qcom: eliza: Cleanup redundant header includes 2026-03-18 20:50:06 -05:00
tcsrcc-glymur.c clk: qcom: glymur: Cleanup redundant header includes 2026-03-18 20:50:06 -05:00
tcsrcc-kaanapali.c clk: qcom: kaanapali: Cleanup redundant header includes 2026-03-18 20:50:06 -05:00
tcsrcc-nord.c clk: qcom: Add TCSR clock driver for Nord SoC 2026-04-08 20:57:01 -05:00
tcsrcc-sm8550.c clk: qcom: tcsrcc-sm8550: add SAR2130P support 2024-11-05 16:22:29 -08:00
tcsrcc-sm8650.c clk: qcom: tcsrcc-sm8650: Add support for Milos SoC 2025-07-16 23:15:25 -05:00
tcsrcc-sm8750.c clk: qcom: sm8750: Cleanup redundant header includes 2026-03-18 20:50:06 -05:00
tcsrcc-x1e80100.c clk: qcom: tcsrcc-x1e80100: Set the bi_tcxo as parent to eDP refclk 2025-09-11 16:42:16 -05:00
turingcc-qcs404.c clk: qcom: turingcc-qcs404: fix missing resume during probe 2023-07-18 07:58:50 -07:00
videocc-glymur.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
videocc-kaanapali.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
videocc-milos.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
videocc-qcs615.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
videocc-sa8775p.c clk: qcom: videocc: Constify 'struct qcom_cc_desc' 2025-03-03 22:29:38 -06:00
videocc-sc7180.c clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's 2025-06-10 22:12:39 -05:00
videocc-sc7280.c This a large collection of clk driver updates and a handful of new SoC 2024-07-19 12:16:28 -07:00
videocc-sdm845.c clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's 2025-06-10 22:12:39 -05:00
videocc-sm6350.c clk: qcom: Add video clock controller driver for SM6350 2025-06-10 14:58:13 -05:00
videocc-sm7150.c clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's 2025-06-10 22:12:39 -05:00
videocc-sm8150.c clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's 2025-06-10 22:12:39 -05:00
videocc-sm8250.c This a large collection of clk driver updates and a handful of new SoC 2024-07-19 12:16:28 -07:00
videocc-sm8350.c clk: qcom: videocc: Constify 'struct qcom_cc_desc' 2025-03-03 22:29:38 -06:00
videocc-sm8450.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
videocc-sm8550.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00
videocc-sm8750.c clk: qcom: Constify list of critical CBCR registers 2026-04-05 14:34:36 -05:00