linux/Documentation/devicetree/bindings/clock
Linus Torvalds 35655ceb31 Here's a collection of largely clk driver updates for the merge window. The
usual suspects are here: i.MX, Qualcomm, Renesas, Allwinner, Samsung, and
 Rockchip, but it feels pretty light on commits. There's only one real commit to
 the framework core and that's to consolidate code. Otherwise the diffstat is
 dominated by many Qualcomm clk driver patches that modernize the driver for the
 proper way of speciying clk parents. That's shifting data around, which could
 subtly break things so I'll be on the lookout for fixes.
 
 New Drivers:
  - Proper clk driver for Mediatek MT7621 SoCs
  - Support for the clock controller on the new Rockchip rk3568
 
 Updates:
  - Simplify Zynq Kconfig dependencies
  - Use clk_hw pointers in socfpga driver
  - Cleanup parent data in qcom clk drivers
  - Some cleanups for rk3399 modularization
  - Fix reparenting of i.MX UART clocks by initializing only the ones
    associated to stdout
  - Correct the PCIE clocks for i.MX8MP and i.MX8MQ
  - Make i.MX LPCG and SCU clocks return on registering failure
  - Kernel doc fixes
  - Add DAB hardware accelerator clocks on Renesas R-Car E3 and M3-N
  - Add timer (TMU) clocks on Renesas R-Car H3 ES1.0
  - Add Timer (TMU & CMT) and thermal sensor (TSC) clocks on Renesas R-Car V3U
  - Sigma-delta modulation on Allwinner V3s audio PLL
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmCJ9PcRHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSXEFhAAuWMm47mZjE4TG+6qizcGC7kEDwS9Rs+j
 0oYzdWBmSn7vGBZCCdr/IgvjK3CviNDXE076w5ntZm5kajD3yUOBNkFpHxOa9la7
 NuH+OJiJQfzfzwFPwQmMZ0TjeaPDLqXcneKC80nYnauo7HScnySdiLdAmEnzJn7v
 3a6Jf0Wzv1QIMZxdX3HgHts/VcWwonNJ1IGPUl5Ac7tJgUKLi+l1R27dow9eCH83
 7KPFXjCsiE9jwIBvEUEvxguz5SPQujSHc81cLp8FnIsY7YsTx48NaHQrpcqQM8f8
 zliC29QIjvWr8BGMKcHmuDwEG68gDdjHzmaKJSbcVTZ/jikQu+lOMNX96HRSdNe1
 48UTk8Gqwyj9xI4OGC8A2ssLCGvDivSpdEfYoH7hE3K/+dxjwita9ZGIiD7Zp7C+
 omjVGIUeSqoyQBXINC3sVwR+8nqCyR6ceRTxeELa8XwjPLwVg2JGPvJCKLHr5RED
 TXtt3SYCcoKbdxqrBwOsMx1dhWvkx2f0iAKyUKt8jbAIE+bNwbqGOnWMaqiM+j8r
 ixG8WL59087XYBjeO7kwn16Gszf5EkZWRTsA27tHni4hDUFp1ZpPRUJwvHgT1S5v
 o1Tvo5AmtvT9HMasPa5cqlQh7FOrRb2FPXxaQRFR8VX6GQanWf9N+MP3THwRSNVn
 2oadQvAJm/w=
 =z+1G
 -----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:
 "Here's a collection of largely clk driver updates. The usual suspects
  are here: i.MX, Qualcomm, Renesas, Allwinner, Samsung, and Rockchip,
  but it feels pretty light on commits.

  There's only one real commit to the framework core and that's to
  consolidate code. Otherwise the diffstat is dominated by many Qualcomm
  clk driver patches that modernize the driver for the proper way of
  speciying clk parents. That's shifting data around, which could subtly
  break things so I'll be on the lookout for fixes.

  New Drivers:
   - Proper clk driver for Mediatek MT7621 SoCs
   - Support for the clock controller on the new Rockchip rk3568

  Updates:
   - Simplify Zynq Kconfig dependencies
   - Use clk_hw pointers in socfpga driver
   - Cleanup parent data in qcom clk drivers
   - Some cleanups for rk3399 modularization
   - Fix reparenting of i.MX UART clocks by initializing only the ones
     associated to stdout
   - Correct the PCIE clocks for i.MX8MP and i.MX8MQ
   - Make i.MX LPCG and SCU clocks return on registering failure
   - Kernel doc fixes
   - Add DAB hardware accelerator clocks on Renesas R-Car E3 and M3-N
   - Add timer (TMU) clocks on Renesas R-Car H3 ES1.0
   - Add Timer (TMU & CMT) and thermal sensor (TSC) clocks on
     Renesas R-Car V3U
   - Sigma-delta modulation on Allwinner V3s audio PLL"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (82 commits)
  MAINTAINERS: add MT7621 CLOCK maintainer
  staging: mt7621-dts: use valid vendor 'mediatek' instead of invalid 'mtk'
  staging: mt7621-dts: make use of new 'mt7621-clk'
  clk: ralink: add clock driver for mt7621 SoC
  clk: uniphier: Fix potential infinite loop
  clk: qcom: rpmh: add support for SDX55 rpmh IPA clock
  clk: qcom: gcc-sdm845: get rid of the test clock
  clk: qcom: convert SDM845 Global Clock Controller to parent_data
  dt-bindings: clock: separate SDM845 GCC clock bindings
  clk: qcom: apss-ipq-pll: Add missing MODULE_DEVICE_TABLE
  clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE
  clk: qcom: a7-pll: Add missing MODULE_DEVICE_TABLE
  dt: bindings: add mt7621-sysc device tree binding documentation
  dt-bindings: clock: add dt binding header for mt7621 clocks
  clk: samsung: Remove redundant dev_err calls
  clk: zynqmp: pll: add set_pll_mode to check condition in zynqmp_pll_enable
  clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback
  clk: zynqmp: Drop dependency on ARCH_ZYNQMP
  clk: zynqmp: Enable the driver if ZYNQMP_FIRMWARE is selected
  clk: qcom: gcc-sm8350: use ARRAY_SIZE instead of specifying num_parents
  ...
2021-04-28 17:13:56 -07:00
..
sifive dt-bindings: fu740: prci: add YAML documentation for the FU740 PRCI 2020-12-15 19:21:49 -08:00
st
ti dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock 2020-01-20 09:34:37 +02:00
actions,owl-cmu.txt
adi,axi-clkgen.yaml dt-bindings: clock: adi,axi-clkgen: add compatible string for ZynqMP support 2021-02-08 18:13:13 -08:00
allwinner,sun4i-a10-ahb-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-apb0-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-apb1-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-axi-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-ccu.yaml dt-bindings: clk: sunxi-ccu: Add compatible string for Allwinner H616 2021-01-28 11:14:23 +01:00
allwinner,sun4i-a10-cpu-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-display-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-gates-clk.yaml dt-bindings: Clean-up schema indentation formatting 2020-04-16 16:59:22 -05:00
allwinner,sun4i-a10-mbus-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-mmc-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-mod0-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-mod1-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-osc-clk.yaml dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
allwinner,sun4i-a10-pll1-clk.yaml dt-bindings: Clean-up undocumented compatible strings 2021-03-23 15:27:51 -06:00
allwinner,sun4i-a10-pll3-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-pll5-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-pll6-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-tcon-ch0-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-usb-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-ve-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun5i-a13-ahb-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun6i-a31-pll6-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun7i-a20-gmac-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun7i-a20-out-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun8i-a83t-de2-clk.yaml dt-bindings: clocks: Convert Allwinner DE2 clocks to a schema 2019-12-16 18:06:55 +01:00
allwinner,sun8i-h3-bus-gates-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-ahb-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-apb0-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-cpus-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-de-clks.yaml dt-bindings: clocks: Convert Allwinner A80 DE clocks to a schema 2019-12-16 18:07:06 +01:00
allwinner,sun9i-a80-gt-clk.yaml dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
allwinner,sun9i-a80-mmc-config-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-pll4-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-usb-clks.yaml dt-bindings: Fix undocumented compatible strings in examples 2021-02-04 09:07:43 -06:00
allwinner,sun9i-a80-usb-mod-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-usb-phy-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
alphascale,acc.txt
altr_socfpga.txt
amlogic,axg-audio-clkc.txt dt-bindings: clk: axg-audio: add sm1 bindings 2019-10-08 09:28:07 +02:00
amlogic,gxbb-aoclkc.txt
amlogic,gxbb-clkc.txt
amlogic,meson8-ddr-clkc.yaml dt-bindings: clock: add the Amlogic Meson8 DDR clock controller binding 2019-12-11 14:06:27 +01:00
amlogic,meson8b-clkc.txt dt-bindings: clock: meson8b: add the clock inputs 2019-12-11 14:06:28 +01:00
arm,syscon-icst.yaml dt-bindings: Fix undocumented compatible strings in examples 2021-02-04 09:07:43 -06: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
artpec6.txt
at91-clock.txt
axs10x-i2s-pll-clock.txt
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: Use 'additionalProperties' instead of 'unevaluatedProperties' 2020-10-07 11:28:30 -05:00
bitmain,bm1880-clk.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05: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: clock: Add BCM2711 DVP binding 2020-06-19 17:13:49 -07:00
brcm,bcm2835-aux-clock.txt
brcm,bcm2835-cprman.txt
brcm,bcm53573-ilp.txt
brcm,iproc-clocks.txt
brcm,kona-ccu.txt
calxeda.yaml dt-bindings: clock: Convert Calxeda clock bindings to json-schema 2020-05-03 11:10:41 -05:00
canaan,k210-clk.yaml dt-bindings: Add missing array size constraints 2021-01-11 17:42:25 -06:00
cirrus,lochnagar.yaml clk: lochnagar: Move binding over to dtschema 2020-05-27 19:30:25 -06:00
clk-exynos-audss.txt
clk-palmas-clk32kg-clocks.txt
clk-s5pv210-audss.txt
clock-bindings.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
clps711x-clock.txt
cs2000-cp.txt
dove-divider-clock.txt
efm32-clock.txt
exynos4-clock.txt
exynos7-clock.txt
exynos3250-clock.txt
exynos5250-clock.txt
exynos5260-clock.txt
exynos5410-clock.txt
exynos5420-clock.txt
exynos5433-clock.txt
fixed-clock.yaml
fixed-factor-clock.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
fixed-mmio-clock.txt
fsl,flexspi-clock.yaml dt-bindings: clock: document the fsl-flexspi-clk device 2020-12-07 16:55:08 -08:00
fsl,plldig.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
fsl,sai-clock.yaml dt-bindings: Fix paths in schema $id fields 2020-02-05 09:14:57 +00:00
fujitsu,mb86s70-crg11.txt
gpio-gate-clock.txt
gpio-mux-clock.txt
hi3620-clock.txt
hi3660-clock.txt
hi3670-clock.txt
hi6220-clock.txt MAINTAINERS: fix broken doc refs due to yaml conversion 2020-10-28 11:41:15 -06:00
hisi-crg.txt
hix5hd2-clock.txt
idt,versaclock5.yaml dt-bindings: clk: versaclock5: Add optional load capacitance property 2021-02-11 12:09:31 -08:00
img,boston-clock.txt
imx1-clock.yaml dt-bindings: clock: Convert i.MX1 clock to json-schema 2020-05-28 20:54:07 -06:00
imx5-clock.yaml dt-bindings: clock: imx: Switch to my personal address 2021-02-09 00:15:21 -08:00
imx6q-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx6sl-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx6sll-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx6sx-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx6ul-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx7d-clock.yaml dt-bindings: clock: Convert i.MX7D clock to json-schema 2020-05-28 14:54:42 -06:00
imx7ulp-pcc-clock.yaml dt-bindings: clock: Convert imx7ulp clock to json-schema 2020-06-15 10:19:55 -06:00
imx7ulp-scg-clock.yaml dt-bindings: clock: Convert imx7ulp clock to json-schema 2020-06-15 10:19:55 -06:00
imx8m-clock.yaml dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties' 2020-10-07 11:28:30 -05:00
imx8qxp-lpcg.yaml dt-bindings: clock: imx8qxp-lpcg: correct the example clock-names 2021-03-15 12:22:07 +08:00
imx21-clock.yaml dt-bindings: clock: Convert i.MX21 clock to json-schema 2020-05-28 20:53:40 -06:00
imx23-clock.yaml Merge branch 'dt/linus' into dt/next 2020-10-06 08:38:32 -05:00
imx25-clock.yaml dt-bindings: clock: Convert i.MX25 clock to json-schema 2020-05-28 20:53:04 -06:00
imx27-clock.yaml dt-bindings: clock: imx: Switch to my personal address 2021-02-09 00:15:21 -08:00
imx28-clock.yaml Merge branch 'dt/linus' into dt/next 2020-10-06 08:38:32 -05:00
imx31-clock.yaml dt-bindings: clock: imx: Switch to my personal address 2021-02-09 00:15:21 -08:00
imx35-clock.yaml dt-bindings: clock: Correct mmc node name in i.MX35 binding 2020-06-29 16:25:31 -06:00
ingenic,cgu.yaml dt-bindings: USB: Add bindings for Ingenic JZ4775 and X2000. 2020-12-05 13:39:30 +05:30
intc_stratix10.txt
intel,agilex.yaml dt-bindings: documentation: add clock bindings information for Agilex 2020-05-26 19:13:05 -07:00
intel,cgu-lgm.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
intel,easic-n5x.yaml dt-bindings: documentation: add clock bindings information for eASIC N5X 2021-02-12 13:04:58 -08:00
keystone-gate.txt
keystone-pll.txt
lpc1850-ccu.txt
lpc1850-cgu.txt
lpc1850-creg-clk.txt
lsi,axm5516-clks.txt
marvell,berlin.txt
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
maxim,max9485.txt
maxim,max77686.txt
mediatek,mt7621-sysc.yaml dt: bindings: add mt7621-sysc device tree binding documentation 2021-04-09 10:42:50 -07:00
microchip,pic32.txt
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: Clean-up undocumented compatible strings 2021-03-23 15:27:51 -06:00
moxa,moxart-clock.txt
mstar,msc313-mpll.yaml dt-bindings: clk: mstar msc313 mpll binding description 2021-02-14 12:37:45 -08:00
mvebu-core-clock.txt
mvebu-corediv-clock.txt
mvebu-cpu-clock.txt
mvebu-gated-clock.txt
nspire-clock.txt
nuvoton,npcm750-clk.txt
nvidia,tegra20-car.txt
nvidia,tegra30-car.txt
nvidia,tegra114-car.txt
nvidia,tegra124-car.txt
nvidia,tegra124-dfll.txt
nvidia,tegra210-car.txt
nxp,lpc3220-clk.txt
nxp,lpc3220-usb-clk.txt
oxnas,stdclk.txt
pistachio-clock.txt
pwm-clock.txt
pxa-clock.txt
qca,ath79-pll.txt
qcom,a7pll.yaml dt-bindings: clock: Add Qualcomm A7 PLL binding 2021-02-08 09:46:23 -08:00
qcom,a53pll.yaml dt-bindings: clock: add ipq6018 a53 pll compatible 2020-06-22 00:13:57 -07:00
qcom,aoncc-sm8250.yaml dt-bindings: clock: Add support for LPASS Always ON Controller 2020-11-04 18:34:54 -08:00
qcom,audiocc-sm8250.yaml dt-bindings: clock: Add support for LPASS Audio Clock Controller 2020-11-04 18:34:54 -08:00
qcom,camcc.txt
qcom,dispcc-sm8x50.yaml dt-bindings: clock: add QCOM SM8150 and SM8250 display clock bindings 2020-10-13 18:18:06 -07:00
qcom,gcc-apq8064.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-ipq8074.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-msm8996.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-msm8998.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-qcs404.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-sc7180.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,gcc-sc7280.yaml dt-bindings: clock: Add SC7280 GCC clock binding 2021-02-14 12:56:55 -08:00
qcom,gcc-sc8180x.yaml dt-bindings: clock: Add SC8180x GCC binding 2021-02-08 09:54:11 -08:00
qcom,gcc-sdm845.yaml dt-bindings: clock: separate SDM845 GCC clock bindings 2021-04-09 12:01:22 -07:00
qcom,gcc-sdx55.yaml dt-bindings: clock: Add SDX55 GCC clock bindings 2020-12-07 16:59:58 -08:00
qcom,gcc-sm8150.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,gcc-sm8250.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
qcom,gcc-sm8350.yaml dt-bindings: clock: Add SM8350 GCC clock bindings 2021-02-08 10:03:57 -08:00
qcom,gcc.yaml dt-bindings: clock: separate SDM845 GCC clock bindings 2021-04-09 12:01:22 -07:00
qcom,gpucc-sdm660.yaml dt-bindings: clock: Add QCOM SDM630 and SDM660 graphics clock bindings 2021-02-14 12:56:55 -08:00
qcom,gpucc.yaml dt-bindings: clock: add SM8250 QCOM Graphics clock bindings 2020-07-24 01:51:23 -07:00
qcom,hfpll.txt
qcom,krait-cc.txt
qcom,lcc.txt
qcom,lpasscc.txt
qcom,mmcc.yaml dt-bindings: clock: Add support for the SDM630 and SDM660 mmcc 2021-02-14 12:56:54 -08:00
qcom,msm8996-apcc.yaml dt-bindings: clock: Fix qcom,msm8996-apcc yaml syntax 2020-07-22 18:05:48 -07:00
qcom,msm8998-gpucc.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,q6sstopcc.yaml dt-bindings: clock: qcom: Add QCOM Q6SSTOP clock controller bindings 2019-10-17 14:50:40 -07:00
qcom,rpmcc.txt clk: qcom: smd: Add support for MSM8992/4 rpm clocks 2020-07-11 09:19:24 -07:00
qcom,rpmhcc.yaml dt-bindings: clock: Add RPMHCC bindings for SC7280 2021-02-14 12:56:55 -08:00
qcom,sc7180-camcc.yaml dt-bindings: clock: Add YAML schemas for the QCOM Camera clock bindings. 2020-11-04 18:26:56 -08:00
qcom,sc7180-dispcc.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,sc7180-lpasscorecc.yaml dt-bindings: clock: Fix YAML schemas for LPASS clocks on SC7180 2020-07-31 16:20:37 -07:00
qcom,sc7180-mss.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,sdm845-dispcc.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,spmi-clkdiv.txt
qcom,turingcc.txt
qcom,videocc.yaml dt-bindings: clock: add SM8250 QCOM video clock bindings 2020-10-13 18:05:04 -07:00
qoriq-clock.txt
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: div6: Convert to json-schema 2020-05-18 11:07:23 +02:00
renesas,cpg-mssr.yaml dt-bindings: clock: renesas,cpg-mssr: Document r8a779a0 2020-09-17 15:30:08 +02: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.txt
renesas,h8s2678-pll-clock.txt
renesas,h8300-div-clock.txt
renesas,r9a06g032-sysctrl.txt
renesas,rcar-usb2-clock-sel.yaml dt-bindings: clock: renesas: rcar-usb2-clock-sel: Add support for RZ/G2 M/N/H 2021-01-12 12:35:13 +01:00
rockchip,px30-cru.txt arm64: dts: rockchip: document explicit px30 cru dependencies 2019-10-03 23:24:06 +02:00
rockchip,rk3036-cru.txt
rockchip,rk3128-cru.txt
rockchip,rk3188-cru.txt
rockchip,rk3228-cru.txt
rockchip,rk3288-cru.txt dt-bindings: clocks: add rk3288w variant compatible 2020-06-17 10:52:57 +02:00
rockchip,rk3308-cru.txt
rockchip,rk3328-cru.txt
rockchip,rk3368-cru.txt
rockchip,rk3399-cru.txt
rockchip,rk3568-cru.yaml dt-binding: clock: Document rockchip, rk3568-cru bindings 2021-03-21 11:10:58 +01:00
rockchip,rv1108-cru.txt
samsung,s2mps11.txt
samsung,s3c64xx-clock.txt
samsung,s3c2410-clock.txt
samsung,s3c2412-clock.txt
samsung,s3c2443-clock.txt
samsung,s5pv210-clock.txt
silabs,si514.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
silabs,si544.txt
silabs,si570.txt dt-bindings: clock: si570: Add 'silabs,skip-recall' property 2021-02-11 12:13:50 -08:00
silabs,si5341.txt clk: clk-si5341: Add support for the Si5345 series 2020-05-28 21:00:51 -07:00
silabs,si5351.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
snps,hsdk-pll-clock.txt
snps,pll-clock.txt
socionext,uniphier-clock.yaml dt-bindings: clock: Convert UniPhier clock to json-schema 2020-03-02 16:26:02 -06: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: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
st,nomadik.txt
st,stm32-rcc.txt
st,stm32h7-rcc.txt
st,stm32mp1-rcc.yaml dt-bindings: Fix paths in schema $id fields 2020-02-05 09:14:57 +00:00
stericsson,abx500.txt
ti,am654-ehrpwm-tbclk.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
ti,cdce706.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
ti,cdce925.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
ti,sci-clk.txt
ti-clkctrl.txt clk: ti: clkctrl: Fix hidden dependency to node name 2020-01-20 12:29:27 +02:00
ti-keystone-pllctrl.txt
ux500.txt
vf610-clock.txt
vt8500.txt
xgene.txt
xlnx,versal-clk.yaml dt-bindings: Fix paths in schema $id fields 2020-02-05 09:14:57 +00:00
xlnx,zynqmp-clk.txt
zynq-7000.txt