1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/Documentation/devicetree/bindings/clock
Linus Torvalds 619b92b9c8 I'm actually surprised this time. There aren't any new Qualcomm SoC clk
drivers. And there's zero diff in the core clk framework. Instead we have new
 clk drivers for STM and Sophgo, with Samsung^WGoogle in third for the diffstat
 because they introduced HSI0 and HSI2 clk drivers for Google's GS101 SoC (high
 speed interface things like PCIe, UFS, and MMC). Beyond those big diffs there's
 the usual updates to various clk drivers for incorrect parent descriptions or
 mising MODULE_DEVICE_TABLE()s, etc. Nothing in particular stands out as super
 interesting here.
 
 New Drivers:
  - STM32MP257 SoC clk driver
  - Airoha EN7581 SoC clk driver
  - Sophgo CV1800B, CV1812H and SG2000 SoC clk driver
  - Loongson-2k0500 and Loongson-2k2000 SoC clk driver
  - Add HSI0 and HSI2 clock controllers for Google GS101
  - Add i.MX95 BLK CTL clock driver
 
 Updates:
  - Allocate clk_ops dynamically for SCMI clk driver
  - Add support in qcom RCG and RCG2 for multiple configurations for the same frequency
  - Use above support for IPQ8074 NSS port 5 and 6 clocks to resolve issues
  - Fix the Qualcomm APSS IPQ5018 PLL to fix boot failures of some boards
  - Cleanups and fixes for Qualcomm Stromer PLLs
  - Reduce max CPU frequency on Qualcomm APSS IPQ5018
  - Fix Kconfig dependencies of Qualcomm SM8650 GPU and SC8280XP camera
    clk drivers
  - Make Qualcomm MSM8998 Venus clocks functional
  - Cleanup downstream remnants related to DisplayPort across Qualcomm
    SM8450, SM6350, SM8550, and SM8650
  - Reuse the Huayra APSS register map on Qualcomm MSM8996 CBF PLL
  - Use a specific Qualcomm QCS404 compatible for the otherwise generic
    HFPLL
  - Remove Qualcomm SM8150 CPUSS AHB clk as it is unused
  - Remove an unused field in the Qualcomm RPM clk driver
  - Add missing MODULE_DEVICE_TABLE to Qualcomm MSM8917 and MSM8953
    global clock controller drivers
  - Allow choice of manual or firmware-driven control over PLLs, needed
    to fully implement CPU clock controllers on Exynos850
  - Correct PLL clock IDs on ExynosAutov9
  - Propagate certain clock rates to allow setting proper SPI clock
    rates on Google GS101
  - Mark certain Google GS101 clocks critical
  - Convert old S3C64xx clock controller bindings to DT schema
  - Add new PLL rate and missing mux on Rockchip rk3568
  - Add missing reset line on Rockchip rk3588
  - Removal of an unused field in struct rockchip_mmc_clock
  - Amlogic s4/a1: add regmap maximum register for proper debugfs dump
  - Amlogic s4: add MODULE_DEVICE_TABLE() on pll and periph controllers
  - Amlogic pll driver: print clock name on lock error to help debug
  - Amlogic vclk: finish dsi clock path support
  - Amlogic license: fix occurence "GPL v2" as reported by checkpatch
  - Add PM runtime support to i.MX8MP Audiomix
  - Add DT schema for i.MX95 Display Master Block Control
  - Convert to platform remove callback returning void for i.MX8MP
    Audiomix
  - Add SPI (MSIOF) and external interrupt (INTC-EX) clocks on Renesas R-Car V4M
  - Add interrupt controller (PLIC) clock and reset on Renesas RZ/Five
  - Prepare power domain support for Renesas RZ/G2L family members, and add
    actual support on Renesas RZ/G3S SoC
  - Add thermal, serial (SCIF), and timer (CMT/TMU) clocks on Renesas R-Car V4M
  - Add additional constraints to Allwinner A64 PLL MIPI clock
  - Fix autoloading sunxi-ng clocks when build as a module
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmZGs1MRHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSW2Pw/+OciG7jQzlWQD09M9qTSzygVu/0+NF8ez
 ecvLnWzz3b05GSWqfeG3mm09RmaTtggwPcWx4ad5NBDxGfhn+rT72WWJt6EjA1ln
 i/eNUQIlFZmiDM7Xwx6S841hcRbPz9/RRIeXtmiDkMWjsysr6MHlTkWWVMNfGkiE
 9jxM5BH6N04A4664k3a4qlcZkj2KNkOLeCyzMLtm5aIwBoL3fZ+Q3sqVTgp5imt1
 rzJgpGfN1QhAnd8kV2oIPtJEs9woZtRjCtTtLrTnoGf518uq25ZJx7Mz3Dx+ubUv
 dtOLjjXdM+Q/ou7DM3h7HRjiZC8Mp8CprwwoxEbckBL4gBWYPyu8e6eZNBsF+3Ol
 7WP3TZknDrWsUDxAcX37Euidd+hc8xtbXCQwm+QcugEee7ZXK4ElTgXwyH3FUqn2
 GBI5D0+/3WyoBLqVQ7nTkMV0ps5dHrpBj6J1u/7ZfvC23/E7/5CzIxULXt1hTOcI
 F1cqS78HLAc8BK3gw/63e5TtTMA4cItJD7InBB0jemfeoy03nuWzFbRUqtAStkHd
 BKxmGSV3XXMdGtiN5SFy3tk7NlKeFMiVBiTzD++Vx9IL3mCdArtULu93OfUIOzXW
 B/ekJKi9OHkJx3mBrbio6k4rugQDZovzWN9U2pDJtGCIaAXgYgwKuP8S9UwKLIcx
 R6QarNE5Rsc=
 =YoVJ
 -----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:
 "I'm actually surprised this time. There aren't any new Qualcomm SoC
  clk drivers. And there's zero diff in the core clk framework.

  Instead we have new clk drivers for STM and Sophgo, with
  Samsung^WGoogle in third for the diffstat because they introduced HSI0
  and HSI2 clk drivers for Google's GS101 SoC (high speed interface
  things like PCIe, UFS, and MMC).

  Beyond those big diffs there's the usual updates to various clk
  drivers for incorrect parent descriptions or mising
  MODULE_DEVICE_TABLE()s, etc. Nothing in particular stands out as super
  interesting here.

  New Drivers:
   - STM32MP257 SoC clk driver
   - Airoha EN7581 SoC clk driver
   - Sophgo CV1800B, CV1812H and SG2000 SoC clk driver
   - Loongson-2k0500 and Loongson-2k2000 SoC clk driver
   - Add HSI0 and HSI2 clock controllers for Google GS101
   - Add i.MX95 BLK CTL clock driver

  Updates:
   - Allocate clk_ops dynamically for SCMI clk driver
   - Add support in qcom RCG and RCG2 for multiple configurations for
     the same frequency
   - Use above support for IPQ8074 NSS port 5 and 6 clocks to resolve
     issues
   - Fix the Qualcomm APSS IPQ5018 PLL to fix boot failures of some
     boards
   - Cleanups and fixes for Qualcomm Stromer PLLs
   - Reduce max CPU frequency on Qualcomm APSS IPQ5018
   - Fix Kconfig dependencies of Qualcomm SM8650 GPU and SC8280XP camera
     clk drivers
   - Make Qualcomm MSM8998 Venus clocks functional
   - Cleanup downstream remnants related to DisplayPort across Qualcomm
     SM8450, SM6350, SM8550, and SM8650
   - Reuse the Huayra APSS register map on Qualcomm MSM8996 CBF PLL
   - Use a specific Qualcomm QCS404 compatible for the otherwise generic
     HFPLL
   - Remove Qualcomm SM8150 CPUSS AHB clk as it is unused
   - Remove an unused field in the Qualcomm RPM clk driver
   - Add missing MODULE_DEVICE_TABLE to Qualcomm MSM8917 and MSM8953
     global clock controller drivers
   - Allow choice of manual or firmware-driven control over PLLs, needed
     to fully implement CPU clock controllers on Exynos850
   - Correct PLL clock IDs on ExynosAutov9
   - Propagate certain clock rates to allow setting proper SPI clock
     rates on Google GS101
   - Mark certain Google GS101 clocks critical
   - Convert old S3C64xx clock controller bindings to DT schema
   - Add new PLL rate and missing mux on Rockchip rk3568
   - Add missing reset line on Rockchip rk3588
   - Removal of an unused field in struct rockchip_mmc_clock
   - Amlogic s4/a1: add regmap maximum register for proper debugfs dump
   - Amlogic s4: add MODULE_DEVICE_TABLE() on pll and periph controllers
   - Amlogic pll driver: print clock name on lock error to help debug
   - Amlogic vclk: finish dsi clock path support
   - Amlogic license: fix occurence "GPL v2" as reported by checkpatch
   - Add PM runtime support to i.MX8MP Audiomix
   - Add DT schema for i.MX95 Display Master Block Control
   - Convert to platform remove callback returning void for i.MX8MP
     Audiomix
   - Add SPI (MSIOF) and external interrupt (INTC-EX) clocks on Renesas
     R-Car V4M
   - Add interrupt controller (PLIC) clock and reset on Renesas RZ/Five
   - Prepare power domain support for Renesas RZ/G2L family members, and
     add actual support on Renesas RZ/G3S SoC
   - Add thermal, serial (SCIF), and timer (CMT/TMU) clocks on Renesas
     R-Car V4M
   - Add additional constraints to Allwinner A64 PLL MIPI clock
   - Fix autoloading sunxi-ng clocks when build as a module"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (118 commits)
  clk: samsung: Don't register clkdev lookup for the fixed rate clocks
  clk, reset: microchip: mpfs: fix incorrect preprocessor conditions
  clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs
  clk: qcom: apss-ipq-pll: fix PLL rate for IPQ5018
  clk: qcom: Fix SM_GPUCC_8650 dependencies
  clk: qcom: Fix SC_CAMCC_8280XP dependencies
  dt-bindings: clocks: stm32mp25: add access-controllers description
  clock, reset: microchip: move all mpfs reset code to the reset subsystem
  clk: samsung: gs101: drop unused HSI2 clock parent data
  clk: rockchip: rk3568: Add PLL rate for 724 MHz
  clk: rockchip: Remove an unused field in struct rockchip_mmc_clock
  dt-bindings: clock: fixed: Define a preferred node name
  clk: meson: s4: fix module autoloading
  clk: samsung: gs101: mark some apm UASC and XIU clocks critical
  clk: imx: imx8mp: Convert to platform remove callback returning void
  clk: imx: imx8mp: Switch to RUNTIME_PM_OPS()
  clk: bcm: rpi: Assign ->num before accessing ->hws
  clk: bcm: dvp: Assign ->num before accessing ->hws
  clk: samsung: gs101: add support for cmu_hsi2
  clk: samsung: gs101: add support for cmu_hsi0
  ...
2024-05-18 12:48:37 -07:00
..
sifive dt-bindings: drop Sagar Kadam from SiFive binding maintainership 2023-02-21 10:22:04 -06:00
st devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
ti dt-bindings: clock: ti: remove unstable remark 2024-04-03 08:13:32 -05:00
actions,owl-cmu.txt dt-bindings: clock: Add DT bindings for Actions Semi S500 CMU 2019-02-22 00:01:08 -08:00
adi,axi-clkgen.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
airoha,en7523-scu.yaml dt-bindings: clock: airoha: add EN7581 binding 2024-04-10 20:33:54 -07:00
allwinner,sun4i-a10-ahb-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-apb0-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-apb1-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-axi-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-ccu.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-cpu-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-display-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-gates-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-mbus-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-mmc-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-mod0-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-mod1-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-osc-clk.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
allwinner,sun4i-a10-pll1-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-pll3-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-pll5-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-pll6-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-tcon-ch0-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-usb-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-ve-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun5i-a13-ahb-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun6i-a31-pll6-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun7i-a20-gmac-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun7i-a20-out-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-a83t-de2-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-h3-bus-gates-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-ahb-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-apb0-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-cpus-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-de-clks.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-gt-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-mmc-config-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-pll4-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-usb-clks.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-usb-mod-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-usb-phy-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
alphascale,acc.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
altr_socfpga.txt
amlogic,a1-peripherals-clkc.yaml dt-bindings: clock: meson: add A1 Peripherals clock controller bindings 2023-05-30 17:52:47 +02:00
amlogic,a1-pll-clkc.yaml dt-bindings: clock: meson: add A1 Peripherals clock controller bindings 2023-05-30 17:52:47 +02:00
amlogic,axg-audio-clkc.txt dt-bindings: clk: axg-audio: add sm1 bindings 2019-10-08 09:28:07 +02:00
amlogic,gxbb-aoclkc.yaml dt-bindings: clock: amlogic: convert amlogic,gxbb-aoclkc.txt to dt-schema 2023-08-08 16:09:29 +02:00
amlogic,gxbb-clkc.yaml dt-bindings: clock: amlogic: convert amlogic,gxbb-clkc.txt to dt-schema 2023-08-08 16:06:46 +02:00
amlogic,meson8-ddr-clkc.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
amlogic,meson8b-clkc.txt dt-bindings: clock: meson8b: add the clock inputs 2019-12-11 14:06:28 +01:00
amlogic,s4-peripherals-clkc.yaml dt-bindings: clock: document Amlogic S4 SoC peripherals clock controller 2023-09-27 10:54:24 +02:00
amlogic,s4-pll-clkc.yaml dt-bindings: clock: document Amlogic S4 SoC PLL clock controller 2023-09-27 10:54:24 +02:00
apple,nco.yaml dt-bindings: clock: apple,nco: Add t8112-nco compatible 2023-03-28 19:39:26 +09:00
arm,syscon-icst.yaml dt-bindings: clock: Drop unneeded quotes 2023-03-31 10:00:53 -05:00
armada3700-periph-clock.txt dt-bindings: clk: armada3700: document the PCIe clock 2019-10-03 14:00:20 -07:00
armada3700-tbg-clock.txt devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt 2021-03-25 19:53:04 -06:00
armada3700-xtal-clock.txt pinctrl: dt-bindings: Add documentation for Armada 37xx pin controllers 2017-04-24 11:28:09 +02:00
artpec6.txt clk: add device tree binding for Artpec-6 clock controller 2016-04-15 16:00:37 -07:00
atmel,at91rm9200-pmc.yaml dt-bindings: clocks: atmel,at91rm9200-pmc: convert to yaml 2023-05-22 15:59:43 +03:00
atmel,at91sam9x5-sckc.yaml dt-bindings: clocks: at91sam9x5-sckc: convert to yaml 2023-05-22 15:59:49 +03:00
axs10x-i2s-pll-clock.txt clk/axs10x: Add I2S PLL clock driver 2016-05-06 10:35:04 -07:00
baikal,bt1-ccu-div.yaml dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties' 2020-10-07 11:28:30 -05:00
baikal,bt1-ccu-pll.yaml dt-bindings: correct white-spaces in examples 2023-11-29 14:32:08 -06:00
bitmain,bm1880-clk.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
brcm,bcm63xx-clocks.txt dt-bindings: clock: bcm63xx: add 6318 gated clock bindings 2020-06-19 17:02:08 -07:00
brcm,bcm2711-dvp.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
brcm,bcm2835-aux-clock.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
brcm,bcm2835-cprman.txt dt-bindings: bcm2835-cprman: Add bcm2711 support 2019-09-17 09:55:30 -07:00
brcm,bcm53573-ilp.txt clk: bcm: Add driver for BCM53573 ILP clock 2016-09-16 16:31:29 -07:00
brcm,bcm63268-timer-clocks.yaml dt-bindings: Remove last usage of "binding" or "schema" in titles 2023-06-16 13:56:18 -06:00
brcm,iproc-clocks.yaml Merge branches 'clk-kirkwood', 'clk-imx', 'clk-doc', 'clk-zynq' and 'clk-ralink' into clk-next 2021-09-01 15:27:07 -07:00
brcm,kona-ccu.yaml dt-bindings: clock: brcm,kona-ccu: convert to YAML 2023-12-17 15:23:16 -08:00
calxeda.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
canaan,k210-clk.yaml dt-bindings: Change Damien Le Moal's contact email 2023-06-08 07:31:27 -06:00
cirrus,cs2000-cp.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
cirrus,lochnagar.yaml clk: lochnagar: Move binding over to dtschema 2020-05-27 19:30:25 -06:00
clk-palmas-clk32kg-clocks.txt
clock-bindings.txt dt-bindings: clock: Replace common binding with link to schema 2022-05-19 16:16:17 -07:00
clps711x-clock.txt clk: clps711x: Changing the compatibility string to match with the smallest supported chip 2016-07-06 17:38:13 +02:00
dove-divider-clock.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
fixed-clock.yaml dt-bindings: clock: fixed: Define a preferred node name 2024-05-03 17:56:55 -07:00
fixed-factor-clock.yaml dt-bindings: clock: fixed: Define a preferred node name 2024-05-03 17:56:55 -07:00
fixed-mmio-clock.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
fsl,flexspi-clock.yaml dt-bindings: clock: document the fsl-flexspi-clk device 2020-12-07 16:55:08 -08:00
fsl,imx8-acm.yaml dt-bindings: clock: fsl,imx8-acm: Add audio clock mux support 2023-08-14 12:27:52 +03:00
fsl,imx8m-anatop.yaml dt-bindings: clock: add i.MX8M Anatop 2022-10-24 09:02:54 +08:00
fsl,imx93-anatop.yaml dt-bindings: clock: support i.MX93 ANATOP clock module 2023-12-05 16:04:10 +02:00
fsl,plldig.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
fsl,sai-clock.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
fsl,scu-clk.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
fujitsu,mb86s70-crg11.txt clk: Add clock driver for mb86s7x 2015-04-10 13:51:55 -07:00
google,gs101-clock.yaml dt-bindings: clock: google,gs101-clock: add HSI2 clock management unit 2024-04-29 19:06:57 +02:00
gpio-gate-clock.yaml dt-bindings: clock: gpio-gate-clock: Convert to json-schema 2022-08-22 16:14:54 -07:00
gpio-mux-clock.yaml dt-bindings: clock: gpio-mux-clock: Convert to json-schema 2021-06-25 15:41:58 -07:00
hi3660-clock.txt dt-bindings: clk: Hi3660: Document stub clock 2017-12-06 22:54:37 -08:00
hi3670-clock.txt dt-bindings: clk: hisilicon: Add bindings for Hi3670 clk 2018-10-16 14:46:56 -07:00
hi6220-clock.txt MAINTAINERS: fix broken doc refs due to yaml conversion 2020-10-28 11:41:15 -06:00
hisi-crg.txt clk: hisilicon: add CRG driver for Hi3798CV200 SoC 2016-11-11 15:43:49 -08:00
hisilicon,hi3559av100-clock.yaml dt-bindings: Document the hi3559a clock bindings 2021-06-27 20:05:41 -07:00
idt,versaclock5.yaml dt-bindings: clock: versaclock5: Document 5P49V60 compatible string 2023-01-18 10:49:52 -08:00
img,boston-clock.txt dt-bindings: Document img,boston-clock binding 2017-07-11 14:13:06 +02:00
imx1-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx5-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6q-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6sl-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6sll-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6sx-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6ul-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx7d-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx7ulp-pcc-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx7ulp-scg-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx8m-clock.yaml dt-bindings: clock: imx8m: Add missing interrupt property 2023-06-12 12:16:09 +03:00
imx8mp-audiomix.yaml dt-bindings: Remove last usage of "binding" or "schema" in titles 2023-06-16 13:56:18 -06:00
imx8qxp-lpcg.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
imx8ulp-cgc-clock.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
imx8ulp-pcc-clock.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
imx21-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx23-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx25-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx27-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx28-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx31-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx35-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx93-clock.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
imxrt1050-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
ingenic,cgu.yaml dt-bindings: clock: drop unneeded quotes and use absolute /schemas path 2023-06-15 10:35:33 -07:00
intel,agilex.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
intel,agilex5-clkmgr.yaml dt-bindings: clock: add Intel Agilex5 clock manager 2023-08-08 06:32:34 -05:00
intel,cgu-lgm.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
intel,easic-n5x.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
intel,stratix10.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
keystone-gate.txt dt-bindings: clock: keystone: remove unstable remark 2024-04-03 08:13:32 -05:00
keystone-pll.txt dt-bindings: clock: keystone: remove unstable remark 2024-04-03 08:13:32 -05:00
loongson,ls1x-clk.yaml dt-bindings: clock: Add Loongson-1 clock 2023-03-21 16:25:49 -07:00
loongson,ls2k-clk.yaml dt-bindings: clock: loongson2: Add Loongson-2K2000 compatible 2024-04-11 00:30:10 -07:00
lpc1850-ccu.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
lpc1850-cgu.txt doc: dt: add documentation for lpc1850-cgu clk driver 2015-06-18 15:44:47 -07:00
lpc1850-creg-clk.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
lsi,axm5516-clks.txt
marvell,armada-3700-uart-clock.yaml dt-bindings: mvebu-uart: document DT bindings for marvell,armada-3700-uart-clock 2022-02-25 10:27:57 +01:00
marvell,berlin.txt Documentation: bindings: move the Berlin clock documentation 2015-05-16 00:07:47 +02:00
marvell,mmp2-audio-clock.yaml dt-bindings: clock: Add a missing include to MMP Audio Clock binding 2020-06-09 13:45:09 -07:00
marvell,mmp2-clock.yaml dt-bindings: clock: Make marvell,mmp2-clock a power controller 2020-05-27 17:55:12 -07:00
marvell,pxa168.txt
marvell,pxa910.txt
marvell,pxa1928.txt dt-bindings: Add pxa1928 clock binding 2015-05-15 12:31:38 -07:00
maxim,max9485.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
maxim,max77686.txt mfd: max77686: Do not enforce (incorrect) interrupt trigger type 2021-11-05 14:40:06 +00:00
mediatek,apmixedsys.yaml dt-bindings: clock: mediatek: add clock controllers of MT7988 2024-01-03 15:55:17 -08:00
mediatek,ethsys.yaml dt-bindings: clock: mediatek: add clock controllers of MT7988 2024-01-03 15:55:17 -08:00
mediatek,mt2701-hifsys.yaml dt-bindings: clock: mediatek: convert hifsys to the json-schema clock 2024-02-21 20:56:37 -08:00
mediatek,mt6795-clock.yaml dt-bindings: clock: mediatek: Add clock driver bindings for MT6795 2022-09-26 11:13:09 +08:00
mediatek,mt6795-sys-clock.yaml dt-bindings: clock: mediatek: Add clock driver bindings for MT6795 2022-09-26 11:13:09 +08:00
mediatek,mt7621-sysc.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
mediatek,mt7622-pciesys.yaml dt-bindings: clock: mediatek: convert PCIESYS to the json-schema clock 2024-02-21 20:56:37 -08:00
mediatek,mt7622-ssusbsys.yaml dt-bindings: clock: mediatek: convert SSUSBSYS to the json-schema clock 2024-02-21 20:56:37 -08:00
mediatek,mt7988-ethwarp.yaml dt-bindings: clock: mediatek: add clock controllers of MT7988 2024-01-03 15:55:17 -08:00
mediatek,mt7988-xfi-pll.yaml dt-bindings: clock: mediatek: add clock controllers of MT7988 2024-01-03 15:55:17 -08:00
mediatek,mt8186-fhctl.yaml dt-bindings: clock: mediatek,mt8186-fhctl: Support MT6795, MT8173/92/95 2023-03-13 11:46:32 -07:00
mediatek,mt8188-clock.yaml dt-bindings: arm: mediatek: mmsys: Add VPPSYS compatible for MT8188 2023-12-11 11:12:54 +01:00
mediatek,mt8188-sys-clock.yaml dt-bindings: clock: mediatek: Add new MT8188 clock 2023-03-31 11:51:20 -07:00
mediatek,mt8365-clock.yaml dt-bindings: clock: mediatek: add bindings for MT8365 SoC 2022-09-30 15:07:43 -07:00
mediatek,mt8365-sys-clock.yaml dt-bindings: clock: mediatek: add bindings for MT8365 SoC 2022-09-30 15:07:43 -07:00
mediatek,mtmips-sysc.yaml dt-bindings: clock: add mtmips SoCs system controller 2023-06-21 14:50:22 +02:00
mediatek,topckgen.yaml dt-bindings: clock: mediatek: add clock controllers of MT7988 2024-01-03 15:55:17 -08:00
microchip,lan966x-gck.yaml dt-bindings: clock: lan966x: Extend for clock gate support 2021-12-08 11:19:20 +01:00
microchip,mpfs-ccc.yaml dt-bindings: clk: document PolarFire SoC fabric clocks 2022-09-14 10:57:07 +03:00
microchip,mpfs-clkcfg.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
microchip,pic32.txt dt/bindings/clk: Add PIC32 clock binding documentation. 2016-05-13 15:30:25 +02:00
microchip,sparx5-dpll.yaml dt-bindings: clock: sparx5: Add Sparx5 SoC DPLL clock 2020-07-22 22:28:43 +02:00
milbeaut-clock.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
mobileye,eyeq5-clk.yaml dt-bindings: clock: mobileye,eyeq5-clk: add bindings 2024-02-21 22:14:28 -08:00
moxa,moxart-clock.txt
mstar,msc313-cpupll.yaml dt-bindings: clk: mstar msc313 cpupll binding description 2022-02-16 19:16:03 +01:00
mstar,msc313-mpll.yaml dt-bindings: clk: mstar msc313 mpll binding description 2021-02-14 12:37:45 -08:00
mvebu-core-clock.txt dt-bindings: clock: mvebu: Add compatible string for 98dx1135 core clock 2019-06-25 14:35:10 -07:00
mvebu-corediv-clock.txt clk: mvebu: support for 98DX3236 SoC 2017-01-27 10:48:03 -08:00
mvebu-cpu-clock.txt clk: mvebu: support for 98DX3236 SoC 2017-01-27 10:48:03 -08:00
mvebu-gated-clock.txt ARM: dts: mvebu: Move mv98dx3236 clock bindings 2017-03-08 09:52:54 +01:00
nspire-clock.txt
nuvoton,ma35d1-clk.yaml dt-bindings: clock: nuvoton: add binding for ma35d1 clock controller 2023-06-05 13:18:08 +02:00
nuvoton,npcm750-clk.txt dt-binding: clk: npcm750: Add binding for Nuvoton NPCM7XX Clock 2018-03-23 10:11:25 -07:00
nuvoton,npcm845-clk.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
nvidia,tegra20-car.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
nvidia,tegra124-car.yaml dt-bindings: clock: tegra: Document Tegra132 compatible 2023-07-25 18:29:04 +02:00
nvidia,tegra124-dfll.txt dt-bindings: pinctrl: tegra: Convert to json-schema 2022-11-21 13:27:29 +01:00
nxp,imx95-blk-ctl.yaml dt-bindings: clock: support i.MX95 BLK CTL module 2024-04-22 12:58:10 +03:00
nxp,imx95-display-master-csr.yaml dt-bindings: clock: support i.MX95 Display Master CSR module 2024-04-22 12:58:10 +03:00
nxp,lpc3220-clk.txt dt-bindings: clock: add description of LPC32xx clock controller 2015-12-24 12:31:19 -08:00
nxp,lpc3220-usb-clk.txt dt-bindings: clock: add description of LPC32xx USB clock controller 2015-12-24 12:31:21 -08:00
pistachio-clock.txt CLK: Add binding document for Pistachio clock controllers 2015-03-27 18:51:31 +01:00
pwm-clock.yaml dt-bindings: clock: Convert pwm-clock to DT schema 2022-10-18 10:03:45 -05:00
pxa-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
qca,ath79-pll.txt dt-bindings: clock: qca,ath79-pll: fix copy-paste typos 2016-04-03 12:32:09 +02:00
qcom,a7pll.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,a53pll.yaml dt-bindings: clock: qcom,a53pll: add IPQ5018 compatible 2023-12-02 16:53:08 -08:00
qcom,aoncc-sm8250.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,audiocc-sm8250.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,camcc-sm8250.yaml dt-bindings: clock: Use gcc.yaml for common clock properties 2023-12-07 08:00:51 -08:00
qcom,dispcc-sc8280xp.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
qcom,dispcc-sm8x50.yaml dt-bindings: qcom: Update RPMHPD entries for some SoCs 2023-08-03 20:53:34 -07:00
qcom,dispcc-sm6125.yaml dt-bindings: clock: qcom, dispcc-sm6125: Allow power-domains property 2023-07-27 16:33:44 +03:00
qcom,dispcc-sm6350.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-apq8064.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-apq8084.yaml dt-bindings: clock: qcom,gcc-apq8084: define clocks/clock-names 2023-01-18 18:27:35 -06:00
qcom,gcc-ipq4019.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-ipq6018.yaml dt-bindings: clock: qcom,gcc-ipq6018: split to separate schema 2023-12-07 07:59:24 -08:00
qcom,gcc-ipq8064.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-ipq8074.yaml dt-bindings: clocks: qcom,gcc-ipq8074: allow QMP PCI PHY PIPE clocks 2023-12-02 17:28:02 -08:00
qcom,gcc-msm8660.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-msm8909.yaml dt-bindings: clock: Add MSM8917 global clock controller 2023-03-15 17:19:05 -07:00
qcom,gcc-msm8916.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-msm8953.yaml dt-bindings: clock: qcom,gcc-msm8953: split to separate schema 2023-05-24 21:47:16 -07:00
qcom,gcc-msm8974.yaml dt-bindings: clock: split qcom,gcc-msm8974,-msm8226 to the separate file 2022-12-06 12:26:57 -06:00
qcom,gcc-msm8976.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-msm8994.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-msm8996.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-msm8998.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-other.yaml dt-bindings: clock: qcom,gcc-ipq6018: split to separate schema 2023-12-07 07:59:24 -08:00
qcom,gcc-qcm2290.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-qcs404.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sc7180.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sc7280.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sc8180x.yaml dt-bindings: clock: gcc-sc8180x: Add the missing CX power domain 2024-01-22 18:12:42 -06:00
qcom,gcc-sc8280xp.yaml dt-bindings: clock: qcom,gcc-sc8280xp: document power domain 2023-01-02 08:06:24 -06:00
qcom,gcc-sdm660.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-sdm845.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sdx55.yaml dt-bindings: clock: qcom,gcc-sdx55: drop core_bi_pll_test_se 2023-01-10 22:43:43 -06:00
qcom,gcc-sdx65.yaml dt-bindings: clock: qcom,gcc-sdx65: drop core_bi_pll_test_se 2023-01-10 22:43:43 -06:00
qcom,gcc-sm6115.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-sm6125.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-sm6350.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-sm8150.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sm8250.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sm8350.yaml dt-bindings: clock: qcom,gcc-sm8350: drop core_bi_pll_test_se input 2023-01-10 22:43:01 -06:00
qcom,gcc-sm8450.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
qcom,gcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gpucc-sdm660.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gpucc.yaml dt-bindings: clock: qcom: Allow VDD_GFX supply to GX 2024-01-30 14:47:56 -06:00
qcom,hfpll.yaml dt-bindings: clock: qcom,hfpll: Convert to YAML 2024-04-23 14:14:46 -05:00
qcom,ipq5018-gcc.yaml dt-bindings: clock: Add IPQ5018 clock and reset 2023-08-11 10:46:59 -07:00
qcom,ipq5332-gcc.yaml dt-bindings: clock: Add Qualcomm IPQ5332 GCC 2023-03-15 16:20:59 -07:00
qcom,ipq9574-gcc.yaml dt-bindings: clock: qcom,ipq9574-gcc: Add maintainer 2023-05-17 19:41:46 -07:00
qcom,kpss-acc-v1.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
qcom,kpss-gcc.yaml dt-bindings: arm: msm: Rework kpss-gcc driver Documentation to yaml 2023-03-15 16:40:49 -07:00
qcom,krait-cc.txt dt-bindings: clock: Document qcom,krait-cc 2018-10-17 13:15:01 -07:00
qcom,lcc.yaml dt-bindings: clock: qcom,lcc.yaml: describe clocks for lcc,qcom-mdm9615 2023-07-31 14:23:19 -07:00
qcom,mmcc.yaml dt-bindings: clock: qcom,mmcc: Add GPLL0_DIV for MSM8998 2023-08-13 19:51:03 -07:00
qcom,msm8996-apcc.yaml dt-bindings: clock: qcom,msm8996-apcc: add sys_apcs_aux clock 2023-01-18 21:06:51 -06:00
qcom,msm8996-cbf.yaml dt-bindings: clock: qcom,msm8996-cbf: Add compatible for MSM8996 Pro 2023-07-31 14:29:05 -07:00
qcom,msm8998-gpucc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,q6sstopcc.yaml dt-bindings: clock: qcom: Fix @codeaurora email in Q6SSTOP 2024-02-02 17:15:13 -06:00
qcom,qcm2290-dispcc.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,qdu1000-ecpricc.yaml dt-bindings: clock: qcom: Add ECPRICC clocks for QDU1000 and QRU1000 2023-12-07 08:45:51 -08:00
qcom,qdu1000-gcc.yaml dt-bindings: clock: Update GCC clocks for QDU1000 and QRU1000 SoCs 2023-08-13 20:13:17 -07:00
qcom,rpmcc.yaml dt-bindings: clock: qcom,rpmcc: Add MSM8917 2023-03-15 17:19:05 -07:00
qcom,rpmhcc.yaml Merge branch '20231205061002.30759-4-quic_sibis@quicinc.com' into arm64-for-6.8 2023-12-07 20:22:50 -08:00
qcom,sa8775p-gcc.yaml dt-bindings: clock: qcom,sa8775p-gcc: add the power-domains property 2023-02-08 16:13:16 -08:00
qcom,sc7180-camcc.yaml dt-bindings: clock: Use gcc.yaml for common clock properties 2023-12-07 08:00:51 -08:00
qcom,sc7180-dispcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7180-lpasscorecc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7280-camcc.yaml dt-bindings: clock: Use gcc.yaml for common clock properties 2023-12-07 08:00:51 -08:00
qcom,sc7280-dispcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7280-lpasscc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7280-lpasscorecc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc8280xp-lpasscc.yaml dt-bindings: clock: Add LPASS AUDIOCC and reset controller for SC8280XP 2023-06-13 11:11:27 -07:00
qcom,sdm845-camcc.yaml dt-bindings: clock: Use gcc.yaml for common clock properties 2023-12-07 08:00:51 -08:00
qcom,sdm845-dispcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sdm845-lpasscc.yaml dt-bindings: clock: qcom,sdm845-lpasscc: convert to dtschema 2022-11-05 23:21:17 -05:00
qcom,sdx75-gcc.yaml dt-bindings: clock: qcom: Add GCC clocks for SDX75 2023-05-24 21:02:36 -07:00
qcom,sm4450-gcc.yaml dt-bindings: clock: qcom: Add GCC clocks for SM4450 2023-09-20 09:01:20 -07:00
qcom,sm6115-dispcc.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,sm6115-gpucc.yaml dt-bindings: clock: Add Qcom SM6115 GPUCC 2023-03-13 12:58:19 -07:00
qcom,sm6125-gpucc.yaml dt-bindings: clock: Add Qcom SM6125 GPUCC 2023-03-13 12:58:19 -07:00
qcom,sm6350-camcc.yaml dt-bindings: clock: add QCOM SM6350 camera clock bindings 2023-02-08 20:08:21 -08:00
qcom,sm6375-dispcc.yaml dt-bindings: clock: add QCOM SM6375 display clock 2022-11-15 10:46:31 -06:00
qcom,sm6375-gcc.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,sm6375-gpucc.yaml dt-bindings: clock: sm6375-gpucc: Add VDD_GX 2023-06-13 16:30:13 -07:00
qcom,sm7150-gcc.yaml dt-bindings: clock: Add SM7150 GCC clocks 2023-03-13 16:50:30 -07:00
qcom,sm8350-videocc.yaml This pull request is full of clk driver changes. In fact, there aren't any 2023-08-30 19:53:39 -07:00
qcom,sm8450-camcc.yaml dt-bindings: clock: qcom: Document the X1E80100 Camera Clock Controller 2024-02-06 11:11:09 -06:00
qcom,sm8450-dispcc.yaml dt-bindings: qcom: Update RPMHPD entries for some SoCs 2023-08-03 20:53:34 -07:00
qcom,sm8450-gpucc.yaml dt-bindings: clock: qcom: Document the X1E80100 GPU Clock Controller 2024-02-06 11:11:09 -06:00
qcom,sm8450-videocc.yaml dt-bindings: qcom: Update RPMHPD entries for some SoCs 2023-08-03 20:53:34 -07:00
qcom,sm8550-dispcc.yaml dt-bindings: clock: qcom: Document the X1E80100 Display Clock Controller 2024-02-06 11:11:09 -06:00
qcom,sm8550-gcc.yaml dt-bindings: clock: Add SM8550 GCC clocks 2022-12-01 17:26:41 -06:00
qcom,sm8550-tcsr.yaml dt-bindings: clock: qcom: Document the X1E80100 TCSR Clock Controller 2024-02-06 11:11:09 -06:00
qcom,sm8650-gcc.yaml dt-bindings: clock: qcom: document the SM8650 General Clock Controller 2023-12-07 08:07:47 -08:00
qcom,spmi-clkdiv.yaml dt-bindings: clock: qcom,spmi-clkdiv: convert to DT schema 2023-01-10 22:41:37 -06:00
qcom,turingcc.txt dt-bindings: clock: Introduce Qualcomm Turing Clock controller 2019-04-11 13:34:10 -07:00
qcom,videocc.yaml This pull request is full of clk driver changes. In fact, there aren't any 2023-08-30 19:53:39 -07:00
qcom,x1e80100-gcc.yaml dt-bindings: clock: qcom: Add X1E80100 GCC clocks 2023-12-07 20:18:21 -08:00
qoriq-clock.txt dt-bindings: qoriq-clock: add missing compatible for lx2160a 2022-02-18 17:11:16 -06:00
renesas,5p35023.yaml dt-bindings: clock: versaclock3: Add description for #clock-cells property 2023-09-11 13:23:52 -07:00
renesas,9series.yaml dt-bindings: clk: rs9: Add 9FGV0841 2023-12-17 15:24:54 -08:00
renesas,cpg-clocks.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
renesas,cpg-div6-clock.yaml dt-bindings: clock: renesas: Make example 'clocks' parsable 2022-03-24 19:24:10 -07:00
renesas,cpg-mssr.yaml dt-bindings: clock: renesas,cpg-mssr: Document R-Car V4M support 2024-01-31 11:04:14 +01:00
renesas,cpg-mstp-clocks.yaml dt-bindings: clock: renesas: mstp: Convert to json-schema 2020-05-20 14:08:15 +02:00
renesas,emev2-smu.yaml dt-bindings: clk: emev2: Convert to json-schema 2021-05-10 11:54:32 -05:00
renesas,r9a06g032-sysctrl.yaml dt-bindings: clock: drop unneeded quotes and use absolute /schemas path 2023-06-15 10:35:33 -07:00
renesas,rcar-usb2-clock-sel.yaml dt-bindings: clock: Drop unneeded quotes 2023-03-31 10:00:53 -05:00
renesas,rzg2l-cpg.yaml dt-bindings: clock: renesas,rzg2l-cpg: Update #power-domain-cells = <1> for RZ/G3S 2024-04-25 20:12:14 +02:00
renesas,versaclock7.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
rockchip,px30-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3036-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3128-cru.yaml dt-bindings: clock: convert rockchip,rk3128-cru.txt to YAML 2022-09-23 12:28:49 +02:00
rockchip,rk3188-cru.yaml dt-bindings: clock: convert rockchip,rk3188-cru.txt to YAML 2022-05-17 20:52:29 +02:00
rockchip,rk3228-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3288-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3308-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3328-cru.txt clk: rockchip: document hdmi_phy external input for rk3328 2018-02-12 15:00:58 +01:00
rockchip,rk3368-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3399-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3568-cru.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
rockchip,rk3588-cru.yaml dt-bindings: clock: add rk3588 cru bindings 2022-11-14 15:33:45 +01:00
rockchip,rv1108-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rv1126-cru.yaml dt-bindings: clock: rockchip: Document RV1126 CRU 2022-09-17 16:29:17 +02:00
samsung,exynos-audss-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos-clock.yaml dt-bindings: clock: samsung,exynos: add Exynos4212 clock compatible 2023-05-09 19:48:19 +02:00
samsung,exynos-ext-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos7-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos850-clock.yaml dt-bindings: clock: exynos850: Add CMU_CPUCLK0 and CMU_CPUCL1 2024-02-25 16:48:45 +01:00
samsung,exynos4412-isp-clock.yaml Devicetree updates for v5.19: 2022-05-25 14:56:06 -07:00
samsung,exynos5260-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos5410-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos5433-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos7885-clock.yaml dt-bindings: clock: Add bindings for Exynos7885 CMU_FSYS 2022-06-20 13:57:03 +02:00
samsung,exynosautov9-clock.yaml dt-bindings: clock: exynosautov9: fix reference to CMU_FSYS1 2022-11-07 15:34:25 +01:00
samsung,s2mps11.yaml dt-bindings: clock: drop minItems equal to maxItems 2022-08-30 15:07:08 -07:00
samsung,s3c6400-clock.yaml dt-bindings: clock: samsung,s3c6400-clock: convert to DT Schema 2024-03-26 10:04:24 +01:00
samsung,s5pv210-audss-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,s5pv210-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
silabs,si514.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
silabs,si544.txt clk: Add driver for the si544 clock generator chip 2018-03-23 10:05:25 -07:00
silabs,si570.txt dt-bindings: clock: si570: Add 'silabs,skip-recall' property 2021-02-11 12:13:50 -08:00
silabs,si5341.txt dt-bindings: clock: clk-si5341: Add new attributes 2021-06-27 19:58:14 -07:00
silabs,si5351.yaml dt-bindings: clock: si5351: add PLL reset mode property 2023-12-17 22:31:36 -08:00
skyworks,si521xx.yaml dt-bindings: clk: si521xx: Add Skyworks Si521xx I2C PCIe clock generators 2023-03-27 10:44:29 -07:00
snps,hsdk-pll-clock.txt ARC: clk: introduce HSDK pll driver 2017-08-30 22:36:05 -07:00
snps,pll-clock.txt clk: axs10x: introduce AXS10X pll driver 2017-07-17 11:50:59 -07:00
socionext,uniphier-clock.yaml dt-bindings: clock: Fix node descriptions in uniphier-clock example 2022-12-26 16:09:28 -06:00
sophgo,cv1800-clk.yaml dt-bindings: clock: sophgo: Add clock controller of SG2000 series SoC 2024-04-11 00:02:20 -07:00
sprd,sc9860-clk.txt dt-bindings: clk: sprd: rename the common file name sprd.txt to SoC specific 2020-03-24 19:03:56 -07:00
sprd,sc9863a-clk.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
sprd,ums512-clk.yaml dt-bindings: clock: Drop unneeded quotes 2023-03-31 10:00:53 -05:00
st,nomadik.txt
st,stm32-rcc.txt clk: stm32: Introduce clocks of STM32F769 board 2019-04-25 11:46:36 -07:00
st,stm32h7-rcc.txt dt-bindings: clk: stm32h7: fix clock-cell size 2017-09-21 18:39:11 -05:00
st,stm32mp1-rcc.yaml dt-bindings: clock: st,stm32mp1-rcc: add proper title 2022-12-16 11:41:49 -06:00
st,stm32mp25-rcc.yaml dt-bindings: clocks: stm32mp25: add access-controllers description 2024-05-07 14:58:57 -07:00
starfive,jh7100-audclk.yaml dt-bindings: clock: Add starfive,jh7100-audclk bindings 2022-03-10 18:17:32 -08:00
starfive,jh7100-clkgen.yaml dt-bindings: clock: starfive: Add JH7100 bindings 2021-12-16 17:22:56 +01:00
starfive,jh7110-aoncrg.yaml dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator 2023-04-05 15:43:24 +01:00
starfive,jh7110-ispcrg.yaml dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator 2023-07-19 18:08:00 +01:00
starfive,jh7110-pll.yaml dt-bindings: clock: Add StarFive JH7110 PLL clock generator 2023-07-19 18:07:48 +01:00
starfive,jh7110-stgcrg.yaml dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator 2023-07-19 18:08:00 +01:00
starfive,jh7110-syscrg.yaml dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs 2023-07-19 18:08:00 +01:00
starfive,jh7110-voutcrg.yaml dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator 2023-07-19 18:08:00 +01:00
stericsson,abx500.txt clk: ux500: Add device tree bindings for ABx500 clocks 2017-01-26 16:10:01 -08:00
stericsson,u8500-clks.yaml dt-bindings: clock: u8500: Add clkout clock bindings 2022-04-25 16:17:24 -07:00
sunplus,sp7021-clkc.yaml dt-bindings: clock: Add bindings for SP7021 clock driver 2022-07-08 14:23:39 +02:00
tesla,fsd-clock.yaml dt-bindings: clock: tesla,fsd: Fix spelling mistake 2024-01-23 13:46:11 +01:00
ti,am62-audio-refclk.yaml dt-bindings: clock: Add binding documentation for TI Audio REFCLK 2023-06-16 12:15:31 -07:00
ti,am654-ehrpwm-tbclk.yaml dt-bindings: clock: ehrpwm: Remove unneeded syscon compatible 2023-06-16 11:57:53 -07:00
ti,cdce706.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
ti,cdce925.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
ti,lmk04832.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
ti,sci-clk.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
ti-clkctrl.txt dt-bindings: clock: ti: Add clock-output-names for clockctrl 2022-04-11 16:02:49 +03:00
ti-keystone-pllctrl.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
toshiba,tmpv770x-pipllct.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
toshiba,tmpv770x-pismu.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
vf610-clock.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
vt8500.txt
xgene.txt Documentation: dt: xgene: Add PMD clock binding 2016-09-14 13:53:53 -07:00
xlnx,clocking-wizard.yaml dt-bindings: clock: xilinx: add versal compatible 2023-12-17 14:51:43 -08:00
xlnx,versal-clk.yaml dt-bindings: Remove alt_ref from versal 2023-12-17 14:24:45 -08:00
zynq-7000.txt