linux/include/dt-bindings/clock
Linus Torvalds c736c9a955 Only a couple new SoCs have support added this time, primarily for Qualcomm
SM8650 based on the diffstat. Otherwise this is a collection of non-critical
 fixes and cleanups to various clk drivers and their DT bindings. Nothing is
 changed in the core clk framework this time, although there's a patch to fix a
 basic clk type initialization function. In general, this pile looks to be on
 the smaller side.
 
 New Drivers:
  - Global, display, gpu, tcsr, and rpmh clocks on Qualcomm SM8650
  - Mediatek MT7988 SoC clocks
 
 Updates:
  - Update Zynqmp driver for Versal NET platforms
  - Add clk driver for Versal clocking wizard IP
  - Support for stm32mp25 clks
  - Add glitch free PLL setting support to si5351 clk driver
  - Add DSI clocks on Amlogic g12/sm1
  - Add CSI and ISP clocks on Amlogic g12/sm1
  - Document bindings for i.MX93 ANATOP clock driver
  - Free clk_node in i.MX SCU driver for resource with different owner
  - Update the LVDS clocks to be compatible with i.MX SCU firmware 1.15
  - Fix the name of the fvco in i.MX pll14xx by renaming it to fout
  - Add EtherNet TSN and PCIe clocks on the Renesas R-Car V4H SoC
  - Add interrupt controller and Ethernet clocks and resets on Renesas RZ/G3S
  - Check reset monitor registers on Renesas RZ/G2L-alike SoCs
  - Reuse reset functionality in the Renesas RZ/G2L clock driver
  - Global and RPMh clock support for the Qualcomm X1E80100 SoC
  - Support for the Stromer APCS PLL found in Qualcomm IPQ5018
  - Add a new type of branch clock, with support for controlling separate
    memory control bits, to the Qualcomm clk driver
  - Use above new branch type in Qualcomm ECPRI clk driver for QDU1000 and
    QRU1000
  - Add a number of missing clocks related to CSI2 on Qualcomm MSM8939
  - Add support for the camera clock controller on Qualcomm SC8280XP
  - Correct PLL configuration in GPU and video clock controllers for
    Qualcomm SM8150
  - Add runtime PM support and a few missing resets to Qualcomm SM8150
    video clock controller
  - Fix configuration of various GCC GDSCs on Qualcomm SM8550
  - Mark shared RCGs appropriately in the Qualcomm SM8550 GCC driver
  - Fix up GPU and display clock controllers PLL configuration settings
    on Qualcomm SM8550
  - Cleanup variable init in Allwinner nkm module
  - Convert various DT bindings to YAML
  - A few kernel-doc fixes for Samsung SoC clock controllers
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmWdydURHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSXvtQ//eoF6kwlLT9knQIE9sYQAPJrHytObVpSl
 3htHQBvSMKwJNTmzWbKWIUw9T7JliYU+aho768zKqVMVLd6PWk1eOL0NIKB/jSSz
 /OIWxS9hrcTXm/GAKX+0jyAxw97pq0Qb82PNpD+QuLAcVw/5rMVl/+pMNqeVeqjK
 2aN4QfaL7B1F1vV/rBtniG1//Hwwr7IMIT3wIBE6W4jlw84N2gayqEl/EaXabF6F
 +9Wh8bPS1ny206XGtI8KNcFkv/uFoqWjO7g/hPgXMQcVSd50oV02iJPf6HaWBx4L
 9podF3uhNuNk5v02fp1nCygzRn2YDa4eMwMjJtSxU0Inq9s01u8dWNkIgwuCJMjv
 jSKMMgxa9rHhJ7+xiYi1pQ23fHG1tx600u1zKWMkO1a0U80KeeynGFpdfhUzsD6E
 ZNUkEee2Ehw1nDMfrUqUt9dWLnRutCXa5jTvgKBWFM7hs9W+ErudAKwP0x2hNl3Z
 q8Z6RpCoGNnb1e0nw407j3AsXJkbzg9D4KGMlNNEVmuP0iZY3IsVIWrhszx0Zmi4
 M3sNNtTskbD4nX42JADhZgVpql2rSikxjfnaBsSXYSJu9SGkCF9clOSb1lKGgKmk
 gCWcGpmxdmVbTNYCgsZ/jUBs8QDgOxcyFJYLys7/tkjDec9IuxeB37vkaXv2rqU8
 t0VzUVWUqYw=
 =t0CI
 -----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:
 "Only a couple new SoCs have support added this time, primarily for
  Qualcomm SM8650 based on the diffstat. Otherwise this is a collection
  of non-critical fixes and cleanups to various clk drivers and their DT
  bindings.

  Nothing is changed in the core clk framework this time, although
  there's a patch to fix a basic clk type initialization function. In
  general, this pile looks to be on the smaller side.

  New Drivers:
   - Global, display, gpu, tcsr, and rpmh clocks on Qualcomm SM8650
   - Mediatek MT7988 SoC clocks

  Updates:
   - Update Zynqmp driver for Versal NET platforms
   - Add clk driver for Versal clocking wizard IP
   - Support for stm32mp25 clks
   - Add glitch free PLL setting support to si5351 clk driver
   - Add DSI clocks on Amlogic g12/sm1
   - Add CSI and ISP clocks on Amlogic g12/sm1
   - Document bindings for i.MX93 ANATOP clock driver
   - Free clk_node in i.MX SCU driver for resource with different owner
   - Update the LVDS clocks to be compatible with i.MX SCU firmware 1.15
   - Fix the name of the fvco in i.MX pll14xx by renaming it to fout
   - Add EtherNet TSN and PCIe clocks on the Renesas R-Car V4H SoC
   - Add interrupt controller and Ethernet clocks and resets on Renesas
     RZ/G3S
   - Check reset monitor registers on Renesas RZ/G2L-alike SoCs
   - Reuse reset functionality in the Renesas RZ/G2L clock driver
   - Global and RPMh clock support for the Qualcomm X1E80100 SoC
   - Support for the Stromer APCS PLL found in Qualcomm IPQ5018
   - Add a new type of branch clock, with support for controlling
     separate memory control bits, to the Qualcomm clk driver
   - Use above new branch type in Qualcomm ECPRI clk driver for QDU1000
     and QRU1000
   - Add a number of missing clocks related to CSI2 on Qualcomm MSM8939
   - Add support for the camera clock controller on Qualcomm SC8280XP
   - Correct PLL configuration in GPU and video clock controllers for
     Qualcomm SM8150
   - Add runtime PM support and a few missing resets to Qualcomm SM8150
     video clock controller
   - Fix configuration of various GCC GDSCs on Qualcomm SM8550
   - Mark shared RCGs appropriately in the Qualcomm SM8550 GCC driver
   - Fix up GPU and display clock controllers PLL configuration settings
     on Qualcomm SM8550
   - Cleanup variable init in Allwinner nkm module
   - Convert various DT bindings to YAML
   - A few kernel-doc fixes for Samsung SoC clock controllers"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (93 commits)
  clk: mediatek: add drivers for MT7988 SoC
  clk: mediatek: add pcw_chg_bit control for PLLs of MT7988
  dt-bindings: clock: mediatek: add clock controllers of MT7988
  dt-bindings: reset: mediatek: add MT7988 ethwarp reset IDs
  dt-bindings: clock: mediatek: add MT7988 clock IDs
  clk: mediatek: mt8188-topckgen: Refactor parents for top_dp/edp muxes
  clk: mediatek: mt8195-topckgen: Refactor parents for top_dp/edp muxes
  clk: mediatek: clk-mux: Support custom parent indices for muxes
  dt-bindings: clock: sophgo: Add clock controller of CV1800 series SoC
  clk: starfive: jh7100: Add CLK_SET_RATE_PARENT to gmac_tx
  clk: starfive: Add flags argument to JH71X0__MUX macro
  clk: imx: pll14xx: change naming of fvco to fout
  clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocks
  clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()
  clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw
  clk: qcom: dispcc-sm8650: Add test_ctl parameters to PLL config
  clk: qcom: gpucc-sm8650: Add test_ctl parameters to PLL config
  clk: qcom: dispcc-sm8550: Use the correct PLL configuration function
  clk: qcom: dispcc-sm8550: Update disp PLL settings
  clk: qcom: gpucc-sm8550: Update GPU PLL settings
  ...
2024-01-12 13:42:35 -08:00
..
actions,s500-cmu.h
actions,s700-cmu.h
actions,s900-cmu.h
agilex-clock.h
alphascale,asm9260.h
am3.h
am4.h
amlogic,a1-peripherals-clkc.h dt-bindings: clk: amlogic,a1-peripherals-clkc: expose all clock ids 2023-08-08 16:06:17 +02:00
amlogic,a1-pll-clkc.h dt-bindings: clk: amlogic,a1-pll-clkc: expose all clock ids 2023-08-08 16:06:17 +02:00
amlogic,s4-peripherals-clkc.h dt-bindings: clock: document Amlogic S4 SoC peripherals clock controller 2023-09-27 10:54:24 +02:00
amlogic,s4-pll-clkc.h dt-bindings: clock: document Amlogic S4 SoC PLL clock controller 2023-09-27 10:54:24 +02:00
aspeed-clock.h
ast2600-clock.h dt-bindings: clock: ast2600: Add I3C and MAC reset definitions 2023-07-19 12:49:39 -07:00
at91.h
ath79-clk.h
axg-aoclkc.h
axg-audio-clkc.h dt-bindings: clk: axg-audio-clkc: expose all clock ids 2023-08-08 16:06:17 +02:00
axg-clkc.h dt-bindings: clk: axg-clkc: expose all clock ids 2023-08-08 16:06:17 +02:00
axis,artpec6-clkctrl.h
bcm-cygnus.h
bcm-ns2.h
bcm-nsp.h
bcm-sr.h
bcm281xx.h
bcm2835-aux.h
bcm2835.h
bcm3368-clock.h
bcm6318-clock.h
bcm6328-clock.h
bcm6358-clock.h
bcm6362-clock.h
bcm6368-clock.h
bcm21664.h
bcm63268-clock.h dt-bindings: clk: add BCM63268 timer clock definitions 2023-03-27 12:23:51 -07:00
berlin2.h
berlin2q.h
bm1880-clock.h
boston-clock.h
bt1-ccu.h
cirrus,cs2000-cp.h
clps711x-clock.h
cortina,gemini-clock.h
dm814.h
dm816.h
dra7.h
en7523-clk.h
exynos-audss-clk.h
exynos4.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
exynos7-clk.h
exynos850.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
exynos3250.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
exynos5250.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
exynos5260-clk.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
exynos5410.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
exynos5420.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
exynos5433.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
exynos7885.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
fsd-clk.h
fsl,qoriq-clockgen.h
g12a-aoclkc.h dt-bindings: clk: g12a-aoclkc: expose all clock ids 2023-08-08 16:06:17 +02:00
g12a-clkc.h dt-bindings: clock: g12a-clkc: add MIPI ISP & CSI PHY clock ids 2023-11-24 18:03:00 +01:00
google,gs101.h dt-bindings: clock: google,gs101: rename CMU_TOP gate defines 2023-12-18 09:59:20 +01:00
gxbb-aoclkc.h
gxbb-clkc.h dt-bindings: clk: gxbb-clkc: expose all clock ids 2023-08-08 16:06:16 +02:00
hi3516cv300-clock.h
hi3519-clock.h
hi3559av100-clock.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
hi3620-clock.h
hi3660-clock.h
hi3670-clock.h
hi6220-clock.h
hip04-clock.h
histb-clock.h
hix5hd2-clock.h
imx1-clock.h
imx5-clock.h
imx6qdl-clock.h clk: imx6q: add ethernet refclock mux support 2023-01-31 14:45:03 +02:00
imx6sl-clock.h
imx6sll-clock.h clk: imx6sll: add proper spdx license identifier 2023-01-29 20:29:38 +02:00
imx6sx-clock.h
imx6ul-clock.h clk: imx6ul: add ethernet refclock mux support 2023-01-31 14:45:17 +02:00
imx7d-clock.h
imx7ulp-clock.h
imx8-clock.h dt-bindings: clock: fsl,imx8-acm: Add audio clock mux support 2023-08-14 12:27:52 +03:00
imx8-lpcg.h
imx8mm-clock.h
imx8mn-clock.h
imx8mp-clock.h clk: imx8mp: Remove non-existent IMX8MP_CLK_AUDIOMIX_PDM_ROOT 2023-10-04 11:34:24 +03:00
imx8mq-clock.h
imx8ulp-clock.h dt-bindings: imx8ulp: clock: no spaces before tabs 2023-01-29 20:29:40 +02:00
imx21-clock.h
imx27-clock.h
imx93-clock.h dt-bindings: clock: imx93: Add PDM IPG clk 2023-07-25 10:28:42 +03:00
imxrt1050-clock.h
ingenic,jz4725b-cgu.h
ingenic,jz4740-cgu.h
ingenic,jz4755-cgu.h
ingenic,jz4760-cgu.h
ingenic,jz4770-cgu.h
ingenic,jz4780-cgu.h
ingenic,sysost.h
ingenic,tcu.h
ingenic,x1000-cgu.h
ingenic,x1830-cgu.h
intel,agilex5-clkmgr.h dt-bindings: clock: add Intel Agilex5 clock manager 2023-08-08 06:32:34 -05:00
intel,lgm-clk.h
k210-clk.h
lochnagar.h
loongson,ls1x-clk.h dt-bindings: clock: Add Loongson-1 clock 2023-03-21 16:25:49 -07:00
loongson,ls2k-clk.h dt-bindings: clock: add loongson-2 boot clock index 2023-03-27 12:14:22 -07:00
lpc18xx-ccu.h
lpc18xx-cgu.h
lpc32xx-clock.h
lsi,axm5516-clks.h
marvell,mmp2-audio.h clk: mmp2: Move number of clocks to driver source 2023-08-22 14:13:45 -07:00
marvell,mmp2.h clk: mmp2: Move number of clocks to driver source 2023-08-22 14:13:45 -07:00
marvell,pxa168.h clk: pxa168: Move number of clocks to driver source 2023-08-22 14:14:06 -07:00
marvell,pxa910.h clk: pxa910: Move number of clocks to driver source 2023-08-22 14:14:17 -07:00
marvell,pxa1928.h clk: pxa1928: Move number of clocks to driver source 2023-08-22 14:14:14 -07:00
maxim,max9485.h
maxim,max77620.h
maxim,max77686.h
maxim,max77802.h
mediatek,mt6795-clk.h
mediatek,mt7981-clk.h dt-bindings: clock: mediatek: add mt7981 clock IDs 2023-01-30 16:46:06 -08:00
mediatek,mt7988-clk.h dt-bindings: clock: mediatek: add MT7988 clock IDs 2024-01-03 15:55:12 -08:00
mediatek,mt8188-clk.h dt-bindings: clock: mediatek: Add new MT8188 clock 2023-03-31 11:51:20 -07:00
mediatek,mt8365-clk.h
meson8-ddr-clkc.h
meson8b-clkc.h dt-bindings: clk: meson8b-clkc: expose all clock ids 2023-08-08 16:06:17 +02:00
microchip,lan966x.h
microchip,mpfs-clock.h
microchip,pic32-clock.h
microchip,sparx5.h
mpc512x-clock.h
mstar-msc313-mpll.h
mt2701-clk.h
mt2712-clk.h
mt6765-clk.h
mt6779-clk.h
mt6797-clk.h
mt7621-clk.h
mt7622-clk.h
mt7629-clk.h
mt7986-clk.h
mt8135-clk.h
mt8167-clk.h
mt8173-clk.h
mt8183-clk.h
mt8186-clk.h
mt8192-clk.h
mt8195-clk.h
mt8516-clk.h
nuvoton,ma35d1-clk.h dt-bindings: clock: nuvoton: add binding for ma35d1 clock controller 2023-06-05 13:18:08 +02:00
nuvoton,npcm7xx-clock.h
nuvoton,npcm845-clk.h
omap4.h
omap5.h
oxsemi,ox810se.h
oxsemi,ox820.h
pistachio-clk.h
px30-cru.h
pxa-clock.h
qcom,apss-ipq.h
qcom,camcc-sc7180.h
qcom,camcc-sc7280.h
qcom,camcc-sdm845.h
qcom,camcc-sm8250.h
qcom,dispcc-qcm2290.h dt-bindings: clock: dispcc-qcm2290: Add MDSS_CORE reset 2023-04-04 19:55:34 -07:00
qcom,dispcc-sc7180.h
qcom,dispcc-sc7280.h
qcom,dispcc-sc8280xp.h
qcom,dispcc-sdm845.h
qcom,dispcc-sm6125.h
qcom,dispcc-sm6350.h
qcom,dispcc-sm8150.h
qcom,dispcc-sm8250.h
qcom,dispcc-sm8350.h
qcom,gcc-apq8084.h dt-bindings: clock: qcom,gcc-apq8084: add GCC_MMSS_GPLL0_CLK_SRC 2023-01-18 18:27:35 -06:00
qcom,gcc-ipq806x.h
qcom,gcc-ipq4019.h dt-bindings: clock: qcom: ipq4019: add missing networking resets 2023-08-15 09:31:10 -07:00
qcom,gcc-ipq5018.h dt-bindings: clock: Add IPQ5018 clock and reset 2023-08-11 10:46:59 -07:00
qcom,gcc-ipq6018.h
qcom,gcc-ipq8074.h
qcom,gcc-mdm9607.h
qcom,gcc-mdm9615.h
qcom,gcc-msm8660.h
qcom,gcc-msm8909.h
qcom,gcc-msm8916.h
qcom,gcc-msm8917.h dt-bindings: clock: gcc-msm8917: Add definition for GPLL0_SLEEP_CLK_SRC 2023-08-13 20:20:10 -07:00
qcom,gcc-msm8939.h dt-bindings: clock: qcom,gcc-msm8939: Add CSI2 related clocks 2023-12-07 08:04:40 -08:00
qcom,gcc-msm8953.h
qcom,gcc-msm8960.h
qcom,gcc-msm8974.h
qcom,gcc-msm8976.h
qcom,gcc-msm8994.h
qcom,gcc-msm8996.h
qcom,gcc-msm8998.h dt-bindings: clk: qcom,gcc-msm8998: Add missing GPU/MMSS GPLL0 legs 2023-08-13 19:49:47 -07:00
qcom,gcc-qcm2290.h
qcom,gcc-qcs404.h
qcom,gcc-sc7180.h
qcom,gcc-sc7280.h
qcom,gcc-sc8180x.h
qcom,gcc-sc8280xp.h dt-bindings: clock: qcom,gcc-sc8280xp: Add missing GDSCs 2023-07-09 21:30:43 -07:00
qcom,gcc-sdm660.h
qcom,gcc-sdm845.h
qcom,gcc-sdx55.h
qcom,gcc-sdx65.h
qcom,gcc-sm6115.h
qcom,gcc-sm6125.h
qcom,gcc-sm6350.h
qcom,gcc-sm8150.h
qcom,gcc-sm8250.h
qcom,gcc-sm8350.h dt-bindings: clock: qcom: gcc-sm8350: drop test clock 2023-01-10 22:44:29 -06:00
qcom,gcc-sm8450.h dt-bindings: clock: qcom: gcc-sm8450: drop test clock 2023-01-10 22:44:29 -06:00
qcom,gpucc-msm8998.h
qcom,gpucc-sc7180.h
qcom,gpucc-sc7280.h
qcom,gpucc-sc8280xp.h
qcom,gpucc-sdm660.h
qcom,gpucc-sdm845.h
qcom,gpucc-sm6350.h
qcom,gpucc-sm8150.h
qcom,gpucc-sm8250.h
qcom,gpucc-sm8350.h
qcom,ipq5332-gcc.h dt-bindings: clock: Add Qualcomm IPQ5332 GCC 2023-03-15 16:20:59 -07:00
qcom,ipq9574-gcc.h dt-bindings: clock: Add USB related clocks for IPQ9574 2023-07-09 20:40:33 -07:00
qcom,lcc-ipq806x.h
qcom,lcc-msm8960.h
qcom,lpass-sc7280.h
qcom,lpass-sdm845.h
qcom,lpassaudiocc-sc7280.h
qcom,lpasscorecc-sc7180.h
qcom,lpasscorecc-sc7280.h
qcom,mmcc-apq8084.h
qcom,mmcc-msm8960.h
qcom,mmcc-msm8974.h clk: qcom: mmcc-msm8974: remove ocmemcx_ahb_clk 2023-09-20 07:07:34 -07:00
qcom,mmcc-msm8994.h
qcom,mmcc-msm8996.h
qcom,mmcc-msm8998.h
qcom,mmcc-sdm660.h
qcom,mss-sc7180.h
qcom,q6sstopcc-qcs404.h
qcom,qdu1000-ecpricc.h dt-bindings: clock: qcom: Add ECPRICC clocks for QDU1000 and QRU1000 2023-12-07 08:45:51 -08:00
qcom,qdu1000-gcc.h dt-bindings: clock: Update GCC clocks for QDU1000 and QRU1000 SoCs 2023-08-13 20:13:17 -07:00
qcom,rpmcc.h dt-bindings: clocks: qcom: rpmcc: add LN_BB_CLK_PIN clocks 2022-12-28 12:26:14 -06:00
qcom,rpmh.h
qcom,sa8775p-gcc.h dt-bindings: clock: Add Qualcomm SA8775P GCC 2023-01-18 16:21:23 -06:00
qcom,sa8775p-gpucc.h dt-bindings: clock: qcom: describe the GPUCC clock for SA8775P 2023-04-13 20:36:09 -07:00
qcom,sc8280xp-camcc.h dt-bindings: clock: Add SC8280XP CAMCC 2023-12-07 08:00:51 -08:00
qcom,sc8280xp-lpasscc.h dt-bindings: clock: Add LPASS AUDIOCC and reset controller for SC8280XP 2023-06-13 11:11:27 -07:00
qcom,sdx75-gcc.h dt-bindings: clock: qcom: Add GCC clocks for SDX75 2023-05-24 21:02:36 -07:00
qcom,sm4450-gcc.h dt-bindings: clock: qcom: Add GCC clocks for SM4450 2023-09-20 09:01:20 -07:00
qcom,sm6115-dispcc.h
qcom,sm6115-gpucc.h dt-bindings: clock: Add Qcom SM6115 GPUCC 2023-03-13 12:58:19 -07:00
qcom,sm6125-gpucc.h dt-bindings: clock: Add Qcom SM6125 GPUCC 2023-03-13 12:58:19 -07:00
qcom,sm6350-camcc.h dt-bindings: clock: add QCOM SM6350 camera clock bindings 2023-02-08 20:08:21 -08:00
qcom,sm6375-dispcc.h
qcom,sm6375-gcc.h
qcom,sm6375-gpucc.h dt-bindings: clock: Add Qcom SM6375 GPUCC 2023-03-13 12:58:19 -07:00
qcom,sm7150-gcc.h dt-bindings: clock: Add SM7150 GCC clocks 2023-03-13 16:50:30 -07:00
qcom,sm8250-lpass-aoncc.h
qcom,sm8250-lpass-audiocc.h
qcom,sm8350-videocc.h dt-bindings: clock: Add SM8350 VIDEOCC 2023-05-24 21:46:09 -07:00
qcom,sm8450-camcc.h
qcom,sm8450-dispcc.h
qcom,sm8450-gpucc.h dt-bindings: clock: Add Qcom SM8450 GPUCC 2023-05-26 18:22:04 -07:00
qcom,sm8450-videocc.h dt-bindings: clock: qcom: Add SM8450 video clock controller 2023-05-24 21:43:04 -07:00
qcom,sm8550-camcc.h dt-bindings: clock: qcom: Add SM8550 camera clock controller 2023-09-19 11:38:16 -07:00
qcom,sm8550-dispcc.h dt-bindings: clock: document SM8550 DISPCC clock controller 2023-01-18 17:34:47 -06:00
qcom,sm8550-gcc.h
qcom,sm8550-gpucc.h dt-bindings: clock: qcom: Add SM8550 graphics clock controller 2023-05-26 18:22:07 -07:00
qcom,sm8550-tcsr.h dt-bindings: clock: Add SM8550 TCSR CC clocks 2023-01-10 12:24:40 -06:00
qcom,sm8650-dispcc.h dt-bindings: clock: qcom: document the SM8650 Display Clock Controller 2023-12-07 08:07:47 -08:00
qcom,sm8650-gcc.h dt-bindings: clock: qcom: document the SM8650 General Clock Controller 2023-12-07 08:07:47 -08:00
qcom,sm8650-gpucc.h dt-bindings: clock: qcom: document the SM8650 GPU Clock Controller 2023-12-07 08:07:47 -08:00
qcom,sm8650-tcsr.h dt-bindings: clock: qcom: document the SM8650 TCSR Clock Controller 2023-12-07 08:07:46 -08:00
qcom,turingcc-qcs404.h
qcom,videocc-sc7180.h
qcom,videocc-sc7280.h
qcom,videocc-sdm845.h
qcom,videocc-sm8150.h dt-bindings: clock: Update the videocc resets for sm8150 2023-12-15 22:59:38 -06:00
qcom,videocc-sm8250.h
qcom,x1e80100-gcc.h dt-bindings: clock: qcom: Add X1E80100 GCC clocks 2023-12-07 20:18:21 -08:00
r7s9210-cpg-mssr.h
r7s72100-clock.h
r8a73a4-clock.h
r8a774a1-cpg-mssr.h
r8a774b1-cpg-mssr.h
r8a774c0-cpg-mssr.h
r8a774e1-cpg-mssr.h
r8a779a0-cpg-mssr.h
r8a779f0-cpg-mssr.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
r8a779g0-cpg-mssr.h
r8a7740-clock.h
r8a7742-cpg-mssr.h
r8a7743-cpg-mssr.h
r8a7744-cpg-mssr.h
r8a7745-cpg-mssr.h
r8a7778-clock.h
r8a7779-clock.h dt-bindings: clock: r8a7779: Add PWM module clock 2023-03-30 15:56:26 +02:00
r8a7790-clock.h
r8a7790-cpg-mssr.h
r8a7791-clock.h
r8a7791-cpg-mssr.h
r8a7792-clock.h
r8a7792-cpg-mssr.h
r8a7793-clock.h
r8a7793-cpg-mssr.h
r8a7794-clock.h
r8a7794-cpg-mssr.h
r8a7795-cpg-mssr.h
r8a7796-cpg-mssr.h
r8a77470-cpg-mssr.h
r8a77961-cpg-mssr.h
r8a77965-cpg-mssr.h
r8a77970-cpg-mssr.h
r8a77980-cpg-mssr.h
r8a77990-cpg-mssr.h
r8a77995-cpg-mssr.h
r9a06g032-sysctrl.h
r9a07g043-cpg.h
r9a07g044-cpg.h
r9a07g054-cpg.h
r9a08g045-cpg.h dt-bindings: clock: renesas,rzg2l-cpg: Document RZ/G3S SoC 2023-10-05 11:25:53 +02:00
r9a09g011-cpg.h
renesas-cpg-mssr.h
rk3036-cru.h
rk3066a-cru.h
rk3128-cru.h
rk3188-cru-common.h
rk3188-cru.h
rk3228-cru.h
rk3288-cru.h
rk3308-cru.h
rk3328-cru.h
rk3368-cru.h
rk3399-cru.h
rk3399-ddr.h
rk3568-cru.h
rockchip,rk808.h
rockchip,rk3588-cru.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
rockchip,rv1126-cru.h
rv1108-cru.h
s5pv210-audss.h
s5pv210.h
samsung,exynosautov9.h dt-bindings: clock: samsung: remove define with number of clocks 2023-08-15 07:50:15 +02:00
samsung,s2mps11.h
samsung,s3c64xx-clock.h
sh73a0-clock.h
sifive-fu540-prci.h
sifive-fu740-prci.h
sophgo,cv1800.h dt-bindings: clock: sophgo: Add clock controller of CV1800 series SoC 2024-01-03 15:52:52 -08:00
sprd,sc9860-clk.h
sprd,sc9863a-clk.h
sprd,ums512-clk.h
st,stm32mp25-rcc.h dt-bindings: stm32: add clocks and reset binding for stm32mp25 platform 2023-12-17 15:33:26 -08:00
starfive,jh7110-crg.h dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator 2023-07-19 18:08:00 +01:00
starfive-jh7100-audio.h
starfive-jh7100.h
ste-ab8500.h
ste-db8500-clkout.h
stih407-clks.h
stih410-clks.h
stih418-clks.h
stm32fx-clock.h
stm32h7-clks.h
stm32mp1-clks.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
stm32mp13-clks.h dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC 2023-06-14 18:06:22 -07:00
stratix10-clock.h
sun4i-a10-ccu.h
sun4i-a10-pll2.h
sun5i-ccu.h
sun6i-a31-ccu.h
sun6i-rtc.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun7i-a20-ccu.h
sun8i-a23-a33-ccu.h
sun8i-a83t-ccu.h
sun8i-de2.h
sun8i-h3-ccu.h
sun8i-r-ccu.h
sun8i-r40-ccu.h
sun8i-tcon-top.h
sun8i-v3s-ccu.h
sun9i-a80-ccu.h
sun9i-a80-de.h
sun9i-a80-usb.h
sun20i-d1-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun20i-d1-r-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun50i-a64-ccu.h
sun50i-a100-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun50i-a100-r-ccu.h
sun50i-h6-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun50i-h6-r-ccu.h
sun50i-h616-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
suniv-ccu-f1c100s.h
sunplus,sp7021-clkc.h
tegra20-car.h
tegra30-car.h
tegra114-car.h
tegra124-car-common.h
tegra124-car.h
tegra186-clock.h
tegra194-clock.h
tegra210-car.h
tegra234-clock.h
ti-dra7-atl.h
toshiba,tmpv770x.h
versaclock.h
vf610-clock.h
xlnx-vcu.h
xlnx-versal-clk.h
xlnx-zynqmp-clk.h