linux/Documentation/devicetree/bindings/clock
Linus Torvalds fc35c1966e We have two changes to the core framework this time around. The first being a
large change that introduces runtime PM support to the clk framework. Now we
 properly call runtime PM operations on the device providing a clk when the clk
 is in use. This helps on SoCs where the clks provided by a device need
 something to be powered on before using the clks, like power domains or
 regulators. It also helps power those things down when clks aren't in use. The
 other core change is a devm API addition for clk providers so we can get rid of
 a bunch of clk driver remove functions that are just doing
 of_clk_del_provider().
 
 Outside of the core, we have the usual addition of clk drivers and smattering
 of non-critical fixes to existing drivers. The biggest diff is support for
 Mediatek MT2712 and MT7622 SoCs, but those patches really just add a bunch
 of data.
 
 By the way, we're trying something new here where we build the tree up with
 topic branches. We plan to work this into our workflow so that we don't step
 on each other's toes, and so the fixes branch can be merged on an as-needed
 basis.
 
 Core:
  - Runtime PM support for clk providers
  - devm API for of_clk_add_hw_provider()
 
 New Drivers:
  - Mediatek MT2712 and MT7622
  - Renesas R-Car V3M SoC
 
 Updates:
  - Runtime PM support for Samsung exynos5433/exynos4412 providers
  - Removal of clkdev aliases on Samsung SoCs
  - Convert clk-gpio to use gpio descriptors
  - Various driver cleanups to match kernel coding style
  - Amlogic Video Processing Unit VPU and VAPB clks
  - Sigma-delta modulation for Allwinner audio PLLs
  - Allwinner A83t Display clks
  - Support for the second display unit clock on Renesas RZ/G1E
  - Suspend/resume support for Renesas R-Car Gen3 CPG/MSSR
  - New clock ids for Rockchip rk3188 and rk3368 SoCs
  - Various 'const' markings on clk_ops structures
  - RPM clk support on Qualcomm MSM8996/MSM8660 SoCs
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.22 (GNU/Linux)
 
 iQIcBAABCAAGBQJaD3qRAAoJEK0CiJfG5JUlOLgQAKWekgG/IYgcPzPWDYfg8Hwr
 sVVUK7+q7TVfbHsbYVikJuUaxutKZ0onnrYmOalTTyyxqL2E1/rYScnxdYHfcwX8
 cyfHebRHsbh/Xg45ktwjzBkO49nwuppkpXd/V80GSBUZ+lsIVl5DUrrFAZdRUEdr
 CEsAsF9tEWIl+0gqXYNuiKBV7QAYv5BUPrbJQf0PwL6jX0OAhLv+ukfN8BdmYsOb
 rdoqhdgmyHkTuIMqsC/H2yP59aAKBse7wxIYebDiTdbPWfTkC9q927fTs4A02F6L
 sHfLvCpfuB4rOjXy6LSd1gMGWIcjotZai+idHBqtNLLVz6exF1QpUCp+pZjEULbA
 /Sx9lk8A3cYoa8pTu1NrrZbZX17iHkFswqMF3T20nhUN9+Ti597ZEbRcWDcoEZtw
 v2NznOTJ7Mm2SrNHOvDklstggNIGcwiAEePGMo7rJNEQZChpDjQj/gJWKzn0UwL4
 zfk+0EzoejPdvZ5FJUfmlr8Tqk53uw+y7/0xQ6gf8lDviTrzzoeXtJUyumGBiuGx
 RxFywf8n02oLYRJm5hu+0NkC+/bX0Lxg/kwiR6FLBFbBFgkWyp7FGcxhlm6ZiBfe
 0KkPciWslNavn5KhljIkZDbXymbvhhSr9uBEFsyeJueA5q7sSghWloL8Ag1cac3W
 e6swD1ngXtM/t5gjOLhR
 =hC7z
 -----END PGP SIGNATURE-----

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

Pull clk updates from Stephen Boyd:
 "We have two changes to the core framework this time around.

  The first being a large change that introduces runtime PM support to
  the clk framework. Now we properly call runtime PM operations on the
  device providing a clk when the clk is in use. This helps on SoCs
  where the clks provided by a device need something to be powered on
  before using the clks, like power domains or regulators. It also helps
  power those things down when clks aren't in use.

  The other core change is a devm API addition for clk providers so we
  can get rid of a bunch of clk driver remove functions that are just
  doing of_clk_del_provider().

  Outside of the core, we have the usual addition of clk drivers and
  smattering of non-critical fixes to existing drivers. The biggest diff
  is support for Mediatek MT2712 and MT7622 SoCs, but those patches
  really just add a bunch of data.

  By the way, we're trying something new here where we build the tree up
  with topic branches. We plan to work this into our workflow so that we
  don't step on each other's toes, and so the fixes branch can be merged
  on an as-needed basis.

  Summary:

  Core:
   - runtime PM support for clk providers
   - devm API for of_clk_add_hw_provider()

  New Drivers:
   - Mediatek MT2712 and MT7622
   - Renesas R-Car V3M SoC

  Updates:
   - runtime PM support for Samsung exynos5433/exynos4412 providers
   - removal of clkdev aliases on Samsung SoCs
   - convert clk-gpio to use gpio descriptors
   - various driver cleanups to match kernel coding style
   - Amlogic Video Processing Unit VPU and VAPB clks
   - sigma-delta modulation for Allwinner audio PLLs
   - Allwinner A83t Display clks
   - support for the second display unit clock on Renesas RZ/G1E
   - suspend/resume support for Renesas R-Car Gen3 CPG/MSSR
   - new clock ids for Rockchip rk3188 and rk3368 SoCs
   - various 'const' markings on clk_ops structures
   - RPM clk support on Qualcomm MSM8996/MSM8660 SoCs"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (137 commits)
  clk: stm32h7: fix test of clock config
  clk: pxa: fix building on older compilers
  clk: sunxi-ng: a83t: Fix i2c buses bits
  clk: ti: dra7-atl-clock: fix child-node lookups
  clk: qcom: common: fix legacy board-clock registration
  clk: uniphier: fix DAPLL2 clock rate of Pro5
  clk: uniphier: fix parent of miodmac clock data
  clk: hi3798cv200: correct parent mux clock for 'clk_sdio0_ciu'
  clk: hisilicon: Delete an error message for a failed memory allocation in hisi_register_clkgate_sep()
  clk: hi3660: fix incorrect uart3 clock freqency
  clk: kona-setup: Delete error messages for failed memory allocations
  ARC: clk: fix spelling mistake: "configurarion" -> "configuration"
  clk: cdce925: remove redundant check for non-null parent_name
  clk: versatile: Improve sizeof() usage
  clk: versatile: Delete error messages for failed memory allocations
  clk: ux500: Improve sizeof() usage
  clk: ux500: Delete error messages for failed memory allocations
  clk: spear: Delete error messages for failed memory allocations
  clk: ti: Delete error messages for failed memory allocations
  clk: mmp: Adjust checks for NULL pointers
  ...
2017-11-17 20:04:24 -08:00
..
st dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
ti dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
alphascale,acc.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
altr_socfpga.txt ARM: socfpga: dts: Add div-reg to the main_pll clocks 2014-05-05 22:33:18 -05:00
amlogic,gxbb-aoclkc.txt The diff is dominated by the Allwinner A10/A20 SoCs getting converted to 2017-09-13 11:04:14 -07:00
amlogic,gxbb-clkc.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
amlogic,meson8b-clkc.txt ARM: arm64: Devicetree updates for v4.14 2017-09-10 20:54:48 -07:00
arm-integrator.txt Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2014-10-07 21:16:26 -04:00
arm-syscon-icst.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
armada3700-periph-clock.txt dt-bindings: clock: add DT binding for the peripheral clocks on Armada 3700 2016-08-15 14:10:25 -07:00
armada3700-tbg-clock.txt dt-bindings: clock: add DT binding for the TBG clocks on Armada 3700 2016-08-15 14:07:40 -07: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
at91-clock.txt dt-bindings: clk: at91: add audio plls to the compatible list 2017-09-01 15:46:50 -07:00
axi-clkgen.txt clk: axi-clkgen: Add multi-parent support 2016-01-29 17:06:14 -08:00
axs10x-i2s-pll-clock.txt clk/axs10x: Add I2S PLL clock driver 2016-05-06 10:35:04 -07:00
brcm,bcm2835-aux-clock.txt clk: bcm2835: Add bindings for the auxiliary peripheral clock gates. 2015-12-22 16:46:58 -08:00
brcm,bcm2835-cprman.txt clk: bcm2835: Register the DSI0/DSI1 pixel clocks. 2017-01-20 16:22:55 -08:00
brcm,bcm53573-ilp.txt clk: bcm: Add driver for BCM53573 ILP clock 2016-09-16 16:31:29 -07:00
brcm,iproc-clocks.txt dt-bindings: Document Broadcom Hurricane 2 clocks 2017-10-12 11:30:41 -07:00
brcm,kona-ccu.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
calxeda.txt
clk-exynos-audss.txt We have two changes to the core framework this time around. The first being a 2017-11-17 20:04:24 -08:00
clk-palmas-clk32kg-clocks.txt dt/bindings: Binding documentation for Palmas clk32kg and clk32kgaudio clocks 2014-07-01 21:37:57 -07:00
clk-s5pv210-audss.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
clock-bindings.txt clk: bindings: Fix assigned-clock-rates description 2015-05-13 12:32:51 -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
cs2000-cp.txt clk: add CS2000 Fractional-N driver 2015-11-30 16:33:38 -08:00
csr,atlas7-car.txt clk: sirf: add CSR atlas7 clk and reset support 2015-05-20 15:43:28 -07:00
dove-divider-clock.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
efm32-clock.txt clk: new driver for efm32 SoC 2013-11-04 12:23:18 -08:00
emev2-clock.txt clk: emev2: Use generic names for device nodes 2015-05-07 11:32:41 -07:00
exynos4-clock.txt clk: samsung: Add dt bindings for Exynos4412 ISP clock controller 2017-10-16 11:25:35 +02:00
exynos7-clock.txt clk: samsung: exynos7: add clocks for audio block 2015-01-15 15:18:51 +01:00
exynos3250-clock.txt clk: samsung: exynos3250: Add driver for CMU_ISP clock domain 2015-03-30 15:18:53 -07:00
exynos5250-clock.txt ARM: dts: use macros in clock bindings for exynos5250 2014-02-26 09:53:30 +09:00
exynos5260-clock.txt clk/exynos5260: add macros and documentation for exynos5260 2014-05-14 19:16:55 +02:00
exynos5410-clock.txt clk: samsung: Add support for EPLL on exynos5410 2016-09-09 17:35:13 +02:00
exynos5420-clock.txt clk: exynos5420: Add 5800 specific clocks 2014-05-19 22:15:08 +09:00
exynos5433-clock.txt Merge branch 'clk-pm-runtime' into clk-next 2017-09-29 16:07:28 -07:00
exynos5440-clock.txt ARM: dts: use macros in clock bindings for exynos5440 2014-02-26 09:53:31 +09:00
fixed-clock.txt Documentation: clock: fixed-clock: Remove unsupported 'gpios' property 2014-05-14 23:43:54 -07:00
fixed-factor-clock.txt clk: fixed-factor: Allow for a few clocks to change the parent rate 2016-07-01 17:16:59 -07:00
fujitsu,mb86s70-crg11.txt clk: Add clock driver for mb86s7x 2015-04-10 13:51:55 -07:00
gpio-gate-clock.txt clk: add gpio gated clock 2014-09-26 16:51:42 -07:00
gpio-mux-clock.txt clk: add gpio controlled clock multiplexer 2015-07-06 17:20:52 -07:00
hi3620-clock.txt clk: hisilicon: add hi3620_mmc_clks 2014-02-26 16:03:56 -08:00
hi3660-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
hi6220-clock.txt clk: hi6220: add acpu clock 2017-06-19 19:02:42 -07:00
hisi-crg.txt clk: hisilicon: add CRG driver for Hi3798CV200 SoC 2016-11-11 15:43:49 -08:00
hix5hd2-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
idt,versaclock5.txt dt: Add bindings for IDT VersaClock 5P49V5925 2017-07-17 11:51:00 -07:00
img,boston-clock.txt dt-bindings: Document img,boston-clock binding 2017-07-11 14:13:06 +02:00
imx1-clock.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
imx5-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
imx6q-clock.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
imx6sl-clock.txt
imx6sx-clock.txt ARM: imx: add clock driver for imx6sx 2014-05-16 15:35:19 +08:00
imx6ul-clock.txt Document: dt: binding: imx: update document for imx6ul support 2015-08-11 23:15:16 +08:00
imx7d-clock.txt Document: dt: binding: imx: update document for imx7d support 2015-06-03 15:03:59 +08:00
imx21-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
imx23-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
imx25-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
imx27-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
imx28-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
imx31-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
imx35-clock.txt ARM: dts: imx35: restore existing used clock enumeration 2016-04-18 12:37:21 +08:00
ingenic,cgu.txt DEVICETREE: Add Ingenic CGU binding documentation 2015-06-21 21:53:13 +02:00
keystone-gate.txt clk: keystone: Add gate control clock driver 2013-10-07 18:16:30 -07:00
keystone-pll.txt clk: keystone: add support for post divider register for main pll 2015-06-18 15:36:33 -07:00
lpc1850-ccu.txt doc: dt: add documentation for lpc1850-ccu clk driver 2015-06-18 15:44:48 -07: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 doc: dt: add documentation for lpc1850-creg-clk driver 2016-03-04 12:53:20 -08:00
lsi,axm5516-clks.txt clk: Add clock driver for AXM55xx SoC 2014-05-22 22:06:14 -07:00
marvell,berlin.txt Documentation: bindings: move the Berlin clock documentation 2015-05-16 00:07:47 +02:00
marvell,mmp2.txt clk: mmp: add mmp2 DT support for clock driver 2014-11-12 16:34:22 -08:00
marvell,pxa168.txt clk: mmp: add pxa168 DT support for clock driver 2014-11-12 16:34:14 -08:00
marvell,pxa910.txt clk: mmp: add pxa910 DT support for clock driver 2014-11-12 16:34:18 -08:00
marvell,pxa1928.txt dt-bindings: Add pxa1928 clock binding 2015-05-15 12:31:38 -07:00
maxim,max77686.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
microchip,pic32.txt dt/bindings/clk: Add PIC32 clock binding documentation. 2016-05-13 15:30:25 +02:00
moxa,moxart-clock.txt clk: add MOXA ART SoCs clock driver 2014-03-18 17:13:14 -07:00
mvebu-core-clock.txt ARM: dts: mvebu: Move mv98dx3236 clock bindings 2017-03-08 09:52:54 +01: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
nvidia,tegra20-car.txt ARM: tegra: document reset properties in DT bindings 2013-12-11 16:42:13 -07:00
nvidia,tegra30-car.txt ARM: tegra: document reset properties in DT bindings 2013-12-11 16:42:13 -07:00
nvidia,tegra114-car.txt ARM: tegra: document reset properties in DT bindings 2013-12-11 16:42:13 -07:00
nvidia,tegra124-car.txt of: document external-memory-controller property in tegra124-car 2015-05-13 15:17:10 +02:00
nvidia,tegra124-dfll.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
nvidia,tegra210-car.txt clk: tegra: Add Tegra210 device tree binding 2015-11-16 08:21:56 +01: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
oxnas,stdclk.txt dt-bindings: clk: oxnas,stdclk: Add OX820 bindings 2016-10-23 10:19:03 -07:00
pistachio-clock.txt CLK: Add binding document for Pistachio clock controllers 2015-03-27 18:51:31 +01:00
prima2-clock.txt
pwm-clock.txt clk: Add PWM clock driver 2015-04-10 14:44:43 -07: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,gcc.txt clk: qcom: Add DT bindings for ipq8074 gcc clock controller 2017-06-19 17:29:39 -07:00
qcom,lcc.txt dt-bindings: clock: Update bindings for MDM9615 GCC and LCC 2016-08-15 16:06:40 -07:00
qcom,mmcc.txt clk: qcom: Add MSM8996 Multimedia Clock Controller (MMCC) driver 2015-11-30 18:24:30 -08:00
qcom,rpmcc.txt clk: qcom: clk-smd-rpm: add msm8996 rpmclks 2017-11-02 00:08:12 -07:00
qoriq-clock.txt dt-bindings: qoriq-clock: Add coreclk 2017-06-01 01:24:10 -07:00
renesas,cpg-div6-clocks.txt clk: shmobile: div6: Make clock-output-names optional 2015-12-08 14:32:58 +01:00
renesas,cpg-mssr.txt clk: renesas: cpg-mssr: Add R8A77970 support 2017-09-19 10:57:35 +02:00
renesas,cpg-mstp-clocks.txt clk: renesas: mstp: Document R8A7792 support 2016-06-21 09:19:29 +02:00
renesas,h8s2678-pll-clock.txt h8300: clock driver 2015-06-23 13:35:55 +09:00
renesas,h8300-div-clock.txt clk: h8300: Remove "sh73a0-" part from compatible value 2016-01-20 22:43:26 +09:00
renesas,r8a73a4-cpg-clocks.txt clk: shmobile: r8a73a4 common clock framework implementation 2015-01-08 16:14:30 +01:00
renesas,r8a7740-cpg-clocks.txt clk: shmobile: Add R8A7740-specific clock support 2014-05-23 13:38:25 -07:00
renesas,r8a7778-cpg-clocks.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
renesas,r8a7779-cpg-clocks.txt clk: shmobile: r8a7779: Add CPG/MSTP Clock Domain support 2015-08-12 10:31:27 +09:00
renesas,rcar-gen2-cpg-clocks.txt clk: renesas: rcar-gen2: Document R8A7792 support 2016-06-21 09:19:00 +02:00
renesas,rcar-usb2-clock-sel.txt clk: renesas: rcar-usb2-clock-sel: Add R-Car USB 2.0 clock selector PHY 2017-08-17 09:22:23 +02:00
renesas,rz-cpg-clocks.txt clk: renesas: rz: clk-rz is meant for RZ/A1 2017-10-20 10:59:54 +02:00
renesas,sh73a0-cpg-clocks.txt clk: shmobile: sh73a0 common clock framework implementation 2014-12-21 17:09:20 +09:00
rockchip,rk3036-cru.txt clk: rockchip: rk3036: rename emac ext source clock 2016-01-16 16:01:21 +01:00
rockchip,rk3128-cru.txt dt-bindings: add documentation for rk3126 clock 2017-08-08 17:30:14 +02:00
rockchip,rk3188-cru.txt Documentation: dt: clock: fix spelling mistakes 2016-04-25 08:40:35 -05:00
rockchip,rk3228-cru.txt dt-bindings: add documentation of rk3228 clock controller 2015-12-12 20:04:51 +01:00
rockchip,rk3288-cru.txt Documentation: dt: clock: fix spelling mistakes 2016-04-25 08:40:35 -05:00
rockchip,rk3328-cru.txt dt-bindings: add bindings for rk3328 clock controller 2017-01-05 13:07:59 +01:00
rockchip,rk3368-cru.txt dt-bindings: add documentation of rk3668 clock controller 2015-07-06 15:08:24 -07:00
rockchip,rk3399-cru.txt dt-bindings: clk: add rockchip,grf property for RK3399 2017-01-13 20:02:27 +01:00
rockchip,rv1108-cru.txt dt-bindings: rk1108-cru: rename RK1108 to RV1108 2017-03-22 18:02:57 +01:00
rockchip.txt dt-bindings: add documentation for rk3188 clock and reset unit 2014-07-13 12:17:08 -07:00
samsung,s2mps11.txt dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family bindings 2016-01-14 08:43:48 +00:00
samsung,s3c64xx-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
samsung,s3c2410-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
samsung,s3c2412-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
samsung,s3c2443-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
samsung,s5pv210-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
silabs,si514.txt Add driver for the si514 clock generator chip 2015-10-08 23:52:55 -07:00
silabs,si570.txt clk: si570: Add a driver for SI570 oscillators 2013-12-14 21:01:35 -08:00
silabs,si5351.txt clk: si5351: expand compatible strings in documentation 2017-07-17 11:57:37 -05: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
st,nomadik.txt Documentation/devicetree/bindings/clock/ fix a typo 2013-08-20 12:41:10 +02:00
st,stm32-rcc.txt clk: stm32f7: Add stm32f7 clock DT bindings for STM32F746 boards 2017-01-20 16:37:43 -08:00
st,stm32h7-rcc.txt dt-bindings: clk: stm32h7: fix clock-cell size 2017-09-21 18:39:11 -05:00
ste-u300-syscon-clock.txt
stericsson,abx500.txt clk: ux500: Add device tree bindings for ABx500 clocks 2017-01-26 16:10:01 -08:00
sun8i-de2.txt dt-bindings: add binding for the Allwinner DE2 CCU 2017-06-07 15:32:12 +02:00
sun9i-de.txt clk: sunxi-ng: Add A80 Display Engine CCU 2017-01-30 08:38:30 +01:00
sun9i-usb.txt clk: sunxi-ng: Add A80 USB CCU 2017-01-30 08:37:51 +01:00
sunxi-ccu.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
sunxi.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
tango4-clock.txt clk: tango4: clkgen driver for Tango4 platforms 2015-11-16 11:07:06 -08:00
ti,cdce706.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
ti,cdce925.txt clk: cdce925: add support for CDCE913, CDCE937, and CDCE949 2017-01-09 16:38:30 -08:00
ti,sci-clk.txt dt-bindings: clock: ti-sci: Fix incorrect usage of headers 2017-07-17 12:04:18 -05:00
ti-clkctrl.txt Documentation: dt-bindings: Add binding documentation for TI clkctrl clocks 2017-06-15 10:47:13 +03:00
ti-keystone-pllctrl.txt Documentation: dt: add bindings for keystone pll control controller 2014-05-27 09:46:39 -04:00
uniphier-clock.txt clk: uniphier: add PXs3 clock data 2017-08-31 18:34:35 -07:00
ux500.txt clk: add bindings for the Ux500 clocks 2015-08-24 16:49:15 -07:00
vf610-clock.txt ARM: dts: vf610: assign oscillator to clock module 2014-11-23 15:08:09 +08:00
vt8500.txt
xgene.txt Documentation: dt: xgene: Add PMD clock binding 2016-09-14 13:53:53 -07:00
zx296702-clk.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
zx296718-clk.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
zynq-7000.txt ARM: zynq: Map I/O memory on clkc init 2014-02-10 11:21:13 +01:00