linux/Documentation/devicetree/bindings/thermal
Linus Torvalds 25c456dab5 MFD for v7.1
* Core:
     * Add a resource-managed version of alloc_workqueue() (`devm_alloc_workqueue()`)
   * Apple SMC:
     * Wire up the Apple SMC power driver by adding a new MFD cell
   * Broadcom BCM2835 PM:
     * Add support for the BCM2712 power management device
     * Introduce a hardware type identifier to distinguish SoC variants
   * Intel LPSS:
     * Add PCI IDs for the Intel Nova Lake-H platform
 
   * Core:
     * Preserve the Open Firmware (OF) node when an ACPI handle is present
   * Atmel HLCDC:
     * Fetch the LVDS PLL clock as a fallback if the generic sys_clk is unavailable
   * EZX PCAP:
     * Avoid rescheduling after destroying the workqueue by switching to a device-managed workqueue
   * Freescale MC13xxx:
     * Fix a memory leak in subdevice platform data allocation by using devm_kmemdup()
   * Intel LPC ICH:
     * Expose a software node for the GPIO controller cell to fix GPIO lookups
   * MediaTek MT6397:
     * Correct the hardware CIDs for the MT6328, MT6331, and MT6332 PMICs to allow proper driver
       binding
   * ROHM BD71828:
     * Enable system wakeup via the power button
   * STMicroelectronics STPMIC1:
     * Attempt system shutdown a second time to handle transient I2C communication failures
 
   * Congatec CGBC, KEMPLD, RSMU, Si476x:
     * Fix various kernel-doc warnings and correct struct member names
   * DLN2:
     * Drop redundant USB device references and switch to managed resource allocations
     * Update bare 'unsigned' types to 'unsigned int'
   * ENE KB3930:
     * Use the of_device_is_system_power_controller() wrapper
   * EZX PCAP:
     * Drop redundant memory allocation error messages
     * Return directly instead of using empty goto statements
   * Maxim MAX77705:
     * Make the max77705_pm_ops variable static to resolve a sparse warning
   * Viperboard:
     * Drop redundant USB device references
 
   * SpacemiT P1:
     * Drop the deprecated "vin-supply" property from the devicetree bindings
 
   * SpacemiT P1:
     * Add individual regulator supply properties to match actual hardware topology
   * Maxim MAX77620:
     * Convert devicetree bindings from TXT to YAML format
     * Document an optional I2C address for the MAX77663 RTC device
   * ROHM BD72720:
     * Add a new compatible string for the ROHM BD73900 PMIC
   * Freescale i.MX25 TSADC:
     * Convert devicetree bindings from TXT to YAML format
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmnl4F8ACgkQUa+KL4f8
 d2HwnRAAjLNnENBowYZeXNsi7QXTyoZPUtJmVEqALKgHZ1SGtUtitw4eaKLn+KC/
 qWUBuglp4YOmue0xf+HmJhEL+hnixzGH0XxbYDdlKPXyk9xxf2UEXushq3+DlwX8
 QA4tznLqxjrHZNvMZoNODRZXkec6PHluYJdUuXZsfXFltR8nfsEmRcrtCgM07TGj
 dBWfbuAIyUnWZss0IaZdWOjxE1LHCT+hBVY7eUkj3DhNKxLgonmCCMysAnlTQV/G
 g9qQbAZtJXL5Km/DJTpRaPj0G0RMjnpi8KJEI7RVCLWT0mDpoSvvoF2xjEUDDVc5
 4M3TI9SFgfNYNZ8IcAAZROVXTjNVEdW4OgbCc7T/GCuxnycGxZJelPJPwNCZQ5LN
 xyKmj9zT6GdTc33l0fxURaFj3gq2NC1WZ018updjmSa7iOAU3zeEKMM3FA0TieMP
 SbOzx661CjaH+6ZIDZ8aQzcGd5OAEy19jzOH7fT9lfkpRU95tU/VWud50PPe0jj0
 1wXTXHHXJ+/k837h4aK+3WDcb/+SwUuUyLY7kZnfW9G+3m9j8VJyu7TjiEfmqRNW
 r7SXFn/y5DEDQIk8ktGa3aAtHQK5bImfodeyw4wHCOa8MHSSfQxbdT+FIKvPSgFv
 30FtCh9azwOQjcdK8bNgE+e+JTgYoM4DUiJ67V8HWaS9sFXBYLc=
 =S0In
 -----END PGP SIGNATURE-----

Merge tag 'mfd-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD updates from Lee Jones:
 "Core:
   - Add a resource-managed version of alloc_workqueue()
     (`devm_alloc_workqueue()`)
   - Preserve the Open Firmware (OF) node when an ACPI handle
     is present

  Apple SMC:
   - Wire up the Apple SMC power driver by adding a new MFD cell

  Atmel HLCDC:
   - Fetch the LVDS PLL clock as a fallback if the generic sys_clk
     is unavailable

  Broadcom BCM2835 PM:
   - Add support for the BCM2712 power management device
   - Introduce a hardware type identifier to distinguish SoC variants

  Congatec CGBC, KEMPLD, RSMU, Si476x:
   - Fix various kernel-doc warnings and correct struct member names

  DLN2:
   - Drop redundant USB device references and switch to managed
     resource allocations
   - Update bare 'unsigned' types to 'unsigned int'

  ENE KB3930:
   - Use the of_device_is_system_power_controller() wrapper

  EZX PCAP:
   - Avoid rescheduling after destroying the workqueue by switching
     to a device-managed workqueue
   - Drop redundant memory allocation error messages
   - Return directly instead of using empty goto statements

  Freescale i.MX25 TSADC:
   - Convert devicetree bindings from TXT to YAML format

  Freescale MC13xxx:
   - Fix a memory leak in subdevice platform data allocation by
     using devm_kmemdup()

  Intel LPC ICH:
   - Expose a software node for the GPIO controller cell to fix
     GPIO lookups

  Intel LPSS:
   - Add PCI IDs for the Intel Nova Lake-H platform

  Maxim MAX77620:
   - Convert devicetree bindings from TXT to YAML format
   - Document an optional I2C address for the MAX77663 RTC device

  Maxim MAX77705:
   - Make the max77705_pm_ops variable static to resolve a
     sparse warning

  MediaTek MT6397:
   - Correct the hardware CIDs for the MT6328, MT6331, and MT6332
     PMICs to allow proper driver binding

  ROHM BD71828:
   - Enable system wakeup via the power button

  ROHM BD72720:
   - Add a new compatible string for the ROHM BD73900 PMIC

  SpacemiT P1:
   - Drop the deprecated "vin-supply" property from the devicetree
     bindings
   - Add individual regulator supply properties to match actual
     hardware topology

  STMicroelectronics STPMIC1:
   - Attempt system shutdown a second time to handle transient I2C
     communication failures

  Viperboard:
   - Drop redundant USB device references"

* tag 'mfd-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (28 commits)
  mfd: core: Preserve OF node when ACPI handle is present
  mfd: ene-kb3930: Use of_device_is_system_power_controller() wrapper
  mfd: intel-lpss: Add Intel Nova Lake-H PCI IDs
  dt-bindings: mfd: max77620: Document optional RTC address for MAX77663
  dt-bindings: mfd: max77620: Convert to DT schema
  mfd: ezx-pcap: Avoid rescheduling after destroying workqueue
  mfd: ezx-pcap: Return directly instead of empty gotos
  mfd: ezx-pcap: Drop memory allocation error message
  mfd: bcm2835-pm: Add BCM2712 PM device support
  mfd: bcm2835-pm: Introduce SoC-specific type identifier
  dt-bindings: mfd: bd72720: Add ROHM BD73900
  mfd: si476x: Fix kernel-doc warnings
  mfd: rsmu: Remove a empty kernel-doc line
  mfd: kempld: Fix kernel-doc struct member names
  mfd: congatec: Fix kernel-doc struct member names
  dt-bindings: mfd: Convert fsl-imx25-tsadc.txt to yaml format
  mfd: viperboard: Drop redundant device reference
  mfd: dln2: Switch to managed resources and fix bare unsigned types
  mfd: macsmc: Wire up Apple SMC power driver
  mfd: mt6397: Properly fix CID of MT6328, MT6331 and MT6332
  ...
2026-04-20 11:31:01 -07:00
..
airoha,en7581-thermal.yaml dt-bindings: thermal: Add support for Airoha EN7581 thermal sensor 2025-05-16 12:50:01 +02:00
allwinner,sun8i-a83t-ths.yaml dt-bindings: thermal: Correct indentation and style in DTS example 2025-03-25 20:52:04 +01:00
amazon,al-thermal.yaml dt-bindings: thermal: Convert amazon,al-thermal to DT schema 2025-11-17 11:24:51 -06:00
amlogic,thermal.yaml dt-bindings: thermal: amlogic,thermal: add optional power-domains 2024-09-02 12:43:20 +02:00
brcm,avs-ro-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
brcm,avs-tmon.yaml dt-bindings: thermal: Update for BCM74110 2025-03-25 20:52:04 +01:00
brcm,bcm2835-thermal.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
brcm,ns-thermal.yaml dt-bindings: thermal: brcm,ns-thermal: Convert to the json-schema 2021-04-21 20:42:48 +02:00
brcm,sr-thermal.yaml dt-bindings: thermal: Convert brcm,sr-thermal to DT schema 2025-11-17 11:24:51 -06:00
dlg,da9062-thermal.yaml dt-bindings: mfd: dlg,da9063: Convert da9062 to json-schema 2024-02-08 13:06:03 +00:00
dove-thermal.txt Thermal: Dove: Add Themal sensor support for Dove. 2013-02-08 20:26:02 +08:00
fsl,imx91-tmu.yaml dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module 2025-11-26 15:51:16 +01:00
fsl,scu-thermal.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
generic-adc-thermal.yaml dt-bindings: thermal: generic-adc: reference thermal-sensor schema 2024-07-15 13:31:39 +02:00
hisilicon,tsensor.yaml dt-bindings: thermal: convert hisilicon-thermal.txt to dt-schema 2024-07-15 13:31:39 +02:00
imx-thermal.yaml dt-bindings: thermal: Correct indentation and style in DTS example 2025-03-25 20:52:04 +01:00
imx8mm-thermal.yaml dt-bindings: thermal: Correct indentation and style in DTS example 2025-03-25 20:52:04 +01:00
kirkwood-thermal.txt thermal: Add support for the thermal sensor on Kirkwood SoCs 2013-02-08 20:25:56 +08:00
loongson,ls2k-thermal.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
marvell,armada-ap806-thermal.yaml dt-binding: thermal: Convert marvell,armada-ap806-thermal to DT schema 2025-09-19 12:29:29 -05:00
marvell,armada370-thermal.yaml dt-bindings: thermal: Convert marvell,armada370-thermal to DT schema 2025-09-19 12:29:29 -05:00
mediatek,lvts-thermal.yaml dt-bindings: thermal: mediatek: Add LVTS thermal controller definition for MT7987 2026-01-20 20:54:17 +01:00
mediatek,thermal.yaml dt-bindings: thermal: mediatek: Add fallback compatible string for MT7981 and MT8516 2025-07-21 22:13:46 +02:00
nvidia,tegra30-tsensor.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
nvidia,tegra124-soctherm.yaml dt-bindings: thermal: Document Tegra114 SOCTHERM Thermal Management System 2025-09-25 22:10:59 +02:00
nvidia,tegra186-bpmp-thermal.yaml dt-bindings: thermal: nvidia,tegra186-bpmp: reference thermal-sensor schema 2024-07-15 13:31:39 +02:00
qcom-lmh.yaml dt-bindings: thermal: lmh: Add SDM670 compatible 2026-03-10 11:17:49 +01:00
qcom-spmi-adc-tm-hc.yaml dt-bindings: thermal: qcom-spmi-adc-tm-hc: reference thermal-sensor schema 2024-07-15 13:31:39 +02:00
qcom-spmi-adc-tm5.yaml dt-bindings: thermal: qcom-spmi-adc-tm5: reference thermal-sensor schema 2024-07-15 13:31:39 +02:00
qcom-tsens.yaml dt-bindings: thermal: qcom-tsens: Add Eliza SoC TSENS 2026-03-27 11:25:15 +01:00
qcom,spmi-temp-alarm.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
qoriq-thermal.yaml Devicetree updates for v6.11: 2024-07-17 18:07:31 -07:00
rcar-gen3-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
rcar-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
renesas,r9a08g045-tsu.yaml dt-bindings: thermal: r9a08g045-tsu: Document the TSU unit 2025-09-25 22:11:00 +02:00
renesas,r9a09g047-tsu.yaml dt-bindings: thermal: r9a09g047-tsu: document RZ/T2H and RZ/N2H 2026-01-21 19:06:57 +01:00
rockchip-thermal.yaml dt-bindings: thermal: rockchip: Tighten grf requirements 2025-09-25 22:11:00 +02:00
rzg2l-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
samsung,exynos-thermal.yaml dt-bindings: thermal: samsung,exynos: specify cells 2024-07-15 13:31:39 +02:00
socionext,uniphier-thermal.yaml dt-bindings: thermal: socionext,uniphier: reference thermal-sensor schema 2024-07-15 13:31:40 +02:00
sprd-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
st,stih407-thermal.yaml dt-bindings: thermal: convert st,stih407-thermal to DT schema 2024-04-23 12:40:29 +02:00
st,stm32-thermal.yaml dt-bindings: thermal: st,stm32: reference thermal-sensor schema 2024-07-15 13:31:40 +02:00
st,thermal-spear1340.yaml dt-bindings: thermal: st,thermal-spear1340: convert to dtschema 2026-03-30 10:01:29 +02:00
thermal-cooling-devices.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
thermal-idle.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
thermal-sensor.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
thermal-zones.yaml dt-bindings: thermal: Fix false warning with 'phandle' in trips nodes 2026-04-16 07:27:18 -05:00
ti_soc_thermal.txt thermal: ti-soc-thermal: add OMAP36xx support 2015-09-29 14:13:19 -07:00
ti,am654-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
ti,j72xx-thermal.yaml dt-bindings: thermal: ti,j72xx: reference thermal-sensor schema 2024-07-15 13:31:40 +02:00