linux-stable/include/dt-bindings/reset
Linus Torvalds 455e73a07f We have a couple patches in the framework core this time around but
they're mostly minor cleanups and some debugfs stuff. The real work
 that's in here is the typical pile of clk driver updates and new SoC
 support. Per usual (or maybe just recent trends), Qualcomm gains a
 handful of SoC drivers additions and has the largest diffstat. After
 that there are quite a few updates to the Allwinner (sunxi) drivers to
 support modular drivers and Renesas is heavily updated to add more
 support for various clks. Overall it looks pretty normal.
 
 New Drivers:
  - Add MDMA and BDMA clks to Ingenic JZ4760 and JZ4770
  - MediaTek mt7986 SoC basic support
  - Clock and reset driver for Toshiba Visconti SoCs
  - Initial clock driver for the Exynos7885 SoC (Samsung Galaxy A8)
  - Allwinner D1 clks
  - Lan966x Generic Clock Controller driver and associated DT bindings
  - Qualcomm SDX65, SM8450, and MSM8976 GCC clks
  - Qualcomm SDX65 and SM8450 RPMh clks
 
 Updates:
  - Set suppress_bind_attrs to true for i.MX8ULP driver
  - Switch from do_div to div64_ul for throughout all i.MX drivers
  - Fix imx8mn_clko1_sels for i.MX8MN
  - Remove unused IPG_AUDIO_ROOT from i.MX8MP
  - Switch parent for audio_root_clk to audio ahb in i.MX8MP driver
  - Removal of all remaining uses of __clk_lookup() in drivers/clk/samsung
  - Refactoring of the CPU clocks registration to use common interface
  - An update of the Exynos850 driver (support for more clock domains)
    required by the E850-96 development board
  - Prep for runtime PM and generic power domains on Tegra
  - Support modular Allwinner clk drivers via platform bus
  - Lan966x clock driver extended to support clock gating
  - Add serial (SCI1), watchdog (WDT), timer (OSTM), SPI (RSPI), and
    thermal (TSU) clocks and resets on Renesas RZ/G2L
  - Rework SDHI clock handling in the Renesas R-Car Gen3 and RZ/G2 clock
    drivers, and in the Renesas SDHI driver
  - Make the Cortex-A55 (I) clock on Renesas RZ/G2L programmable
  - Document support for the new Renesas R-Car S4-8 (R8A779F0) SoC
  - Add support for the new Renesas R-Car S4-8 (R8A779F0) SoC
  - Add GPU clock and resets on Renesas RZ/G2L
  - Add clk-provider.h to various Qualcomm clk drivers
  - devm version of clk_hw_register_gate()
  - kerneldoc fixes in a couple drivers
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmHfOa8RHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSX+Ew/9FaQLRh3ahN+qF8VMJ1K9qUciYBlU+UtC
 excKfTkJg+1JGMP8dGSRSi/aC/UyLPb0dJDRMKcSZPYIScP+wc3HJHm4i+CpxDcn
 /wXPW3tvY1CkVq1P7/baesoNiIle5zqpl4+0w9CN5KuoXctc35Pr1GqJ/C0XsDfQ
 DS3lpck65tr7Wy1muChT1ZR+7hGv6K7olR7FDYNVSDtfJcaOZENSLgbPF6eea0FR
 /dl+6o1COF23XAGF1GJg88DYRgnEqxLsfFTaC6Hz8DeQdKBVh9GF6tpgLhk7vsaG
 gcRZxU24KaUw0lNZGdzmagy8ZJ6aZhcuzXQKN9VecbTIhRYNTWmB1VsvbhhEVb1T
 96kBAp/II1JZdh/8W7uOmg4Ahupap5+f6JKMfR3zD4aDXkNDsxyXBA5AXtC0GPGN
 5340WiJsBz/dD9/YE+mQ7YZKhdvKaGEVbmVUpQHceapeTBk4EIHKSVIq5sKd7qiq
 ZHxOIizx5MgBJyoSeIxkB3j0KvwSTDNz6WM2F9gnNNtGfuSlA4NAnO1davINNQun
 +seP+deBviUl+P2u9iodRApfCiEuM3mA548KTba/Z1nJ7sN93/qrqr1FBAUSqY+k
 xNRXfXIzlOY9ifm6PlvU8QUK0XVtKjt0ld7pFzRkf6EU523DwzL2I2XIY2Eve2vA
 LaDihwcKyR0=
 =jB+l
 -----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 a couple patches in the framework core this time around but
  they're mostly minor cleanups and some debugfs stuff. The real work
  that's in here is the typical pile of clk driver updates and new SoC
  support.

  Per usual (or maybe just recent trends), Qualcomm gains a handful of
  SoC drivers additions and has the largest diffstat. After that there
  are quite a few updates to the Allwinner (sunxi) drivers to support
  modular drivers and Renesas is heavily updated to add more support for
  various clks.

  Overall it looks pretty normal.

  New Drivers:
   - Add MDMA and BDMA clks to Ingenic JZ4760 and JZ4770
   - MediaTek mt7986 SoC basic support
   - Clock and reset driver for Toshiba Visconti SoCs
   - Initial clock driver for the Exynos7885 SoC (Samsung Galaxy A8)
   - Allwinner D1 clks
   - Lan966x Generic Clock Controller driver and associated DT bindings
   - Qualcomm SDX65, SM8450, and MSM8976 GCC clks
   - Qualcomm SDX65 and SM8450 RPMh clks

  Updates:
   - Set suppress_bind_attrs to true for i.MX8ULP driver
   - Switch from do_div to div64_ul for throughout all i.MX drivers
   - Fix imx8mn_clko1_sels for i.MX8MN
   - Remove unused IPG_AUDIO_ROOT from i.MX8MP
   - Switch parent for audio_root_clk to audio ahb in i.MX8MP driver
   - Removal of all remaining uses of __clk_lookup() in
     drivers/clk/samsung
   - Refactoring of the CPU clocks registration to use common interface
   - An update of the Exynos850 driver (support for more clock domains)
     required by the E850-96 development board
   - Prep for runtime PM and generic power domains on Tegra
   - Support modular Allwinner clk drivers via platform bus
   - Lan966x clock driver extended to support clock gating
   - Add serial (SCI1), watchdog (WDT), timer (OSTM), SPI (RSPI), and
     thermal (TSU) clocks and resets on Renesas RZ/G2L
   - Rework SDHI clock handling in the Renesas R-Car Gen3 and RZ/G2
     clock drivers, and in the Renesas SDHI driver
   - Make the Cortex-A55 (I) clock on Renesas RZ/G2L programmable
   - Document support for the new Renesas R-Car S4-8 (R8A779F0) SoC
   - Add support for the new Renesas R-Car S4-8 (R8A779F0) SoC
   - Add GPU clock and resets on Renesas RZ/G2L
   - Add clk-provider.h to various Qualcomm clk drivers
   - devm version of clk_hw_register_gate()
   - kerneldoc fixes in a couple drivers"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (131 commits)
  clk: visconti: Remove pointless NULL check in visconti_pll_add_lookup()
  clk: mediatek: add mt7986 clock support
  clk: mediatek: add mt7986 clock IDs
  dt-bindings: clock: mediatek: document clk bindings for mediatek mt7986 SoC
  clk: mediatek: clk-gate: Use regmap_{set/clear}_bits helpers
  clk: mediatek: clk-gate: Shrink by adding clockgating bit check helper
  clk: x86: Fix clk_gate_flags for RV_CLK_GATE
  clk: x86: Use dynamic con_id string during clk registration
  ACPI: APD: Add a fmw property clk-name
  drivers: acpi: acpi_apd: Remove unused device property "is-rv"
  x86: clk: clk-fch: Add support for newer family of AMD's SOC
  clk: ingenic: Add MDMA and BDMA clocks
  dt-bindings: clk/ingenic: Add MDMA and BDMA clocks
  clk: bm1880: remove kfrees on static allocations
  clk: Drop unused COMMON_CLK_STM32MP157_SCMI config
  clk: st: clkgen-mux: search reg within node or parent
  clk: st: clkgen-fsyn: search reg within node or parent
  clk: Enable/Disable runtime PM for clk_summary
  MAINTAINERS: Add entries for Toshiba Visconti PLL and clock controller
  clk: visconti: Add support common clock driver and reset driver
  ...
2022-01-12 17:02:27 -08:00
..
actions,s500-reset.h dt-bindings: reset: Add binding constants for Actions S500 RMU 2020-07-21 01:50:46 -07:00
actions,s700-reset.h dt-bindings: reset: Add binding constants for Actions Semi S700 RMU 2018-10-16 14:41:01 -07:00
actions,s900-reset.h dt-bindings: reset: Add binding constants for Actions Semi S900 RMU 2018-10-16 14:41:15 -07:00
altr,rst-mgr-a10.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
altr,rst-mgr-a10sr.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
altr,rst-mgr-s10.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
altr,rst-mgr.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
amlogic,meson-a1-reset.h dt-bindings: reset: add bindings for the Meson-A1 SoC Reset Controller 2019-10-08 15:12:46 +02:00
amlogic,meson-axg-audio-arb.h reset: dt-bindings: meson: update arb bindings for sm1 2019-10-03 19:56:51 +02:00
amlogic,meson-axg-reset.h dt-bindings: reset: meson-axg: fix SPDX license id 2019-01-16 12:50:27 -06:00
amlogic,meson-g12a-audio-reset.h dt-bindings: clock: meson: add sm1 resets to the axg-audio controller 2019-10-08 09:28:08 +02:00
amlogic,meson-g12a-reset.h dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets 2019-03-25 16:22:10 +01:00
amlogic,meson-gxbb-reset.h dt-bindings: reset: meson: add gxl internal dac reset 2020-05-06 12:03:43 +02:00
amlogic,meson8b-clkc-reset.h dt-bindings: clock: meson8b: describe the embedded reset controller 2017-07-31 10:48:39 +02:00
amlogic,meson8b-reset.h dt-bindings: reset: meson8b: fix duplicate reset IDs 2019-12-09 15:21:20 -08:00
axg-aoclkc.h dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings 2018-05-15 14:07:11 +02:00
bcm6318-reset.h mips: bmips: add BCM6318 reset controller definitions 2020-11-17 21:53:39 +01:00
bcm6328-reset.h mips: bmips: dts: add BCM6328 reset controller support 2020-11-17 21:52:04 +01:00
bcm6358-reset.h mips: bmips: dts: add BCM6358 reset controller support 2020-11-17 21:52:27 +01:00
bcm6362-reset.h mips: bmips: dts: add BCM6362 reset controller support 2020-11-17 21:52:46 +01:00
bcm6368-reset.h mips: bmips: dts: add BCM6368 reset controller support 2020-11-17 21:53:03 +01:00
bcm63268-reset.h mips: bmips: dts: add BCM63268 reset controller support 2020-11-17 21:53:23 +01:00
bitmain,bm1880-reset.h dt-bindings: reset: Add devicetree binding for BM1880 reset controller 2019-05-24 16:08:14 +02:00
bt1-ccu.h dt-bindings: clk: Add Baikal-T1 CCU Dividers binding 2020-05-30 11:04:35 -07:00
cortina,gemini-reset.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
g12a-aoclkc.h dt-bindings: clk: add G12A AO Clock and Reset Bindings 2019-02-13 09:49:17 +01:00
gxbb-aoclkc.h
hisi,hi6220-resets.h dt-bindings: reset: hisilicon: Add ao reset controller 2019-08-20 08:13:47 -05:00
imx7-reset.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
imx8mp-reset.h dt-bindings: reset: imx7: Document usage on i.MX8MP SoC 2020-05-06 12:03:43 +02:00
imx8mq-reset.h dt-bindings: reset: imx8mq: add m4 reset 2020-09-23 14:25:31 +02:00
imx8ulp-pcc-reset.h dt-bindings: clock: Add imx8ulp clock support 2021-09-30 16:22:55 +03:00
k210-rst.h dt-bindings: reset: Document canaan,k210-rst bindings 2021-01-14 15:08:51 -08:00
mt2701-resets.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
mt2712-resets.h arm64: dts: mediatek: Move reset controller constants into common location 2021-10-08 15:11:13 +02:00
mt7622-reset.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
mt7629-resets.h arm: dts: mediatek: add basic support for MT7629 SoC 2019-08-22 11:22:17 +02:00
mt8135-resets.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
mt8173-resets.h arm64: dts: mt8173: Add the mmsys reset bit to reset the dsi0 2021-10-08 15:11:13 +02:00
mt8183-resets.h arm64: dts: mt8183: Add the mmsys reset bit to reset the dsi0 2021-10-08 15:11:14 +02:00
mt8192-resets.h arm64: dts: mediatek: Move reset controller constants into common location 2021-10-08 15:11:13 +02:00
mt8195-resets.h dt-bindings: reset: mt8195: add toprgu reset-controller header file 2021-08-22 10:28:10 +02:00
nuvoton,npcm7xx-reset.h dt-bindings: reset: Add binding constants for NPCM7xx reset controller 2020-01-02 12:25:05 +01:00
oxsemi,ox810se.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
oxsemi,ox820.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
pistachio-resets.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom,gcc-apq8084.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,gcc-ipq806x.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,gcc-ipq6018.h clk: qcom: Add DT bindings for ipq6018 gcc clock controller 2020-01-09 12:42:54 -08:00
qcom,gcc-mdm9615.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,gcc-msm8660.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,gcc-msm8916.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,gcc-msm8939.h clk: qcom: Add DT bindings for MSM8939 GCC 2020-05-14 14:31:33 -07:00
qcom,gcc-msm8960.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,gcc-msm8974.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,mmcc-apq8084.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,mmcc-msm8960.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,mmcc-msm8974.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
qcom,sdm845-aoss.h dt-bindings: reset: Add AOSS reset bindings for SDM845 SoCs 2018-07-16 12:15:38 +02:00
qcom,sdm845-pdc.h dt-bindings: reset: pdc: Add PDC Global bindings 2021-07-21 12:16:16 +02:00
raspberrypi,firmware-reset.h dt-bindings: reset: Add a binding for the RPi Firmware reset controller 2020-08-18 13:01:10 +02:00
realtek,rtd1195.h dt-bindings: reset: Add Realtek RTD1195 2020-04-12 23:59:24 +02:00
realtek,rtd1295.h dt-bindings: reset: rtd1295: Add SB2 reset 2020-04-12 23:59:30 +02:00
snps,hsdk-reset.h ARC: reset: remove the misleading v1 suffix all over 2017-09-18 13:02:03 +02:00
starfive-jh7100.h dt-bindings: reset: Add StarFive JH7100 reset definitions 2021-12-16 17:24:23 +01:00
stericsson,db8500-prcc-reset.h dt-bindings: clock: u8500: Rewrite in YAML and extend 2021-10-26 18:03:41 -07:00
stih407-resets.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
stih415-resets.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
stih416-resets.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
stm32mp1-resets.h dt-bindings: reset: add MCU HOLD BOOT ID for SCMI reset domains on stm32mp15 2021-06-28 16:09:09 -07:00
sun4i-a10-ccu.h clk: sunxi-ng: Add sun4i/sun7i CCU driver 2017-08-24 10:15:54 +02:00
sun5i-ccu.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
sun6i-a31-ccu.h
sun8i-a23-a33-ccu.h
sun8i-a83t-ccu.h clk: sunxi-ng: Add driver for A83T CCU 2017-06-07 15:32:16 +02:00
sun8i-de2.h dt-bindings: clock: sun8i-de2: Add H6 DE3 clock description 2018-11-05 10:22:02 +01:00
sun8i-h3-ccu.h
sun8i-r-ccu.h
sun8i-r40-ccu.h clk: sunxi-ng: support R40 SoC 2017-08-19 17:04:37 +08:00
sun8i-v3s-ccu.h clk: sunxi-ng: v3s: add Allwinner V3 support 2019-08-12 10:05:48 +02:00
sun9i-a80-ccu.h
sun9i-a80-de.h
sun9i-a80-usb.h
sun20i-d1-ccu.h dt-bindings: clk: Add compatibles for D1 CCUs 2021-11-23 10:29:05 +01:00
sun20i-d1-r-ccu.h dt-bindings: clk: Add compatibles for D1 CCUs 2021-11-23 10:29:05 +01:00
sun50i-a64-ccu.h
sun50i-a100-ccu.h clk: sunxi-ng: add support for the Allwinner A100 CCU 2020-08-25 10:52:18 +02:00
sun50i-a100-r-ccu.h clk: sunxi-ng: add support for the Allwinner A100 CCU 2020-08-25 10:52:18 +02:00
sun50i-h6-ccu.h clk: sunxi-ng: add support for the Allwinner H6 CCU 2018-03-18 21:17:07 +01:00
sun50i-h6-r-ccu.h clk: sunxi-ng: h6-r: Add R_APB2_RSB clock and reset 2021-01-06 19:34:29 +08:00
sun50i-h616-ccu.h clk: sunxi-ng: Add support for the Allwinner H616 CCU 2021-01-28 11:14:35 +01:00
suniv-ccu-f1c100s.h dt-bindings: clock: Add Allwinner suniv F1C100s CCU 2018-12-04 08:41:13 +01:00
tegra124-car.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra186-reset.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
tegra194-reset.h arm64: tegra: Add Tegra194 chip device tree 2018-03-08 14:31:13 +01:00
tegra210-car.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra234-reset.h dt-bindings: Update headers for Tegra234 2021-12-16 16:43:49 +01:00
ti-syscon.h reset: Replace HTTP links with HTTPS ones 2020-07-20 11:27:12 +02:00
toshiba,tmpv770x.h dt-bindings: clock: Add DT bindings for SMU of Toshiba Visconti TMPV770x SoC 2022-01-05 17:05:21 -08:00
xlnx-versal-resets.h dt-bindings: reset: Updated binding for Versal reset driver 2020-09-23 14:25:31 +02:00
xlnx-zynqmp-resets.h dt-bindings: reset: Add bindings for ZynqMP reset driver 2019-01-29 14:07:10 +01:00