linux_dsm_epyc7002/Documentation/devicetree/bindings/clock
Linus Torvalds 519f64bf15 This time it looks like a quieter release cycle in the clk tree. I guess that's
because of summer time holidays/vacations. The biggest change in the diffstat
 is in the Qualcomm clk driver, where they got support for CPUs and handful of
 SoCs. After that, the at91 driver got a major rewrite for newer DT bindings
 that should make things easier going forward and the TI code moved to a
 clockdomain based design. The long tail is mostly small driver updates for
 newer clks and some simpler SoC clock drivers such as the Hisilicon and imx
 support.
 
 In the core framework, we only have two small changes this time. One is a new
 clk API to get all clks for a device with the bulk clk APIs. This allows
 drivers that don't care about doing anything besides turning on all the clks to
 just clk_get() them all and turn them on. The other change is the beginning of
 a way to support save and restore of clk settings in the clk framework. TI is
 the only user right now, but we will want to expand upon this design in the
 future to support more save and restore of clk registers.  At least this gets
 us started and works well enough for one SoC, but there's more work in the
 future.
 
 Core:
  - clk_bulk_get_all() API and friends to get all the clks for a device
  - Basic clk state save/restore hooks
 
 New Drivers:
  - Renesas RZ/A2 (R7S9210) SoC, including early clocks
  - Rensas RZ/G1N (R8A7744) and RZ/G2E (R8A774C0) SoCs
  - Rensas RZ/G2M (r8a774a1) SoC
  - Qualcomm Krait CPU clk support
  - Qualcomm QCS404 GCC support
  - Qualcomm SDM660 GCC support
  - Qualcomm SDM845 camera clock controller
  - Ingenic jz4725b CGU
  - Hisilicon 3670 SoC support
  - TI SCI clks on K3 SoCs
  - iMX6 MMDC clks
  - Reset Controller (RMU) support for Actions Semi Owl S900 and S700 SoCs
 
 Updates:
  - Rework at91 PMC clock driver for new DT bindings
  - Nvidia Tegra clk driver MBIST workaround fix
  - S2RAM support for Marvell mvebu periph clks
  - Use updated printk format for OF node names
  - Fix TI code to only search DT subnodes
  - Various static analysis finds
  - Tag various drivers with SPDX license tags
  - Support dynamic frequency switching (DFS) on qcom SDM845 GCC
  - Only use s2mps11 dt-binding defines instead of redefining them in the driver
  - Add some more missing clks to qcom MSM8996 GCC
  - Quad SPI clks on qcom SDM845
  - Add support for CMT timer clocks on R-Car V3H
  - Add support for SHDI and various timer clocks on R-Car V3M
  - Improve OSC and RCLK (watchdog) handling on R-Car Gen3 SoCs
  - Amlogic clk-pll driver improvements and updates
  - Amlogic axg audio controller system clocks
  - Register Amlogic meson8b clock controller early
  - Add support for SATA and Fine Display Processor (FDP) clocks on R-Car M3-N
  - Consolidation of system suspend related code in Exynos, S5P, S3C SoC clk drivers
  - Fixes for system suspend support on Exynos542x (Odroid boards) and Exynos5433 SoC
  - Remove obsoleted Exynos4212 ISP clock definitions
  - Migrated TI am3/4/5 and dra7 SoCs to clockdomain based design
  - TI RTC+DDR sleep mode support for clock save/restore
  - Allwinner A64 display engine support and fixes
  - Allwinner A83t display engine support and fixes
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAlvY4ysRHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSVaDBAA3Wv/rsCn4FJ2ZgIWYWQqr69lAWDcBVVe
 4nNbFqzEmRoml8e+XOfVFwnbsai4B5ALVxyMnRlkDyxQ5TFQtF957U12Pf8upPa5
 R447YBt4tw40NCj8u5KNAaBmYYHdmXXDvsBPXyQn+1iy/9R8Is8AcDmv+D2ucuJF
 PPBXOwb+2CstUQhuwlXyvsAw/tqq/rJDVyAZVJUoqXJwlNMjr76V0m0ZXHN6NcyC
 F2SfnzIO4srRteTeKXVFcMU/3uHC3zofEfammSJjGZkk4WHULuPpkD17RMEyBul1
 Ju1S1nzGiKvYME/mmbIcRPNcpry65EVo/wn6IjAcG2m4GaWSq3F6qIttnoc6dnra
 R2VylIEy7HnNcAf8fkQdkd/l+h/TDp3iVrXg0p/rRxRk4Jlc86n2PWO6jtsZv4S+
 NySeRhTb51KrTl72J76LP+dfDWdbeZfkAqr0Qx6QM04OznVYSTHlnQaeM1Nx2SZR
 5+k126NdxDp7xgoJNfq18wzufrlefjuRTg2Kck1YuFuhV4Fjmq7ZC81bSSaakYPh
 /t073TcSZ+VfEYP5hVsl/pjMdFzHcj8pbavhs0UNIYLQNXe494Bm9PyYJOzQKnwz
 Zpbf7V6eplh8J1I03VI8RHviNp340iv2hhz9vp4mNP1vIhgdNiz7R2gn5sLSoFt+
 vei0J0vEzCA=
 =V5aK
 -----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:
 "This time it looks like a quieter release cycle in the clk tree. I
  guess that's because of summer time holidays/vacations. The biggest
  change in the diffstat is in the Qualcomm clk driver, where they got
  support for CPUs and handful of SoCs. After that, the at91 driver got
  a major rewrite for newer DT bindings that should make things easier
  going forward and the TI code moved to a clockdomain based design.

  The long tail is mostly small driver updates for newer clks and some
  simpler SoC clock drivers such as the Hisilicon and imx support.

  In the core framework, we only have two small changes this time.

  One is a new clk API to get all clks for a device with the bulk clk
  APIs. This allows drivers that don't care about doing anything besides
  turning on all the clks to just clk_get() them all and turn them on.

  The other change is the beginning of a way to support save and restore
  of clk settings in the clk framework. TI is the only user right now,
  but we will want to expand upon this design in the future to support
  more save and restore of clk registers. At least this gets us started
  and works well enough for one SoC, but there's more work in the
  future.

  Core:
   - clk_bulk_get_all() API and friends to get all the clks for a device
   - Basic clk state save/restore hooks

  New Drivers:
   - Renesas RZ/A2 (R7S9210) SoC, including early clocks
   - Rensas RZ/G1N (R8A7744) and RZ/G2E (R8A774C0) SoCs
   - Rensas RZ/G2M (r8a774a1) SoC
   - Qualcomm Krait CPU clk support
   - Qualcomm QCS404 GCC support
   - Qualcomm SDM660 GCC support
   - Qualcomm SDM845 camera clock controller
   - Ingenic jz4725b CGU
   - Hisilicon 3670 SoC support
   - TI SCI clks on K3 SoCs
   - iMX6 MMDC clks
   - Reset Controller (RMU) support for Actions Semi Owl S900 and S700 SoCs

  Updates:
   - Rework at91 PMC clock driver for new DT bindings
   - Nvidia Tegra clk driver MBIST workaround fix
   - S2RAM support for Marvell mvebu periph clks
   - Use updated printk format for OF node names
   - Fix TI code to only search DT subnodes
   - Various static analysis finds
   - Tag various drivers with SPDX license tags
   - Support dynamic frequency switching (DFS) on qcom SDM845 GCC
   - Only use s2mps11 dt-binding defines instead of redefining them in the driver
   - Add some more missing clks to qcom MSM8996 GCC
   - Quad SPI clks on qcom SDM845
   - Add support for CMT timer clocks on R-Car V3H
   - Add support for SHDI and various timer clocks on R-Car V3M
   - Improve OSC and RCLK (watchdog) handling on R-Car Gen3 SoCs
   - Amlogic clk-pll driver improvements and updates
   - Amlogic axg audio controller system clocks
   - Register Amlogic meson8b clock controller early
   - Add support for SATA and Fine Display Processor (FDP) clocks on R-Car M3-N
   - Consolidation of system suspend related code in Exynos, S5P, S3C SoC clk drivers
   - Fixes for system suspend support on Exynos542x (Odroid boards) and Exynos5433 SoC
   - Remove obsoleted Exynos4212 ISP clock definitions
   - Migrated TI am3/4/5 and dra7 SoCs to clockdomain based design
   - TI RTC+DDR sleep mode support for clock save/restore
   - Allwinner A64 display engine support and fixes
   - Allwinner A83t display engine support and fixes"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (186 commits)
  clk: qcom: Remove unused arrays in SDM845 GCC
  clk: fixed-rate: fix of_node_get-put imbalance
  clk: s2mps11: Add used attribute to s2mps11_dt_match
  clk: qcom: gcc-sdm660: Add MODULE_LICENSE
  clk: qcom: Add safe switch hook for krait mux clocks
  dt-bindings: clock: Document qcom,krait-cc
  clk: qcom: Add Krait clock controller driver
  dt-bindings: arm: Document qcom,kpss-gcc
  clk: qcom: Add KPSS ACC/GCC driver
  clk: qcom: Add support for Krait clocks
  clk: qcom: Add IPQ806X's HFPLLs
  clk: qcom: Add MSM8960/APQ8064's HFPLLs
  dt-bindings: clock: Document qcom,hfpll
  clk: qcom: Add HFPLL driver
  clk: qcom: Add support for High-Frequency PLLs (HFPLLs)
  ARM: Add Krait L2 register accessor functions
  clk: imx6q: add mmdc0 ipg clock
  clk: imx6sl: add mmdc ipg clocks
  clk: imx6sll: add mmdc1 ipg clock
  clk: imx6sx: add mmdc1 ipg clock
  ...
2018-10-31 11:08:30 -07:00
..
st docs: Fix more broken references 2018-06-15 18:11:26 -03:00
ti docs: Fix more broken references 2018-06-15 18:11:26 -03:00
actions,owl-cmu.txt dt-bindings: clock: Add reset controller bindings for Actions Semi Owl SoCs 2018-10-16 14:40:58 -07:00
alphascale,acc.txt
altr_socfpga.txt
amlogic,axg-audio-clkc.txt dt-bindings: clock: add meson axg audio clock controller bindings 2018-06-22 12:59:05 +02:00
amlogic,gxbb-aoclkc.txt dt-bindings: clock: axg-aoclkc: New binding for Meson-AXG SoC 2018-05-15 14:07:10 +02:00
amlogic,gxbb-clkc.txt dt-bindings: clock: meson: update documentation with hhi syscon 2018-04-19 10:38:50 -07:00
amlogic,meson8b-clkc.txt
arm-integrator.txt
arm-syscon-icst.txt
armada3700-periph-clock.txt
armada3700-tbg-clock.txt
armada3700-xtal-clock.txt
artpec6.txt
at91-clock.txt dt-bindings: clk: at91: Document new PMC binding 2018-10-17 10:44:33 -07:00
axi-clkgen.txt
axs10x-i2s-pll-clock.txt
brcm,bcm2835-aux-clock.txt
brcm,bcm2835-cprman.txt
brcm,bcm53573-ilp.txt
brcm,iproc-clocks.txt dt-bindings: clk: Update Stingray binding doc 2018-06-01 23:26:36 -07:00
brcm,kona-ccu.txt
calxeda.txt
clk-exynos-audss.txt
clk-palmas-clk32kg-clocks.txt
clk-s5pv210-audss.txt
clock-bindings.txt
clps711x-clock.txt
cs2000-cp.txt
csr,atlas7-car.txt
dove-divider-clock.txt
efm32-clock.txt
emev2-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.txt
fixed-factor-clock.txt
fujitsu,mb86s70-crg11.txt
gpio-gate-clock.txt
gpio-mux-clock.txt
hi3620-clock.txt
hi3660-clock.txt
hi3670-clock.txt dt-bindings: clk: hisilicon: Add bindings for Hi3670 clk 2018-10-16 14:46:56 -07:00
hi6220-clock.txt
hisi-crg.txt
hix5hd2-clock.txt
idt,versaclock5.txt
img,boston-clock.txt
imx1-clock.txt
imx5-clock.txt
imx6q-clock.txt dt-bindings: imx6q-clock: add new fsl,pmic-stby-poweroff property 2018-09-12 09:01:19 +08:00
imx6sl-clock.txt
imx6sll-clock.txt
imx6sx-clock.txt
imx6ul-clock.txt
imx7d-clock.txt
imx21-clock.txt
imx23-clock.txt
imx25-clock.txt
imx27-clock.txt
imx28-clock.txt
imx31-clock.txt
imx35-clock.txt
ingenic,cgu.txt dt-bindings: clock: ingenic: Explicitly list compatible strings 2018-10-16 15:19:22 -07:00
intc_stratix10.txt
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.txt
marvell,pxa168.txt
marvell,pxa910.txt
marvell,pxa1928.txt
maxim,max9485.txt dts: clk: add devicetree bindings for MAX9485 2018-07-06 11:27:24 -07:00
maxim,max77686.txt
microchip,pic32.txt
moxa,moxart-clock.txt
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
prima2-clock.txt
pwm-clock.txt
pxa-clock.txt
qca,ath79-pll.txt
qcom,a53pll.txt
qcom,camcc.txt dt-bindings: clock: Introduce QCOM Camera clock bindings 2018-08-30 18:26:45 -07:00
qcom,dispcc.txt dt-bindings: clock: Introduce QCOM Display clock bindings 2018-07-06 16:46:22 -07:00
qcom,gcc.txt Merge branch 'clk-qcom-qcs404' into clk-next 2018-10-18 15:42:42 -07:00
qcom,hfpll.txt dt-bindings: clock: Document qcom,hfpll 2018-10-17 13:14:42 -07:00
qcom,krait-cc.txt dt-bindings: clock: Document qcom,krait-cc 2018-10-17 13:15:01 -07:00
qcom,lcc.txt
qcom,mmcc.txt
qcom,rpmcc.txt
qcom,rpmh-clk.txt dt-bindings: clock: Introduce QCOM RPMh clock bindings 2018-05-02 08:11:15 -07:00
qcom,spmi-clkdiv.txt
qcom,videocc.txt dt-bindings: clock: Introduce QCOM Video clock bindings 2018-06-01 11:49:07 -07:00
qoriq-clock.txt
renesas,cpg-div6-clocks.txt
renesas,cpg-mssr.txt dt-bindings: clock: renesas: cpg-mssr: Document r8a774c0 2018-09-19 16:44:43 +02:00
renesas,cpg-mstp-clocks.txt
renesas,h8s2678-pll-clock.txt
renesas,h8300-div-clock.txt
renesas,r8a73a4-cpg-clocks.txt
renesas,r8a7740-cpg-clocks.txt
renesas,r8a7778-cpg-clocks.txt
renesas,r8a7779-cpg-clocks.txt
renesas,r9a06g032-sysctrl.txt dt-bindings: clock: renesas,r9a06g032-sysctrl: documentation 2018-06-25 11:09:19 +02:00
renesas,rcar-gen2-cpg-clocks.txt
renesas,rcar-usb2-clock-sel.txt
renesas,rz-cpg-clocks.txt
renesas,sh73a0-cpg-clocks.txt
rockchip,px30-cru.txt dt-bindings: add bindings for px30 clock controller 2018-07-03 20:50:30 +02:00
rockchip,rk3036-cru.txt
rockchip,rk3128-cru.txt
rockchip,rk3188-cru.txt
rockchip,rk3228-cru.txt
rockchip,rk3288-cru.txt
rockchip,rk3328-cru.txt
rockchip,rk3368-cru.txt
rockchip,rk3399-cru.txt
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
silabs,si544.txt
silabs,si570.txt
silabs,si5351.txt
snps,hsdk-pll-clock.txt
snps,pll-clock.txt
sprd.txt
st,nomadik.txt
st,stm32-rcc.txt
st,stm32h7-rcc.txt
st,stm32mp1-rcc.txt
ste-u300-syscon-clock.txt
stericsson,abx500.txt
sun8i-de2.txt dt-bindings: add compatible string for the A64 DE2 CCU 2018-06-27 20:27:44 +02:00
sun9i-de.txt
sun9i-usb.txt
sunxi-ccu.txt clk: sunxi-ng: add support for H6 PRCM CCU 2018-05-04 17:05:46 +02:00
sunxi.txt
tango4-clock.txt
ti-clkctrl.txt
ti-keystone-pllctrl.txt
ti,cdce706.txt
ti,cdce925.txt
ti,sci-clk.txt
uniphier-clock.txt
ux500.txt
vf610-clock.txt
vt8500.txt
xgene.txt
zx296702-clk.txt
zx296718-clk.txt
zynq-7000.txt