linux/include/dt-bindings/clock
Linus Torvalds 6b0e34a030 Mainly driver updates this time around. There's a single patch to the core clk
framework that simplifies a runtime PM call. Otherwise the majority of the diff
 falls to a few SoC drivers: Qualcomm, STM32 and MediaTek. Those SoCs gain some
 new hardware support and what comes along with that is quite a few lines of
 data and some clk_ops code. Beyond the new hardware support we have the usual
 pile of driver updates that add missing clks on already supported SoCs or fix
 up problems like bad clk tree descriptions. It's nice to see that more drivers
 are moving to clk_hw based APIs too.
 
 New Drivers:
  - Add STM32MP13 RCC driver (Reset Clock Controller)
  - MediaTek MT8186 SoC clk support
  - Airoha EN7523 SoC system clocks
  - Clock driver for exynosautov9 SoC
  - Renesas R-Car V4H and RZ/V2M SoCs
  - Renesas RZ/G2UL SoC
  - LPASS clk driver for Qualcomm sc7280 SoC
  - GCC clk driver for Qualcomm SC8280XP SoC
 
 Updates:
  - SDCC uses floor clk ops on Qualcomm MSM8976
  - Add modem reset and fix RPM clks on Qualcomm MSM8976
  - Add the two missing CLKOUT clocks for U8500/DB8500 SoC
  - Mark some clks critical on Ingenic X1000
  - Convert ux500 to clk_hw
  - Move MediaTek driver to clk_hw provider APIs
  - Use i2c driver probe_new to avoid id scans
  - Convert a number of Rockchip dt bindings to YAML
  - Mark hclk_vo critical on Rockchip rk3568
  - Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
  - Various cleanups like memory allocation error checks and plugged leaks
  - Allwinner H6 RTC clock support
  - Allwinner H616 32 kHz clock support
  - Add the Universal Flash Storage clock on Renesas R-Car S4-8
  - Add I2C, SSIF-2 (sound), USB, CANFD, OSTM (timer), WDT, SPI Multi
    I/O Bus, RSPI, TSU (thermal), and ADC clocks and resets on Renesas RZ/G2UL
  - Add display clock support on Renesas RZ/G2L
  - Add RPC (QSPI/HyperFlash) clocks on Renesas R-Car E3 and D3
  - Add 27 MHz phy PLL ref clock on i.MX
  - Add mcore_booted module parameter to tell kernel M core has already booted
    for i.MX
  - Remove snvs clock on i.MX because it was for secure world only
  - Add dt bindings for i.MX8MN GPT
  - Add DISP2 pixel clock for i.MX8MP
  - Add clkout1/2 for i.MX8MP
  - Fix parent clock of ubs_root_clk for i.MX8MP
  - Implement better RCG parking on Qualcomm SoCs using the shared RCG clk ops
  - Kerneldoc fixes
  - Switch Tegra BPMP to determine_rate clk op
  - Add a pointer to dt schema for generic clock bindings
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmKQCksRHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSW6NxAA3HZBExSU8gb3XpLWDBcsjFLdR/3Pg2dW
 GC40IGjX8ZVZ4UOZxwOHXwtycuQcnbfU6bZgw2VHvH1G+xnM9Gyqrk2XfAKhxB8D
 cvKUhWoQYQBhpjLD8bDfKLb6tCYD/KmGMkkHl0WDUfeV3TlNLhp6mKXLK3buovJ8
 XC8BYUK5+8ks4pgGH42PIt33w5yE71AmFpYyyuuprhBvTcwUe8UfhZwI6YFPmwi8
 Zbzo0VTGMnCvFFK47zsvsBbwyaEBuNuM2hKcxt2URY2F08W/q5WzduMVUDcMMgWV
 /X8r+0m+YwQiUCd9qqAQYdIUWODcoaEJoRlv0pr0CKrz4ovzWLBO67G84bRVEHEn
 LNTfsjH9mJMZMZ89hBy2gbWXa/zKKPcqdtI82/i4LWHP72CcpTQmiyjUsUy+cZ+P
 usyILn/H3A1rCJ0NTmYeQo2Ja91KVvobuqnWC9euELRLKGeGgmRU6nkVBqIhN8Q+
 asJyKcD6yow+2wilYyWtrbV1WYmwZ0zIMEH3kEkitXrqjbSwfZqCcOfwc+1IC/FK
 /xT7wOBIN/6MB4+O7scWA7RZZyeCJxX7OndIMzxYG2mJLG6rLsWoGZhAqKrHJKV8
 D4fHB7FcCyp8Vj01oeKPUanPoqDYCpI3IfpcxnWkl1lU/+xi1WtPV510cTDBYTdY
 NY4pPKxfA2g=
 =7lBA
 -----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:
 "Mainly driver updates this time around.

  There's a single patch to the core clk framework that simplifies a
  runtime PM call. Otherwise the majority of the diff falls to a few SoC
  drivers: Qualcomm, STM32 and MediaTek. Those SoCs gain some new
  hardware support and what comes along with that is quite a few lines
  of data and some clk_ops code.

  Beyond the new hardware support we have the usual pile of driver
  updates that add missing clks on already supported SoCs or fix up
  problems like bad clk tree descriptions. It's nice to see that more
  drivers are moving to clk_hw based APIs too.

  New Drivers:
   - Add STM32MP13 RCC driver (Reset Clock Controller)
   - MediaTek MT8186 SoC clk support
   - Airoha EN7523 SoC system clocks
   - Clock driver for exynosautov9 SoC
   - Renesas R-Car V4H and RZ/V2M SoCs
   - Renesas RZ/G2UL SoC
   - LPASS clk driver for Qualcomm sc7280 SoC
   - GCC clk driver for Qualcomm SC8280XP SoC

  Updates:
   - SDCC uses floor clk ops on Qualcomm MSM8976
   - Add modem reset and fix RPM clks on Qualcomm MSM8976
   - Add the two missing CLKOUT clocks for U8500/DB8500 SoC
   - Mark some clks critical on Ingenic X1000
   - Convert ux500 to clk_hw
   - Move MediaTek driver to clk_hw provider APIs
   - Use i2c driver probe_new to avoid id scans
   - Convert a number of Rockchip dt bindings to YAML
   - Mark hclk_vo critical on Rockchip rk3568
   - Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
   - Various cleanups like memory allocation error checks and plugged
     leaks
   - Allwinner H6 RTC clock support
   - Allwinner H616 32 kHz clock support
   - Add the Universal Flash Storage clock on Renesas R-Car S4-8
   - Add I2C, SSIF-2 (sound), USB, CANFD, OSTM (timer), WDT, SPI Multi
     I/O Bus, RSPI, TSU (thermal), and ADC clocks and resets on Renesas
     RZ/G2UL
   - Add display clock support on Renesas RZ/G2L
   - Add RPC (QSPI/HyperFlash) clocks on Renesas R-Car E3 and D3
   - Add 27 MHz phy PLL ref clock on i.MX
   - Add mcore_booted module parameter to tell kernel M core has already
     booted for i.MX
   - Remove snvs clock on i.MX because it was for secure world only
   - Add dt bindings for i.MX8MN GPT
   - Add DISP2 pixel clock for i.MX8MP
   - Add clkout1/2 for i.MX8MP
   - Fix parent clock of ubs_root_clk for i.MX8MP
   - Implement better RCG parking on Qualcomm SoCs using the shared RCG
     clk ops
   - Kerneldoc fixes
   - Switch Tegra BPMP to determine_rate clk op
   - Add a pointer to dt schema for generic clock bindings"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (168 commits)
  Revert "clk: qcom: regmap-mux: add pipe clk implementation"
  Revert "clk: qcom: gcc-sc7280: use new clk_regmap_mux_safe_ops for PCIe pipe clocks"
  Revert "clk: qcom: gcc-sm8450: use new clk_regmap_mux_safe_ops for PCIe pipe clocks"
  clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc()
  clk: stm32mp13: add safe mux management
  clk: stm32mp13: add multi mux function
  clk: stm32mp13: add all STM32MP13 kernel clocks
  clk: stm32mp13: add all STM32MP13 peripheral clocks
  clk: stm32mp13: manage secured clocks
  clk: stm32mp13: add composite clock
  clk: stm32mp13: add stm32 divider clock
  clk: stm32mp13: add stm32_gate management
  clk: stm32mp13: add stm32_mux clock management
  clk: stm32: Introduce STM32MP13 RCC drivers (Reset Clock Controller)
  dt-bindings: rcc: stm32: add new compatible for STM32MP13 SoC
  clk: ti: clkctrl: replace usage of found with dedicated list iterator variable
  clk: ti: composite: Prefer kcalloc over open coded arithmetic
  dt-bindings: clock: exynosautov9: correct count of NR_CLK
  clk: mediatek: mt8173: Switch to clk_hw provider APIs
  clk: mediatek: Switch to clk_hw provider APIs
  ...
2022-05-27 15:33:24 -07:00
..
actions,s500-cmu.h dt-bindings: clock: Add NIC and ETHERNET bindings for Actions S500 SoC 2021-06-27 18:45:16 -07:00
actions,s700-cmu.h
actions,s900-cmu.h
agilex-clock.h
alphascale,asm9260.h dt-bindings: clk: cleanup comments 2022-03-10 17:22:25 -06:00
am3.h clk: ti: Drop legacy compatibility clocks for am3 2022-03-15 14:07:27 -07:00
am4.h clk: ti: Drop legacy compatibility clocks for am4 2022-03-15 14:07:27 -07:00
aspeed-clock.h
ast2600-clock.h
at91.h ARM: dts: at91: sama7g5: Add NAND support 2022-03-04 15:03:53 +01:00
ath79-clk.h
axg-aoclkc.h
axg-audio-clkc.h
axg-clkc.h clk: meson-axg: remove CLKID_MIPI_ENABLE 2021-02-09 13:32:21 +01:00
axis,artpec6-clkctrl.h dt-bindings: clk: cleanup comments 2022-03-10 17:22:25 -06:00
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
berlin2.h
berlin2q.h
bm1880-clock.h
boston-clock.h dt-bindings: clk: cleanup comments 2022-03-10 17:22:25 -06:00
bt1-ccu.h
cirrus,cs2000-cp.h dt-bindings: clock: cs2000-cp: document aux-output-source 2022-01-25 14:23:15 -08:00
clps711x-clock.h
cortina,gemini-clock.h
dm814.h
dm816.h
dra7.h clk: ti: Drop legacy compatibility clocks for dra7 2022-03-15 14:07:27 -07:00
efm32-cmu.h
en7523-clk.h dt-bindings: Add en7523-scu device tree binding documentation 2022-04-22 19:16:48 -07:00
exynos-audss-clk.h
exynos4.h dt-bindings: clock: samsung: add IDs for some core clocks 2021-11-19 19:32:26 +01:00
exynos7-clk.h
exynos850.h dt-bindings: clock: Add bindings for Exynos850 sysreg clocks 2021-12-19 23:25:28 +01:00
exynos3250.h
exynos5250.h dt-bindings: clock: samsung: add IDs for some core clocks 2021-11-19 19:32:26 +01:00
exynos5260-clk.h
exynos5410.h
exynos5420.h clk: samsung: Add clk ID definitions for the CPU parent clocks 2020-09-17 12:05:15 +02:00
exynos5433.h
exynos7885.h dt-bindings: clock: Add bindings definitions for Exynos7885 CMU 2021-12-19 23:37:54 +01:00
fsd-clk.h dt-bindings: clock: Add bindings definitions for FSD CMU blocks 2022-01-26 10:21:39 +01:00
fsl,qoriq-clockgen.h clk: qoriq: provide constants for the type 2020-12-07 16:53:30 -08:00
g12a-aoclkc.h
g12a-clkc.h dt-bindings: clk: g12a-clkc: add DSI Pixel clock bindings 2020-11-26 15:23:34 +01:00
gxbb-aoclkc.h
gxbb-clkc.h
hi3516cv300-clock.h
hi3519-clock.h
hi3559av100-clock.h dt-bindings: Document the hi3559a clock bindings 2021-06-27 20:05:41 -07: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
imx6sl-clock.h
imx6sll-clock.h
imx6sx-clock.h
imx6ul-clock.h
imx7d-clock.h
imx7ulp-clock.h
imx8-clock.h clk: imx: scu: remove legacy scu clock binding support 2021-06-14 12:33:14 +03:00
imx8-lpcg.h dt-bindings: clock: imx-lpcg: add support to parse clocks from device tree 2020-10-26 10:51:29 +08:00
imx8mm-clock.h clk: imx8mm: add clkout1/2 support 2021-01-30 21:35:30 +08:00
imx8mn-clock.h dt-bindings: imx: add clock bindings for i.MX8MN GPT 2022-04-12 13:55:36 +03:00
imx8mp-clock.h clk: imx8mp: add clkout1/2 support 2022-05-02 12:38:10 +03:00
imx8mq-clock.h clk: imx8mq: remove SYS PLL 1/2 clock gates 2021-06-14 17:05:45 +03:00
imx8ulp-clock.h dt-bindings: clock: Add imx8ulp clock support 2021-09-30 16:22:55 +03:00
imx21-clock.h
imx27-clock.h
imx93-clock.h dt-bindings: clock: add i.MX93 clock definition 2022-03-04 17:06:29 +02:00
imxrt1050-clock.h dt-bindings: imx: Add clock binding for i.MXRT1050 2022-01-29 15:12:06 +02:00
ingenic,jz4725b-cgu.h dt-bindings: Rename Ingenic CGU headers to ingenic,*.h 2021-11-11 22:27:14 -06:00
ingenic,jz4740-cgu.h dt-bindings: Rename Ingenic CGU headers to ingenic,*.h 2021-11-11 22:27:14 -06:00
ingenic,jz4760-cgu.h dt-bindings: clk/ingenic: Add MDMA and BDMA clocks 2022-01-06 17:51:11 -08:00
ingenic,jz4770-cgu.h dt-bindings: clk/ingenic: Add MDMA and BDMA clocks 2022-01-06 17:51:11 -08:00
ingenic,jz4780-cgu.h dt-bindings: Rename Ingenic CGU headers to ingenic,*.h 2021-11-11 22:27:14 -06:00
ingenic,sysost.h dt-bindings: timer: Add ABIs for new Ingenic SoCs 2021-08-21 09:58:17 +02:00
ingenic,tcu.h
ingenic,x1000-cgu.h dt-bindings: Rename Ingenic CGU headers to ingenic,*.h 2021-11-11 22:27:14 -06:00
ingenic,x1830-cgu.h dt-bindings: Rename Ingenic CGU headers to ingenic,*.h 2021-11-11 22:27:14 -06:00
intel,lgm-clk.h
k210-clk.h riscv: Update Canaan Kendryte K210 device tree 2021-02-22 17:51:13 -08:00
lpc18xx-ccu.h
lpc18xx-cgu.h
lpc32xx-clock.h
lsi,axm5516-clks.h
marvell,mmp2-audio.h
marvell,mmp2.h dt-bindings: clk: cleanup comments 2022-03-10 17:22:25 -06:00
marvell,pxa168.h dt-bindings: clk: cleanup comments 2022-03-10 17:22:25 -06:00
marvell,pxa910.h dt-bindings: clk: cleanup comments 2022-03-10 17:22:25 -06:00
marvell,pxa1928.h
maxim,max9485.h
maxim,max77620.h
maxim,max77686.h
maxim,max77802.h
meson8-ddr-clkc.h
meson8b-clkc.h clk: meson: meson8b: Export the video clocks 2021-09-23 11:46:37 +02:00
microchip,lan966x.h dt-bindings: clock: lan966x: Extend includes with clock gates 2021-12-08 11:19:20 +01:00
microchip,mpfs-clock.h dt-bindings: clk: mpfs: add defines for two new clocks 2022-04-22 18:40:15 -07:00
microchip,pic32-clock.h
microchip,sparx5.h dt-bindings: clock: sparx5: Add bindings include file 2020-07-28 18:17:52 -07:00
mpc512x-clock.h
mstar-msc313-mpll.h dt-bindings: clk: mstar msc313 mpll binding header 2021-02-14 12:37:40 -08:00
mt2701-clk.h
mt2712-clk.h
mt6765-clk.h
mt6779-clk.h
mt6797-clk.h
mt7621-clk.h dt-bindings: clock: add dt binding header for mt7621 clocks 2021-04-09 10:42:50 -07:00
mt7622-clk.h
mt7629-clk.h
mt7986-clk.h clk: mediatek: add mt7986 clock IDs 2022-01-06 18:30:58 -08:00
mt8135-clk.h
mt8167-clk.h dt-bindings: clock: mediatek: add bindings for MT8167 clocks 2020-10-13 15:46:01 -07:00
mt8173-clk.h clk: mediatek: remove deprecated CLK_INFRA_CA57SEL for MT8173 SoC 2021-06-04 09:24:26 +05:30
mt8183-clk.h
mt8186-clk.h dt-bindings: ARM: MediaTek: Add new document bindings of MT8186 clock 2022-04-25 16:59:38 -07:00
mt8192-clk.h clk: mediatek: Add dt-bindings of MT8192 clocks 2021-07-27 10:53:06 -07:00
mt8195-clk.h clk: mediatek: Add dt-bindings of MT8195 clocks 2021-09-14 15:05:37 -07:00
mt8516-clk.h
nuvoton,npcm7xx-clock.h dt-bindings: clk: cleanup comments 2022-03-10 17:22:25 -06:00
omap4.h
omap5.h clk: ti: omap5: Add missing gpmc and ocmc clkctrl 2021-03-10 13:59:18 +02:00
oxsemi,ox810se.h
oxsemi,ox820.h
pistachio-clk.h
px30-cru.h
pxa-clock.h
qcom,apss-ipq.h
qcom,camcc-sc7180.h dt-bindings: clock: Add YAML schemas for the QCOM Camera clock bindings. 2020-11-04 18:26:56 -08:00
qcom,camcc-sc7280.h dt-bindings: clock: Add YAML schemas for CAMCC clocks on SC7280 2021-10-13 15:24:54 -07:00
qcom,camcc-sdm845.h
qcom,camcc-sm8250.h dt-bindings: clock: add QCOM SM8250 camera clock bindings 2021-06-27 17:12:55 -07:00
qcom,dispcc-qcm2290.h dt-bindings: clock: Add qualcomm QCM2290 DISPCC bindings 2022-02-10 17:56:10 -06:00
qcom,dispcc-sc7180.h
qcom,dispcc-sc7280.h dt-bindings: clock: Add SC7280 DISPCC clock binding 2021-07-20 13:46:32 -07:00
qcom,dispcc-sdm845.h
qcom,dispcc-sm6125.h dt-bindings: clock: add QCOM SM6125 display clock bindings 2022-03-09 08:53:29 -06:00
qcom,dispcc-sm6350.h dt-bindings: clock: add QCOM SM6350 display clock bindings 2022-03-08 16:16:47 -06:00
qcom,dispcc-sm8150.h dt-bindings: clock: add QCOM SM8150 and SM8250 display clock bindings 2020-10-13 18:18:06 -07:00
qcom,dispcc-sm8250.h clk: qcom: dispcc-sm8250: Add EDP clocks 2021-06-02 00:35:29 -07:00
qcom,gcc-apq8084.h
qcom,gcc-ipq806x.h dt-bindings: clock: add ipq8064 ce5 clk define 2022-03-08 16:19:31 -06:00
qcom,gcc-ipq4019.h
qcom,gcc-ipq6018.h
qcom,gcc-ipq8074.h
qcom,gcc-mdm9607.h dt-bindings: clock: Add MDM9607 GCC clock bindings 2021-06-01 23:50:39 -07:00
qcom,gcc-mdm9615.h
qcom,gcc-msm8660.h
qcom,gcc-msm8916.h
qcom,gcc-msm8939.h
qcom,gcc-msm8953.h dt-bindings: clock: add Qualcomm MSM8953 GCC driver bindings 2021-08-26 11:51:18 -07:00
qcom,gcc-msm8960.h
qcom,gcc-msm8974.h
qcom,gcc-msm8976.h dt-bindings: clk: qcom: gcc-msm8976: Add modem reset 2022-05-05 22:22:27 -05:00
qcom,gcc-msm8994.h clk: qcom: gcc-msm8994: Add modem reset 2021-10-13 15:20:23 -07:00
qcom,gcc-msm8996.h
qcom,gcc-msm8998.h dt-bindings: clock: gcc-msm8998: Add definitions of SSC-related clocks 2022-04-19 12:04:02 -05:00
qcom,gcc-qcm2290.h clk: qcom: Add Global Clock Controller driver for QCM2290 2021-10-13 12:43:02 -07:00
qcom,gcc-qcs404.h
qcom,gcc-sc7180.h dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7180 2020-07-24 13:08:02 -07:00
qcom,gcc-sc7280.h dt-bindings: clock: qcom: Update license for GCC SC7280 2021-07-20 13:46:32 -07:00
qcom,gcc-sc8180x.h dt-bindings: clock: Add SC8180x GCC binding 2021-02-08 09:54:11 -08:00
qcom,gcc-sc8280xp.h dt-bindings: clock: Add Qualcomm SC8280XP GCC bindings 2022-05-19 16:41:32 -05:00
qcom,gcc-sdm660.h clk: qcom: gcc-sdm660: Add missing modem reset 2020-07-27 15:16:17 -07:00
qcom,gcc-sdm845.h
qcom,gcc-sdx55.h dt-bindings: clock: Add GDSC in SDX55 GCC 2020-12-07 17:00:14 -08:00
qcom,gcc-sdx65.h dt-bindings: clock: Add SDX65 GCC clock bindings 2021-12-14 20:53:19 -06:00
qcom,gcc-sm6115.h dt-bindings: clk: qcom: gcc-sm6115: Document SM6115 GCC 2021-08-28 20:54:20 -07:00
qcom,gcc-sm6125.h dt-bindings: clk: qcom: gcc-sm6125: Document SM6125 GCC driver 2021-06-27 16:53:25 -07:00
qcom,gcc-sm6350.h dt-bindings: clock: Add SM6350 GCC clock bindings 2021-08-28 21:03:03 -07:00
qcom,gcc-sm8150.h clk: qcom: gcc: Add emac GDSC support for SM8150 2022-03-09 08:53:29 -06:00
qcom,gcc-sm8250.h
qcom,gcc-sm8350.h clk: qcom: gcc-sm8350: add gdsc 2021-02-14 12:56:55 -08:00
qcom,gcc-sm8450.h dt-bindings: clock: Add SM8450 GCC clock bindings 2021-12-14 21:19:13 -06:00
qcom,gpucc-msm8998.h
qcom,gpucc-sc7180.h
qcom,gpucc-sc7280.h dt-bindings: clock: Add SC7280 GPUCC clock binding 2021-07-20 13:46:32 -07:00
qcom,gpucc-sdm660.h clk: qcom: Add SDM660 GPU Clock Controller (GPUCC) driver 2021-02-14 12:56:54 -08:00
qcom,gpucc-sdm845.h
qcom,gpucc-sm6350.h dt-bindings: clock: add SM6350 QCOM Graphics clock bindings 2022-03-08 16:16:47 -06:00
qcom,gpucc-sm8150.h dt-bindings: clock: add SM8150 QCOM Graphics clock bindings 2020-07-24 01:51:20 -07:00
qcom,gpucc-sm8250.h dt-bindings: clock: add SM8250 QCOM Graphics clock bindings 2020-07-24 01:51:23 -07:00
qcom,lcc-ipq806x.h
qcom,lcc-mdm9615.h
qcom,lcc-msm8960.h
qcom,lpass-sc7280.h dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280 2021-10-13 15:22:49 -07:00
qcom,lpass-sdm845.h
qcom,lpassaudiocc-sc7280.h dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280 2022-04-12 21:16:48 -05:00
qcom,lpasscorecc-sc7180.h dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7180 2020-07-24 13:08:02 -07:00
qcom,lpasscorecc-sc7280.h dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280 2022-04-12 21:16:48 -05:00
qcom,mmcc-apq8084.h
qcom,mmcc-msm8960.h
qcom,mmcc-msm8974.h
qcom,mmcc-msm8994.h clk: qcom: Add msm8994 MMCC driver 2021-08-26 11:58:14 -07:00
qcom,mmcc-msm8996.h
qcom,mmcc-msm8998.h
qcom,mmcc-sdm660.h clk: qcom: Add SDM660 Multimedia Clock Controller (MMCC) driver 2021-02-14 12:56:54 -08:00
qcom,mss-sc7180.h
qcom,q6sstopcc-qcs404.h
qcom,rpmcc.h dt-bindings: clock: qcom: rpmcc: Add RPM Modem SubSystem (MSS) clocks 2022-03-08 16:21:30 -06:00
qcom,rpmh.h clk: qcom: rpmh: Add support for RPMH clocks on SM6350 2021-08-28 21:01:21 -07:00
qcom,sm8250-lpass-aoncc.h dt-bindings: clock: Add support for LPASS Always ON Controller 2020-11-04 18:34:54 -08:00
qcom,sm8250-lpass-audiocc.h dt-bindings: clock: Add support for LPASS Audio Clock Controller 2020-11-04 18:34:54 -08:00
qcom,turingcc-qcs404.h
qcom,videocc-sc7180.h
qcom,videocc-sc7280.h dt-bindings: clock: Add SC7280 VideoCC clock binding 2021-07-20 13:46:32 -07:00
qcom,videocc-sdm845.h
qcom,videocc-sm8150.h dt-bindings: clock: add SM8150 QCOM video clock bindings 2020-10-13 18:05:03 -07:00
qcom,videocc-sm8250.h dt-bindings: clock: Add missing SM8250 videoc clock indices 2021-02-08 10:12:29 -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 dt-bindings: clock: Add r8a779a0 CPG Core Clock Definitions 2020-09-10 16:58:13 +02:00
r8a779f0-cpg-mssr.h dt-bindings: clock: Add r8a779f0 CPG Core Clock Definitions 2021-12-07 16:29:25 +01:00
r8a779g0-cpg-mssr.h dt-bindings: clock: Add r8a779g0 CPG Core Clock Definitions 2022-04-25 10:34:19 +02:00
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
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 dt-bindings: clock: r9a06g032: Add the definition of the watchdog clock 2022-02-24 13:48:08 +01:00
r9a07g043-cpg.h dt-bindings: clock: Add R9A07G043 CPG Clock and Reset Definitions 2022-04-13 12:21:04 +02:00
r9a07g044-cpg.h dt-bindings: clock: r9a07g044-cpg: Add entry for P0_DIV2 core clock 2021-07-26 14:10:59 +02:00
r9a07g054-cpg.h dt-bindings: clock: Add R9A07G054 CPG Clock and Reset Definitions 2022-02-02 09:06:22 +01:00
r9a09g011-cpg.h dt-bindings: clock: Add r9a09g011 CPG Clock Definitions 2022-05-05 12:04:58 +02:00
renesas-cpg-mssr.h
rk3036-cru.h clk: rockchip: add dt-binding clkid for hclk_sfc on rk3036 2021-07-16 00:33:16 +02:00
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 clk: rockchip: add clock id for SCLK_VIP_OUT on rk3368 2021-02-06 01:05:04 +01:00
rk3399-cru.h
rk3399-ddr.h
rk3568-cru.h clk: rockchip: add dt-binding header for rk3568 2021-03-21 11:10:24 +01:00
rockchip,rk808.h
rv1108-cru.h
s3c2410.h
s3c2412.h
s3c2443.h
s5pv210-audss.h
s5pv210.h
samsung,exynosautov9.h dt-bindings: clock: exynosautov9: correct count of NR_CLK 2022-05-20 20:29:13 -07:00
samsung,s2mps11.h
samsung,s3c64xx-clock.h
sh73a0-clock.h
sifive-fu540-prci.h dt-bindings: change the macro name of prci in header files and example 2022-03-15 15:56:28 -07:00
sifive-fu740-prci.h dt-bindings: change the macro name of prci in header files and example 2022-03-15 15:56:28 -07:00
sprd,sc9860-clk.h
sprd,sc9863a-clk.h
starfive-jh7100-audio.h dt-bindings: clock: Add JH7100 audio clock definitions 2022-03-10 18:17:32 -08:00
starfive-jh7100.h dt-bindings: clock: starfive: Add JH7100 clock definitions 2021-12-16 17:22:35 +01:00
ste-ab8500.h
ste-db8500-clkout.h dt-bindings: clock: u8500: Add clkout clock bindings 2022-04-25 16:17:24 -07:00
stih407-clks.h
stih410-clks.h
stih416-clks.h
stih418-clks.h
stm32fx-clock.h dt-bindings: clk: cleanup comments 2022-03-10 17:22:25 -06:00
stm32h7-clks.h
stm32mp1-clks.h dt-bindings: clock: stm32mp15: rename CK_SCMI define 2022-05-04 11:00:53 +02:00
stm32mp13-clks.h dt-bindings: rcc: stm32: add new compatible for STM32MP13 SoC 2022-05-20 21:07:48 -07:00
stratix10-clock.h dt-bindings: clk: cleanup comments 2022-03-10 17:22:25 -06:00
sun4i-a10-ccu.h
sun4i-a10-pll2.h
sun5i-ccu.h
sun6i-a31-ccu.h
sun6i-rtc.h dt-bindings: rtc: sun6i: Add H616, R329, and D1 support 2022-02-15 23:14:59 +01:00
sun7i-a20-ccu.h
sun8i-a23-a33-ccu.h
sun8i-a83t-ccu.h
sun8i-de2.h
sun8i-h3-ccu.h dt-bindings: clock: sunxi: Export CLK_DRAM for devfreq 2021-11-23 11:29:35 +01:00
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: clk: Add compatibles for D1 CCUs 2021-11-23 10:29:05 +01:00
sun20i-d1-r-ccu.h dt-bindings: clk: Add compatibles for D1 CCUs 2021-11-23 10:29:05 +01:00
sun50i-a64-ccu.h dt-bindings: clock: sunxi: Export CLK_DRAM for devfreq 2021-11-23 11:29:35 +01:00
sun50i-a100-ccu.h clk: sunxi-ng: add support for the Allwinner A100 CCU 2020-08-25 10:52:18 +02:00
sun50i-a100-r-ccu.h clk: sunxi-ng: add support for the Allwinner A100 CCU 2020-08-25 10:52:18 +02:00
sun50i-h6-ccu.h
sun50i-h6-r-ccu.h clk: sunxi-ng: h6-r: Add RTC gate clock 2022-05-06 18:02:40 +02:00
sun50i-h616-ccu.h clk: sunxi-ng: h616: Add PLL derived 32KHz clock 2022-05-06 18:03:52 +02:00
suniv-ccu-f1c100s.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 dt-bindings: clock: tegra: Add clock ID TEGRA210_CLK_QSPI_PM 2021-01-27 00:10:14 +01:00
tegra234-clock.h arm64: tegra: Add QSPI controllers on Tegra234 2022-04-06 15:27:17 +02:00
ti-dra7-atl.h
toshiba,tmpv770x.h dt-bindings: clock: Add DT bindings for SMU of Toshiba Visconti TMPV770x SoC 2022-01-05 17:05:21 -08:00
vf610-clock.h clk: imx: vf610: Add CRC clock 2020-08-23 10:08:35 +08:00
xlnx-vcu.h ARM: dts: vcu: define indexes for output clocks 2021-02-08 18:31:24 -08:00
xlnx-versal-clk.h
xlnx-zynqmp-clk.h