linux-xiaomi-chiron/Documentation/devicetree/bindings/clock
Linus Torvalds 3fec0eaaf0 This pull request contains zero diff to the core framework. It is a collection
of various clk driver updates. The biggest driver updates in terms of lines of
 code is the Allwinner driver, closely followed by the Qualcomm and Mediatek
 drivers. All of those hit high because we add so many lines of clk data. Coming
 in fourth place is i.MX which also adds a bunch of clk data. This accounts for
 the new driver additions this time around.
 
 Otherwise the patches are lots of little cleanups and fixes for various clk
 drivers that have baked in linux-next for a while. I suppose one highlight or
 theme is that more clk drivers are being updated to work as modules, which is
 interesting to see such critical SoC infrastructure work as a loadable module.
 
 New Drivers:
  - Support qcom SM8150/SM8250 video and display clks
  - Support Mediatek MT8167 clks
  - Add clock for CRC block found on vf610 SoCs
  - Add support for the Renesas R-Car V3U (R8A779A0) SoC
  - Add support for the VSP for Resizing clock on Renesas RZ/G1H
  - Support Allwinner A100 SoC clks
 
 Removed Drivers:
  - Remove i.MX21 clock driver, as i.MX21 platform support is being dropped
 
 Updates:
  - Change how qcom's display port clks work
  - Small non-critical fixes for TI clk driver
  - Remove various unused variables in clk drivers
  - Allow Rockchip clk driver to be a module
  - Remove most __clk_lookup() calls in Samsung drivers (yay!)
  - Support building i.MX ARMv8 platforms clock driver as module
  - Some kerneldoc fixes here and there
  - A couple of minor i.MX clk data corrections
  - Update audio clock inverter and fdiv2 flag on Amlogic g12
  - Make amlogic clk drivers configurable in Kconfig
  - Fix Renesas VSP clock names to match corrected hardware documentation
  - Sigma-delta modulation on Allwinner R40
  - Various fixes for at91 clk driver
  - Use semicolons instead of commas in some places
  - Mark some variables const so they can move to RO memory
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAl+R0K0RHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSU9xw/+KRDZ/xo7GKeC7QrRt4q5eWIW4l/HzjYH
 yeht/i7cEXy+jSJuOTBj4sIpOdvzdBQfsqMiNg7RKdtYs0HbYFywxWtnvetptuM1
 BCgSMDHHJ59EJSPEWAvE6bsl9xaVl4o0XEI2+qAoJ4OIcJVzVz+vRGQ7pDyEk2XT
 zTXRw4W+HftZXFB8Nw0JTj9YzBoZJzpnAB/vu2HzMYVAvoeQ8RhcdbipdSTjI+zY
 ++zkt8cmGP0iKloHbi3rk1A7w/ORJ//UjT24xmkwAO6t1CWEErVzXBtGkQ9K4ijy
 F2w5CzJb/szGCfnGlcchQ5kjB/FfgIKuLNlhTiptY+UZGIvSAbndhMSS3JFsqGbl
 aYUk5fpjdpneSsIPvHnnz1jIaK6OmHSoxmq7FgwaU+YDX6ZK6UKalMHbHUEpiNX+
 3a+FeKe2IVMZ0uVqpJGnd/o4Kud2CeRM1ufqu15ygbujfSH6xcO7fbUi/C8XJLMX
 7PR0Ze0PhwkMezdlxb3WpK+4MrOny3JT0DTAbAQDdAwsKFP/Sex4QMWP8PUdTmGY
 dQcrgvuXYC1hufOaY1JzxjfGrhEBuJAr7BsjBI+etUpnJ9Z5Uhguti/lnKm7oAlI
 EceBJ4B5M1iUYTkKXYxLWWzUlkIKNzgHvjRM2Q6Nn5LbyVlzM4i284C/E4M8AmVB
 nSXy1nWkSAU=
 =sKI8
 -----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 contains no changes to the core framework. It is a collection of
  various clk driver updates.

  The biggest driver updates in terms of lines of code is the Allwinner
  driver, closely followed by the Qualcomm and Mediatek drivers. All of
  those hit high because we add so many lines of clk data. Coming in
  fourth place is i.MX which also adds a bunch of clk data. This
  accounts for the new driver additions this time around.

  Otherwise the patches are lots of little cleanups and fixes for
  various clk drivers that have baked in linux-next for a while. I
  suppose one highlight or theme is that more clk drivers are being
  updated to work as modules, which is interesting to see such critical
  SoC infrastructure work as a loadable module.

  New Drivers:
   - Support qcom SM8150/SM8250 video and display clks
   - Support Mediatek MT8167 clks
   - Add clock for CRC block found on vf610 SoCs
   - Add support for the Renesas R-Car V3U (R8A779A0) SoC
   - Add support for the VSP for Resizing clock on Renesas RZ/G1H
   - Support Allwinner A100 SoC clks

  Removed Drivers:
   - Remove i.MX21 clock driver, as i.MX21 platform support is being
     dropped

  Updates:
   - Change how qcom's display port clks work
   - Small non-critical fixes for TI clk driver
   - Remove various unused variables in clk drivers
   - Allow Rockchip clk driver to be a module
   - Remove most __clk_lookup() calls in Samsung drivers (yay!)
   - Support building i.MX ARMv8 platforms clock driver as module
   - Some kerneldoc fixes here and there
   - A couple of minor i.MX clk data corrections
   - Update audio clock inverter and fdiv2 flag on Amlogic g12
   - Make amlogic clk drivers configurable in Kconfig
   - Fix Renesas VSP clock names to match corrected hardware
     documentation
   - Sigma-delta modulation on Allwinner R40
   - Various fixes for at91 clk driver
   - Use semicolons instead of commas in some places
   - Mark some variables const so they can move to RO memory"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (102 commits)
  clk: imx8mq: Fix usdhc parents order
  clk: qcom: gdsc: Keep RETAIN_FF bit set if gdsc is already on
  clk: Restrict CLK_HSDK to ARC_SOC_HSDK
  clk: at91: sam9x60: support only two programmable clocks
  clk: ingenic: Respect CLK_SET_RATE_PARENT in .round_rate
  clk: ingenic: Don't tag custom clocks with CLK_SET_RATE_PARENT
  clk: ingenic: Don't use CLK_SET_RATE_GATE for PLL
  clk: ingenic: Use readl_poll_timeout instead of custom loop
  clk: ingenic: Use to_clk_info() macro for all clocks
  clk: bcm2835: add missing release if devm_clk_hw_register fails
  clk: at91: clk-sam9x60-pll: remove unused variable
  clk: at91: clk-main: update key before writing AT91_CKGR_MOR
  clk: at91: remove the checking of parent_name
  clk: clk-prima2: fix return value check in prima2_clk_init()
  clk: mmp2: Fix the display clock divider base
  clk: pxa: Constify static struct clk_ops
  clk: baikal-t1: Mark Ethernet PLL as critical
  clk: qoriq: modify MAX_PLL_DIV to 32
  clk: axi-clkgen: Set power bits for fractional mode
  clk: axi-clkgen: Add support for fractional dividers
  ...
2020-10-22 12:53:28 -07:00
..
sifive
st
ti
actions,owl-cmu.txt
allwinner,sun4i-a10-ahb-clk.yaml
allwinner,sun4i-a10-apb0-clk.yaml
allwinner,sun4i-a10-apb1-clk.yaml
allwinner,sun4i-a10-axi-clk.yaml
allwinner,sun4i-a10-ccu.yaml
allwinner,sun4i-a10-cpu-clk.yaml
allwinner,sun4i-a10-display-clk.yaml
allwinner,sun4i-a10-gates-clk.yaml
allwinner,sun4i-a10-mbus-clk.yaml
allwinner,sun4i-a10-mmc-clk.yaml
allwinner,sun4i-a10-mod0-clk.yaml
allwinner,sun4i-a10-mod1-clk.yaml
allwinner,sun4i-a10-osc-clk.yaml
allwinner,sun4i-a10-pll1-clk.yaml
allwinner,sun4i-a10-pll3-clk.yaml
allwinner,sun4i-a10-pll5-clk.yaml
allwinner,sun4i-a10-pll6-clk.yaml
allwinner,sun4i-a10-tcon-ch0-clk.yaml
allwinner,sun4i-a10-usb-clk.yaml
allwinner,sun4i-a10-ve-clk.yaml
allwinner,sun5i-a13-ahb-clk.yaml
allwinner,sun6i-a31-pll6-clk.yaml
allwinner,sun7i-a20-gmac-clk.yaml
allwinner,sun7i-a20-out-clk.yaml
allwinner,sun8i-a83t-de2-clk.yaml
allwinner,sun8i-h3-bus-gates-clk.yaml
allwinner,sun9i-a80-ahb-clk.yaml
allwinner,sun9i-a80-apb0-clk.yaml
allwinner,sun9i-a80-cpus-clk.yaml
allwinner,sun9i-a80-de-clks.yaml
allwinner,sun9i-a80-gt-clk.yaml
allwinner,sun9i-a80-mmc-config-clk.yaml
allwinner,sun9i-a80-pll4-clk.yaml
allwinner,sun9i-a80-usb-clocks.yaml
allwinner,sun9i-a80-usb-mod-clk.yaml
allwinner,sun9i-a80-usb-phy-clk.yaml
alphascale,acc.txt
altr_socfpga.txt
amlogic,axg-audio-clkc.txt
amlogic,gxbb-aoclkc.txt
amlogic,gxbb-clkc.txt
amlogic,meson8-ddr-clkc.yaml
amlogic,meson8b-clkc.txt
arm,syscon-icst.yaml
armada3700-periph-clock.txt
armada3700-tbg-clock.txt
armada3700-xtal-clock.txt
artpec6.txt
at91-clock.txt
axi-clkgen.txt
axs10x-i2s-pll-clock.txt
baikal,bt1-ccu-div.yaml
baikal,bt1-ccu-pll.yaml
bitmain,bm1880-clk.yaml
brcm,bcm63xx-clocks.txt
brcm,bcm2711-dvp.yaml
brcm,bcm2835-aux-clock.txt
brcm,bcm2835-cprman.txt
brcm,bcm53573-ilp.txt
brcm,iproc-clocks.txt
brcm,kona-ccu.txt
calxeda.yaml
cirrus,lochnagar.yaml
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
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
fixed-mmio-clock.txt
fsl,plldig.yaml
fsl,sai-clock.yaml
fujitsu,mb86s70-crg11.txt
gpio-gate-clock.txt
gpio-mux-clock.txt
hi3620-clock.txt
hi3660-clock.txt
hi3670-clock.txt
hi6220-clock.txt
hisi-crg.txt
hix5hd2-clock.txt
idt,versaclock5.yaml
img,boston-clock.txt
imx1-clock.yaml
imx5-clock.yaml
imx6q-clock.yaml
imx6sl-clock.yaml
imx6sll-clock.yaml
imx6sx-clock.yaml
imx6ul-clock.yaml
imx7d-clock.yaml
imx7ulp-pcc-clock.yaml
imx7ulp-scg-clock.yaml
imx8m-clock.yaml
imx8qxp-lpcg.yaml
imx21-clock.yaml
imx23-clock.yaml
imx25-clock.yaml
imx27-clock.yaml
imx28-clock.yaml
imx31-clock.yaml
imx35-clock.yaml
ingenic,cgu.yaml
intc_stratix10.txt
intel,agilex.yaml
intel,cgu-lgm.yaml
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
marvell,mmp2-clock.yaml
marvell,pxa168.txt
marvell,pxa910.txt
marvell,pxa1928.txt
maxim,max9485.txt
maxim,max77686.txt
microchip,pic32.txt
microchip,sparx5-dpll.yaml
milbeaut-clock.yaml
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.yaml
qcom,camcc.txt
qcom,dispcc-sm8x50.yaml
qcom,gcc-apq8064.yaml
qcom,gcc-ipq8074.yaml
qcom,gcc-msm8996.yaml
qcom,gcc-msm8998.yaml
qcom,gcc-qcs404.yaml
qcom,gcc-sc7180.yaml
qcom,gcc-sm8150.yaml
qcom,gcc-sm8250.yaml
qcom,gcc.yaml
qcom,gpucc.yaml
qcom,hfpll.txt
qcom,krait-cc.txt
qcom,lcc.txt
qcom,lpasscc.txt
qcom,mmcc.yaml
qcom,msm8996-apcc.yaml
qcom,msm8998-gpucc.yaml
qcom,q6sstopcc.yaml
qcom,rpmcc.txt
qcom,rpmhcc.yaml
qcom,sc7180-dispcc.yaml
qcom,sc7180-lpasscorecc.yaml
qcom,sc7180-mss.yaml
qcom,sdm845-dispcc.yaml
qcom,spmi-clkdiv.txt
qcom,turingcc.txt
qcom,videocc.yaml
qoriq-clock.txt
renesas,cpg-clocks.yaml
renesas,cpg-div6-clock.yaml
renesas,cpg-mssr.yaml
renesas,cpg-mstp-clocks.yaml
renesas,emev2-smu.txt
renesas,h8s2678-pll-clock.txt
renesas,h8300-div-clock.txt
renesas,r9a06g032-sysctrl.txt
renesas,rcar-usb2-clock-sel.txt
rockchip,px30-cru.txt
rockchip,rk3036-cru.txt
rockchip,rk3128-cru.txt
rockchip,rk3188-cru.txt
rockchip,rk3228-cru.txt
rockchip,rk3288-cru.txt
rockchip,rk3308-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,si5341.txt
silabs,si5351.txt
snps,hsdk-pll-clock.txt
snps,pll-clock.txt
socionext,uniphier-clock.yaml
sprd,sc9860-clk.txt
sprd,sc9863a-clk.yaml
st,nomadik.txt
st,stm32-rcc.txt
st,stm32h7-rcc.txt
st,stm32mp1-rcc.yaml
ste-u300-syscon-clock.txt
stericsson,abx500.txt
tango4-clock.txt
ti,am654-ehrpwm-tbclk.yaml
ti,cdce706.txt
ti,cdce925.txt
ti,sci-clk.txt
ti-clkctrl.txt
ti-keystone-pllctrl.txt
ux500.txt
vf610-clock.txt
vt8500.txt
xgene.txt
xlnx,versal-clk.yaml
xlnx,zynqmp-clk.txt
zx296702-clk.txt
zx296718-clk.txt
zynq-7000.txt