linux-stable/include/dt-bindings/reset
Linus Torvalds c736c9a955 Only a couple new SoCs have support added this time, primarily for Qualcomm
SM8650 based on the diffstat. Otherwise this is a collection of non-critical
 fixes and cleanups to various clk drivers and their DT bindings. Nothing is
 changed in the core clk framework this time, although there's a patch to fix a
 basic clk type initialization function. In general, this pile looks to be on
 the smaller side.
 
 New Drivers:
  - Global, display, gpu, tcsr, and rpmh clocks on Qualcomm SM8650
  - Mediatek MT7988 SoC clocks
 
 Updates:
  - Update Zynqmp driver for Versal NET platforms
  - Add clk driver for Versal clocking wizard IP
  - Support for stm32mp25 clks
  - Add glitch free PLL setting support to si5351 clk driver
  - Add DSI clocks on Amlogic g12/sm1
  - Add CSI and ISP clocks on Amlogic g12/sm1
  - Document bindings for i.MX93 ANATOP clock driver
  - Free clk_node in i.MX SCU driver for resource with different owner
  - Update the LVDS clocks to be compatible with i.MX SCU firmware 1.15
  - Fix the name of the fvco in i.MX pll14xx by renaming it to fout
  - Add EtherNet TSN and PCIe clocks on the Renesas R-Car V4H SoC
  - Add interrupt controller and Ethernet clocks and resets on Renesas RZ/G3S
  - Check reset monitor registers on Renesas RZ/G2L-alike SoCs
  - Reuse reset functionality in the Renesas RZ/G2L clock driver
  - Global and RPMh clock support for the Qualcomm X1E80100 SoC
  - Support for the Stromer APCS PLL found in Qualcomm IPQ5018
  - Add a new type of branch clock, with support for controlling separate
    memory control bits, to the Qualcomm clk driver
  - Use above new branch type in Qualcomm ECPRI clk driver for QDU1000 and
    QRU1000
  - Add a number of missing clocks related to CSI2 on Qualcomm MSM8939
  - Add support for the camera clock controller on Qualcomm SC8280XP
  - Correct PLL configuration in GPU and video clock controllers for
    Qualcomm SM8150
  - Add runtime PM support and a few missing resets to Qualcomm SM8150
    video clock controller
  - Fix configuration of various GCC GDSCs on Qualcomm SM8550
  - Mark shared RCGs appropriately in the Qualcomm SM8550 GCC driver
  - Fix up GPU and display clock controllers PLL configuration settings
    on Qualcomm SM8550
  - Cleanup variable init in Allwinner nkm module
  - Convert various DT bindings to YAML
  - A few kernel-doc fixes for Samsung SoC clock controllers
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmWdydURHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSXvtQ//eoF6kwlLT9knQIE9sYQAPJrHytObVpSl
 3htHQBvSMKwJNTmzWbKWIUw9T7JliYU+aho768zKqVMVLd6PWk1eOL0NIKB/jSSz
 /OIWxS9hrcTXm/GAKX+0jyAxw97pq0Qb82PNpD+QuLAcVw/5rMVl/+pMNqeVeqjK
 2aN4QfaL7B1F1vV/rBtniG1//Hwwr7IMIT3wIBE6W4jlw84N2gayqEl/EaXabF6F
 +9Wh8bPS1ny206XGtI8KNcFkv/uFoqWjO7g/hPgXMQcVSd50oV02iJPf6HaWBx4L
 9podF3uhNuNk5v02fp1nCygzRn2YDa4eMwMjJtSxU0Inq9s01u8dWNkIgwuCJMjv
 jSKMMgxa9rHhJ7+xiYi1pQ23fHG1tx600u1zKWMkO1a0U80KeeynGFpdfhUzsD6E
 ZNUkEee2Ehw1nDMfrUqUt9dWLnRutCXa5jTvgKBWFM7hs9W+ErudAKwP0x2hNl3Z
 q8Z6RpCoGNnb1e0nw407j3AsXJkbzg9D4KGMlNNEVmuP0iZY3IsVIWrhszx0Zmi4
 M3sNNtTskbD4nX42JADhZgVpql2rSikxjfnaBsSXYSJu9SGkCF9clOSb1lKGgKmk
 gCWcGpmxdmVbTNYCgsZ/jUBs8QDgOxcyFJYLys7/tkjDec9IuxeB37vkaXv2rqU8
 t0VzUVWUqYw=
 =t0CI
 -----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:
 "Only a couple new SoCs have support added this time, primarily for
  Qualcomm SM8650 based on the diffstat. Otherwise this is a collection
  of non-critical fixes and cleanups to various clk drivers and their DT
  bindings.

  Nothing is changed in the core clk framework this time, although
  there's a patch to fix a basic clk type initialization function. In
  general, this pile looks to be on the smaller side.

  New Drivers:
   - Global, display, gpu, tcsr, and rpmh clocks on Qualcomm SM8650
   - Mediatek MT7988 SoC clocks

  Updates:
   - Update Zynqmp driver for Versal NET platforms
   - Add clk driver for Versal clocking wizard IP
   - Support for stm32mp25 clks
   - Add glitch free PLL setting support to si5351 clk driver
   - Add DSI clocks on Amlogic g12/sm1
   - Add CSI and ISP clocks on Amlogic g12/sm1
   - Document bindings for i.MX93 ANATOP clock driver
   - Free clk_node in i.MX SCU driver for resource with different owner
   - Update the LVDS clocks to be compatible with i.MX SCU firmware 1.15
   - Fix the name of the fvco in i.MX pll14xx by renaming it to fout
   - Add EtherNet TSN and PCIe clocks on the Renesas R-Car V4H SoC
   - Add interrupt controller and Ethernet clocks and resets on Renesas
     RZ/G3S
   - Check reset monitor registers on Renesas RZ/G2L-alike SoCs
   - Reuse reset functionality in the Renesas RZ/G2L clock driver
   - Global and RPMh clock support for the Qualcomm X1E80100 SoC
   - Support for the Stromer APCS PLL found in Qualcomm IPQ5018
   - Add a new type of branch clock, with support for controlling
     separate memory control bits, to the Qualcomm clk driver
   - Use above new branch type in Qualcomm ECPRI clk driver for QDU1000
     and QRU1000
   - Add a number of missing clocks related to CSI2 on Qualcomm MSM8939
   - Add support for the camera clock controller on Qualcomm SC8280XP
   - Correct PLL configuration in GPU and video clock controllers for
     Qualcomm SM8150
   - Add runtime PM support and a few missing resets to Qualcomm SM8150
     video clock controller
   - Fix configuration of various GCC GDSCs on Qualcomm SM8550
   - Mark shared RCGs appropriately in the Qualcomm SM8550 GCC driver
   - Fix up GPU and display clock controllers PLL configuration settings
     on Qualcomm SM8550
   - Cleanup variable init in Allwinner nkm module
   - Convert various DT bindings to YAML
   - A few kernel-doc fixes for Samsung SoC clock controllers"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (93 commits)
  clk: mediatek: add drivers for MT7988 SoC
  clk: mediatek: add pcw_chg_bit control for PLLs of MT7988
  dt-bindings: clock: mediatek: add clock controllers of MT7988
  dt-bindings: reset: mediatek: add MT7988 ethwarp reset IDs
  dt-bindings: clock: mediatek: add MT7988 clock IDs
  clk: mediatek: mt8188-topckgen: Refactor parents for top_dp/edp muxes
  clk: mediatek: mt8195-topckgen: Refactor parents for top_dp/edp muxes
  clk: mediatek: clk-mux: Support custom parent indices for muxes
  dt-bindings: clock: sophgo: Add clock controller of CV1800 series SoC
  clk: starfive: jh7100: Add CLK_SET_RATE_PARENT to gmac_tx
  clk: starfive: Add flags argument to JH71X0__MUX macro
  clk: imx: pll14xx: change naming of fvco to fout
  clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocks
  clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()
  clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw
  clk: qcom: dispcc-sm8650: Add test_ctl parameters to PLL config
  clk: qcom: gpucc-sm8650: Add test_ctl parameters to PLL config
  clk: qcom: dispcc-sm8550: Use the correct PLL configuration function
  clk: qcom: dispcc-sm8550: Update disp PLL settings
  clk: qcom: gpucc-sm8550: Update GPU PLL settings
  ...
2024-01-12 13:42:35 -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 dt-bindings: reset: add reset IDs for Agilex5 2023-08-08 06:32:34 -05:00
altr,rst-mgr.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
amlogic,c3-reset.h dt-bindings: reset: Add compatible and DT bindings for Amlogic C3 Reset Controller 2023-11-28 17:21:59 +01: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 NNA reset 2023-01-02 11:29:38 +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,meson-s4-reset.h dt-bindings: reset: add bindings for the Meson-S4 SoC Reset Controller 2022-05-03 17:40:51 +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 dt-bindings: reset: add BCM63268 timer reset definitions 2023-03-27 12:23:51 -07: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: baikal-t1: Add DDR/PCIe reset IDs 2022-09-30 14:19:37 -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
delta,tn48m-reset.h dt-bindings: reset: Add Delta TN48M 2022-02-25 09:59:35 +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 dt-bindings: clock: reset: Add GXBB AO Clock and Reset Bindings 2016-08-19 12:49:00 -07:00
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
mediatek,mt6735-wdt.h dt-bindings: reset: Add binding for MediaTek MT6735 TOPRGU/WDT 2023-04-22 16:01:48 +02:00
mediatek,mt6795-resets.h dt-bindings: reset: Add bindings for MT6795 Helio X10 reset controllers 2022-09-26 11:13:09 +08:00
mediatek,mt7988-resets.h dt-bindings: reset: mediatek: add MT7988 ethwarp reset IDs 2024-01-03 15:55:15 -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
mt7621-reset.h dt-bindings: reset: add dt binding header for Mediatek MT7621 resets 2022-01-26 13:04:46 +01: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
mt7986-resets.h dt-bindings: reset: mt7986: Add reset-controller header file 2022-05-08 10:34:04 +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
mt8186-resets.h dt-bindings: reset: mediatek: Add infra_ao reset index for MT8186 2022-06-15 17:24:25 -07:00
mt8188-resets.h dt-bindings: reset: mt8188: Add VDOSYS reset control bits 2023-12-11 11:12:59 +01:00
mt8192-resets.h dt-bindings: reset: mediatek: Add infra_ao reset index for MT8192/MT8195 2022-06-15 17:24:13 -07:00
mt8195-resets.h dt-bindings: reset: mt8195: add vdosys1 reset control bit 2023-01-25 16:05:14 +01:00
nuvoton,ma35d1-reset.h dt-bindings: reset: nuvoton: Document ma35d1 reset control 2023-06-05 13:18:08 +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 dt-bindings: reset: add ipq8064 ce5 resets 2022-03-08 16:19:31 -06:00
qcom,gcc-ipq5018.h dt-bindings: clock: Add IPQ5018 clock and reset 2023-08-11 10:46:59 -07: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,ipq9574-gcc.h dt-bindings: clock: Add crypto clock and reset definitions 2023-06-13 15:17:22 -07: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
qcom,sm8350-videocc.h dt-bindings: clock: Add SM8350 VIDEOCC 2023-05-24 21:46:09 -07:00
qcom,sm8450-gpucc.h dt-bindings: clock: Add Qcom SM8450 GPUCC 2023-05-26 18:22:04 -07:00
qcom,sm8650-gpucc.h dt-bindings: clock: qcom: document the SM8650 GPU Clock Controller 2023-12-07 08:07:47 -08: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
rockchip,rk3588-cru.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sama7g5-reset.h dt-bindings: reset: add sama7g5 definitions 2022-06-17 17:20:00 +02:00
snps,hsdk-reset.h ARC: reset: remove the misleading v1 suffix all over 2017-09-18 13:02:03 +02:00
st,stm32mp25-rcc.h dt-bindings: stm32: add clocks and reset binding for stm32mp25 platform 2023-12-17 15:33:26 -08:00
starfive,jh7110-crg.h dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator 2023-07-19 18:08:00 +01: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
stm32mp1-resets.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
stm32mp13-resets.h dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC 2023-06-14 18:06:22 -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 clk: sunxi-ng: Add A31/A31s clocks 2016-08-25 22:31:43 +02:00
sun8i-a23-a33-ccu.h clk: sunxi-ng: Add A33 CCU support 2016-09-10 11:41:19 +02:00
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 clk: sunxi-ng: add Allwinner H5 CCU support for H3 CCU driver 2017-03-06 10:25:56 +01:00
sun8i-r-ccu.h clk: sunxi-ng: add support for PRCM CCUs 2017-04-04 17:43:52 +02:00
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 clk: sunxi-ng: Add A80 CCU 2017-01-30 08:37:30 +01:00
sun9i-a80-de.h clk: sunxi-ng: Add A80 Display Engine CCU 2017-01-30 08:38:30 +01:00
sun9i-a80-usb.h clk: sunxi-ng: Add A80 USB CCU 2017-01-30 08:37:51 +01:00
sun20i-d1-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun20i-d1-r-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun50i-a64-ccu.h clk: sunxi-ng: Add A64 clocks 2016-11-03 09:06:18 +01:00
sun50i-a100-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun50i-a100-r-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun50i-h6-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun50i-h6-r-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sun50i-h616-ccu.h dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
suniv-ccu-f1c100s.h dt-bindings: clock: Add Allwinner suniv F1C100s CCU 2018-12-04 08:41:13 +01:00
sunplus,sp7021-reset.h dt-bindings: reset: Add bindings for SP7021 reset driver 2022-07-08 14:23:39 +02: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: tegra: Update headers for Tegra234 2022-11-21 13:27:17 +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