mirror of https://github.com/torvalds/linux.git
some updates to the basic clk types to use determine_rate for the
divider type and add a power of two fractional divider flag though.
Otherwise, this is a collection of clk driver updates. More than half
the diffstat is in the Qualcomm clk driver where we add a bunch of data
to describe clks on various SoCs and fix bugs. The other big new thing
in here is the Mediatek MT8192 clk driver. That's been under review for
a while and it's nice to see that it's finally upstream.
Beyond that it's the usual set of minor fixes and tweaks to clk drivers.
There are some non-clk driver bits in here which have all been acked by
the respective maintainers.
New Drivers:
- Support video, gpu, display clks on qcom sc7280 SoCs
- GCC clks on qcom MSM8953, SM4250/6115, and SM6350 SoCs
- Multimedia clks (MMCC) on qcom MSM8994/MSM8992
- RPMh clks on qcom SM6350 SoCs
- Support for Mediatek MT8192 SoCs
- Add display (DU and DSI) clocks on Renesas R-Car V3U
- Add I2C, DMAC, USB, sound (SSIF-2), GPIO, CANFD, and ADC clocks and
resets on Renesas RZ/G2L
Updates:
- Support the SD/OE pin on IDT VersaClock 5 and 6 clock generators
- Add power of two flag to fractional divider clk type
- Migrate some clk drivers to clk_divider_ops.determine_rate
- Migrate to clk_parent_data in gcc-sdm660
- Fix CLKOUT clocks on i.MX8MM and i.MX8MN by using imx_clk_hw_mux2
- Switch from .round_rate to .determine_rate in clk-divider-gate
- Fix clock tree update for TF-A controlled clocks for all i.MX8M
- Add missing M7 core clock for i.MX8MN
- YAML conversion of rk3399 clock controller binding
- Removal of GRF dependency for the rk3328/rk3036 pll types
- Drop CLK_IS_CRITICAL flag from Tegra fuse clk
- Make CLK_R9A06G032 Kconfig symbol invisible
- Convert various DT bindings to YAML
-----BEGIN PGP SIGNATURE-----
iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmExEooRHHNib3lkQGtl
cm5lbC5vcmcACgkQrQKIl8bklSXXBhAAvhHm4fcm3fRjNdfImd+jDEl8XSvg+w43
adSnmVxbYM6ZVNOiJ4CJWHbj0hOY/PJnsQYWbV0xXvXW+zXva6p495MMHHOGSi2o
lMgZVMvj5UAwu304ZC9Xfn31dwo8XdGrltp4JqIcI2NEBMh1/PlZW22esT+jDiWN
3SWFD3M7lu88xTREyiEu11FY3z/KiGzbGlqYcbivx1X0sHVnBRbl4qcqZway+BmQ
95Ma4YWwhvDGYc+ypKH2EPxs/LikHXj05nMooigy65DOQ5wrM4L1eWkwmVUf6h+e
t4x7sAVysLnkihzdH5r2pw6CcAIom76v8w0+maSfk+jINUu1LeGVuat1eXSesFTu
49o+uTKRghkUe/Qh6r+7lbo8AZXQq+wUsLTYRuaWT/mSb+svAtJaUWAru8tJnMlH
oK6OehcQwz4nGhH0HnBK1jCVdtgckxPBw8F/GYN9rYhsccIe0XmFjX1rzMM3s8De
PLl6QO7Xzd+xb/FwAU8+S1WpKFdPU6ILTUnI2Ma3Mn/gfjZEZHvWAdTjo4oZGEsw
+N4n924ArptbeSLRrlNUtqx4BVDL5yo54xS5gefNpmD5yezO7aoUtN0aGcBq+01p
Qw0N5hKtcdsNYLBEFSvBGcZZmErMZbPwMXHWiUwNymXBDzJKgj5d+ks+1vJ3iCNW
R5r9hvATJPQ=
=Rrqg
-----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:
"Nothing changed in the clk framework core this time around. We did get
some updates to the basic clk types to use determine_rate for the
divider type and add a power of two fractional divider flag though.
Otherwise, this is a collection of clk driver updates. More than half
the diffstat is in the Qualcomm clk driver where we add a bunch of
data to describe clks on various SoCs and fix bugs. The other big new
thing in here is the Mediatek MT8192 clk driver. That's been under
review for a while and it's nice to see that it's finally upstream.
Beyond that it's the usual set of minor fixes and tweaks to clk
drivers. There are some non-clk driver bits in here which have all
been acked by the respective maintainers.
New Drivers:
- Support video, gpu, display clks on qcom sc7280 SoCs
- GCC clks on qcom MSM8953, SM4250/6115, and SM6350 SoCs
- Multimedia clks (MMCC) on qcom MSM8994/MSM8992
- RPMh clks on qcom SM6350 SoCs
- Support for Mediatek MT8192 SoCs
- Add display (DU and DSI) clocks on Renesas R-Car V3U
- Add I2C, DMAC, USB, sound (SSIF-2), GPIO, CANFD, and ADC clocks and
resets on Renesas RZ/G2L
Updates:
- Support the SD/OE pin on IDT VersaClock 5 and 6 clock generators
- Add power of two flag to fractional divider clk type
- Migrate some clk drivers to clk_divider_ops.determine_rate
- Migrate to clk_parent_data in gcc-sdm660
- Fix CLKOUT clocks on i.MX8MM and i.MX8MN by using imx_clk_hw_mux2
- Switch from .round_rate to .determine_rate in clk-divider-gate
- Fix clock tree update for TF-A controlled clocks for all i.MX8M
- Add missing M7 core clock for i.MX8MN
- YAML conversion of rk3399 clock controller binding
- Removal of GRF dependency for the rk3328/rk3036 pll types
- Drop CLK_IS_CRITICAL flag from Tegra fuse clk
- Make CLK_R9A06G032 Kconfig symbol invisible
- Convert various DT bindings to YAML"
* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (128 commits)
dt-bindings: clock: samsung: fix header path in example
clk: tegra: fix old-style declaration
clk: qcom: Add SM6350 GCC driver
MAINTAINERS: clock: include S3C and S5P in Samsung SoC clock entry
dt-bindings: clock: samsung: convert S5Pv210 AudSS to dtschema
dt-bindings: clock: samsung: convert Exynos AudSS to dtschema
dt-bindings: clock: samsung: convert Exynos4 to dtschema
dt-bindings: clock: samsung: convert Exynos3250 to dtschema
dt-bindings: clock: samsung: convert Exynos542x to dtschema
dt-bindings: clock: samsung: add bindings for Exynos external clock
dt-bindings: clock: samsung: convert Exynos5250 to dtschema
clk: vc5: Add properties for configuring SD/OE behavior
clk: vc5: Use dev_err_probe
dt-bindings: clk: vc5: Add properties for configuring the SD/OE pin
dt-bindings: clock: brcm,iproc-clocks: fix armpll properties
clk: zynqmp: Fix kernel-doc format
clk: at91: clk-generated: Limit the requested rate to our range
clk: ralink: avoid to set 'CLK_IS_CRITICAL' flag for gates
clk: zynqmp: Fix a memory leak
clk: zynqmp: Check the return type
...
|
||
|---|---|---|
| .. | ||
| actions,s500-cmu.h | ||
| actions,s700-cmu.h | ||
| actions,s900-cmu.h | ||
| agilex-clock.h | ||
| alphascale,asm9260.h | ||
| am3.h | ||
| am4.h | ||
| aspeed-clock.h | ||
| ast2600-clock.h | ||
| at91.h | ||
| ath79-clk.h | ||
| axg-aoclkc.h | ||
| axg-audio-clkc.h | ||
| axg-clkc.h | ||
| axis,artpec6-clkctrl.h | ||
| bcm-cygnus.h | ||
| bcm-ns2.h | ||
| bcm-nsp.h | ||
| bcm-sr.h | ||
| bcm281xx.h | ||
| bcm2835-aux.h | ||
| bcm2835.h | ||
| bcm3368-clock.h | ||
| bcm6318-clock.h | ||
| bcm6328-clock.h | ||
| bcm6358-clock.h | ||
| bcm6362-clock.h | ||
| bcm6368-clock.h | ||
| bcm21664.h | ||
| bcm63268-clock.h | ||
| berlin2.h | ||
| berlin2q.h | ||
| bm1880-clock.h | ||
| boston-clock.h | ||
| bt1-ccu.h | ||
| clps711x-clock.h | ||
| cortina,gemini-clock.h | ||
| dm814.h | ||
| dm816.h | ||
| dra7.h | ||
| efm32-cmu.h | ||
| exynos-audss-clk.h | ||
| exynos4.h | ||
| exynos7-clk.h | ||
| exynos3250.h | ||
| exynos5250.h | ||
| exynos5260-clk.h | ||
| exynos5410.h | ||
| exynos5420.h | ||
| exynos5433.h | ||
| fsl,qoriq-clockgen.h | ||
| g12a-aoclkc.h | ||
| g12a-clkc.h | ||
| gxbb-aoclkc.h | ||
| gxbb-clkc.h | ||
| hi3516cv300-clock.h | ||
| hi3519-clock.h | ||
| hi3559av100-clock.h | ||
| hi3620-clock.h | ||
| hi3660-clock.h | ||
| hi3670-clock.h | ||
| hi6220-clock.h | ||
| hip04-clock.h | ||
| histb-clock.h | ||
| hix5hd2-clock.h | ||
| imx1-clock.h | ||
| imx5-clock.h | ||
| imx6qdl-clock.h | ||
| imx6sl-clock.h | ||
| imx6sll-clock.h | ||
| imx6sx-clock.h | ||
| imx6ul-clock.h | ||
| imx7d-clock.h | ||
| imx7ulp-clock.h | ||
| imx8-clock.h | ||
| imx8-lpcg.h | ||
| imx8mm-clock.h | ||
| imx8mn-clock.h | ||
| imx8mp-clock.h | ||
| imx8mq-clock.h | ||
| imx21-clock.h | ||
| imx27-clock.h | ||
| ingenic,sysost.h | ||
| ingenic,tcu.h | ||
| intel,lgm-clk.h | ||
| jz4725b-cgu.h | ||
| jz4740-cgu.h | ||
| jz4760-cgu.h | ||
| jz4770-cgu.h | ||
| jz4780-cgu.h | ||
| k210-clk.h | ||
| lpc18xx-ccu.h | ||
| lpc18xx-cgu.h | ||
| lpc32xx-clock.h | ||
| lsi,axm5516-clks.h | ||
| marvell,mmp2-audio.h | ||
| marvell,mmp2.h | ||
| marvell,pxa168.h | ||
| marvell,pxa910.h | ||
| marvell,pxa1928.h | ||
| maxim,max9485.h | ||
| maxim,max77620.h | ||
| maxim,max77686.h | ||
| maxim,max77802.h | ||
| meson8-ddr-clkc.h | ||
| meson8b-clkc.h | ||
| microchip,pic32-clock.h | ||
| microchip,sparx5.h | ||
| mpc512x-clock.h | ||
| mstar-msc313-mpll.h | ||
| mt2701-clk.h | ||
| mt2712-clk.h | ||
| mt6765-clk.h | ||
| mt6779-clk.h | ||
| mt6797-clk.h | ||
| mt7621-clk.h | ||
| mt7622-clk.h | ||
| mt7629-clk.h | ||
| mt8135-clk.h | ||
| mt8167-clk.h | ||
| mt8173-clk.h | ||
| mt8183-clk.h | ||
| mt8192-clk.h | ||
| mt8516-clk.h | ||
| nuvoton,npcm7xx-clock.h | ||
| omap4.h | ||
| omap5.h | ||
| oxsemi,ox810se.h | ||
| oxsemi,ox820.h | ||
| pistachio-clk.h | ||
| px30-cru.h | ||
| pxa-clock.h | ||
| qcom,apss-ipq.h | ||
| qcom,camcc-sc7180.h | ||
| qcom,camcc-sdm845.h | ||
| qcom,camcc-sm8250.h | ||
| qcom,dispcc-sc7180.h | ||
| qcom,dispcc-sc7280.h | ||
| qcom,dispcc-sdm845.h | ||
| qcom,dispcc-sm8150.h | ||
| qcom,dispcc-sm8250.h | ||
| qcom,gcc-apq8084.h | ||
| qcom,gcc-ipq806x.h | ||
| qcom,gcc-ipq4019.h | ||
| qcom,gcc-ipq6018.h | ||
| qcom,gcc-ipq8074.h | ||
| qcom,gcc-mdm9607.h | ||
| qcom,gcc-mdm9615.h | ||
| qcom,gcc-msm8660.h | ||
| qcom,gcc-msm8916.h | ||
| qcom,gcc-msm8939.h | ||
| qcom,gcc-msm8953.h | ||
| qcom,gcc-msm8960.h | ||
| qcom,gcc-msm8974.h | ||
| qcom,gcc-msm8994.h | ||
| qcom,gcc-msm8996.h | ||
| qcom,gcc-msm8998.h | ||
| qcom,gcc-qcs404.h | ||
| qcom,gcc-sc7180.h | ||
| qcom,gcc-sc7280.h | ||
| qcom,gcc-sc8180x.h | ||
| qcom,gcc-sdm660.h | ||
| qcom,gcc-sdm845.h | ||
| qcom,gcc-sdx55.h | ||
| qcom,gcc-sm6115.h | ||
| qcom,gcc-sm6125.h | ||
| qcom,gcc-sm6350.h | ||
| qcom,gcc-sm8150.h | ||
| qcom,gcc-sm8250.h | ||
| qcom,gcc-sm8350.h | ||
| qcom,gpucc-msm8998.h | ||
| qcom,gpucc-sc7180.h | ||
| qcom,gpucc-sc7280.h | ||
| qcom,gpucc-sdm660.h | ||
| qcom,gpucc-sdm845.h | ||
| qcom,gpucc-sm8150.h | ||
| qcom,gpucc-sm8250.h | ||
| qcom,lcc-ipq806x.h | ||
| qcom,lcc-mdm9615.h | ||
| qcom,lcc-msm8960.h | ||
| qcom,lpass-sdm845.h | ||
| qcom,lpasscorecc-sc7180.h | ||
| qcom,mmcc-apq8084.h | ||
| qcom,mmcc-msm8960.h | ||
| qcom,mmcc-msm8974.h | ||
| qcom,mmcc-msm8994.h | ||
| qcom,mmcc-msm8996.h | ||
| qcom,mmcc-msm8998.h | ||
| qcom,mmcc-sdm660.h | ||
| qcom,mss-sc7180.h | ||
| qcom,q6sstopcc-qcs404.h | ||
| qcom,rpmcc.h | ||
| qcom,rpmh.h | ||
| qcom,sm8250-lpass-aoncc.h | ||
| qcom,sm8250-lpass-audiocc.h | ||
| qcom,turingcc-qcs404.h | ||
| qcom,videocc-sc7180.h | ||
| qcom,videocc-sc7280.h | ||
| qcom,videocc-sdm845.h | ||
| qcom,videocc-sm8150.h | ||
| qcom,videocc-sm8250.h | ||
| r7s9210-cpg-mssr.h | ||
| r7s72100-clock.h | ||
| r8a73a4-clock.h | ||
| r8a774a1-cpg-mssr.h | ||
| r8a774b1-cpg-mssr.h | ||
| r8a774c0-cpg-mssr.h | ||
| r8a774e1-cpg-mssr.h | ||
| r8a779a0-cpg-mssr.h | ||
| r8a7740-clock.h | ||
| r8a7742-cpg-mssr.h | ||
| r8a7743-cpg-mssr.h | ||
| r8a7744-cpg-mssr.h | ||
| r8a7745-cpg-mssr.h | ||
| r8a7778-clock.h | ||
| r8a7779-clock.h | ||
| r8a7790-clock.h | ||
| r8a7790-cpg-mssr.h | ||
| r8a7791-clock.h | ||
| r8a7791-cpg-mssr.h | ||
| r8a7792-clock.h | ||
| r8a7792-cpg-mssr.h | ||
| r8a7793-clock.h | ||
| r8a7793-cpg-mssr.h | ||
| r8a7794-clock.h | ||
| r8a7794-cpg-mssr.h | ||
| r8a7795-cpg-mssr.h | ||
| r8a7796-cpg-mssr.h | ||
| r8a77470-cpg-mssr.h | ||
| r8a77961-cpg-mssr.h | ||
| r8a77965-cpg-mssr.h | ||
| r8a77970-cpg-mssr.h | ||
| r8a77980-cpg-mssr.h | ||
| r8a77990-cpg-mssr.h | ||
| r8a77995-cpg-mssr.h | ||
| r9a06g032-sysctrl.h | ||
| r9a07g044-cpg.h | ||
| renesas-cpg-mssr.h | ||
| rk3036-cru.h | ||
| rk3066a-cru.h | ||
| rk3128-cru.h | ||
| rk3188-cru-common.h | ||
| rk3188-cru.h | ||
| rk3228-cru.h | ||
| rk3288-cru.h | ||
| rk3308-cru.h | ||
| rk3328-cru.h | ||
| rk3368-cru.h | ||
| rk3399-cru.h | ||
| rk3399-ddr.h | ||
| rk3568-cru.h | ||
| rockchip,rk808.h | ||
| rv1108-cru.h | ||
| s3c2410.h | ||
| s3c2412.h | ||
| s3c2443.h | ||
| s5pv210-audss.h | ||
| s5pv210.h | ||
| samsung,s2mps11.h | ||
| samsung,s3c64xx-clock.h | ||
| sh73a0-clock.h | ||
| sifive-fu540-prci.h | ||
| sifive-fu740-prci.h | ||
| sprd,sc9860-clk.h | ||
| sprd,sc9863a-clk.h | ||
| ste-ab8500.h | ||
| stih407-clks.h | ||
| stih410-clks.h | ||
| stih416-clks.h | ||
| stih418-clks.h | ||
| stm32fx-clock.h | ||
| stm32h7-clks.h | ||
| stm32mp1-clks.h | ||
| stratix10-clock.h | ||
| sun4i-a10-ccu.h | ||
| sun4i-a10-pll2.h | ||
| sun5i-ccu.h | ||
| sun6i-a31-ccu.h | ||
| sun7i-a20-ccu.h | ||
| sun8i-a23-a33-ccu.h | ||
| sun8i-a83t-ccu.h | ||
| sun8i-de2.h | ||
| sun8i-h3-ccu.h | ||
| sun8i-r-ccu.h | ||
| sun8i-r40-ccu.h | ||
| sun8i-tcon-top.h | ||
| sun8i-v3s-ccu.h | ||
| sun9i-a80-ccu.h | ||
| sun9i-a80-de.h | ||
| sun9i-a80-usb.h | ||
| sun50i-a64-ccu.h | ||
| sun50i-a100-ccu.h | ||
| sun50i-a100-r-ccu.h | ||
| sun50i-h6-ccu.h | ||
| sun50i-h6-r-ccu.h | ||
| sun50i-h616-ccu.h | ||
| suniv-ccu-f1c100s.h | ||
| tegra20-car.h | ||
| tegra30-car.h | ||
| tegra114-car.h | ||
| tegra124-car-common.h | ||
| tegra124-car.h | ||
| tegra186-clock.h | ||
| tegra194-clock.h | ||
| tegra210-car.h | ||
| tegra234-clock.h | ||
| ti-dra7-atl.h | ||
| vf610-clock.h | ||
| x1000-cgu.h | ||
| x1830-cgu.h | ||
| xlnx-vcu.h | ||
| xlnx-versal-clk.h | ||
| xlnx-zynqmp-clk.h | ||