linux/Documentation/devicetree/bindings/thermal
Linus Torvalds 0ca4080a88 More thermal control updates for 6.6-rc1
- Check if the Tegra BPMP supports the trip points in order to set the
     .set_trips callback (Mikko Perttunen).
 
   - Add new Loongson-2 thermal sensor along with the DT bindings (Yinbo
     Zhu).
 
   - Use IS_ERR_OR_NULL() helper to replace a double test on the TI
     bandgap sensor (Li Zetao).
 
   - Remove redundant platform_set_drvdata() calls, as there are no
     corresponding calls to platform_get_drvdata(), from a bunch of
     drivers (Andrei Coardos).
 
   - Switch the Mediatek LVTS mode to filtered in order to enable
     interrupts (Nícolas F. R. A. Prado).
 
   - Fix Wvoid-pointer-to-enum-cast warning on the Exynos TMU (Krzysztof
     Kozlowski).
 
   - Remove redundant dev_err_probe(), because the underlying function
     already called it, from the Mediatek sensor (Chen Jiahao).
 
    - Free calibration nvmem after reading it on sun8i (Mark Brown).
 
    - Remove useless comment from the sun8i driver (Yangtao Li).
 
    - Make tsens_xxxx_nvmem static to fix a sparse warning on QCom
      tsens (Min-Hua Chen).
 
    - Remove error message at probe deferral on imx8mm (Ahmad Fatoum).
 
    - Fix parameter check in lvts_debugfs_init() with IS_ERR() on
      Mediatek LVTS (Minjie Du).
 
    - Fix interrupt routine and configuratoin for Mediatek LVTS (Nícolas
      F. R. A. Prado).
 
    - Drop unused .get_trip_type(), .get_trip_temp() and .get_trip_hyst()
      thermal zone callbacks from the core and rework the .get_trend()
      one to take a trip point pointer as an argument (Rafael Wysocki).
 -----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEE4fcc61cGeeHD/fCwgsRv/nhiVHEFAmT2DnQSHHJqd0Byand5
 c29ja2kubmV0AAoJEILEb/54YlRxB5MQAIcrHQWoI7dTwLIchSbWhsfkm3dAy4nS
 CyLexkli5wCxbsdg2B2ATqBP4ttyB3Jbe7rWqI6+a/CUrtvyOxM0wmNp/wXI1u/C
 YC3T2uRMhODRvxueQrbrrSA/t/u7QiFCdyXuMyRYzwyxibc4bMKuyLcZ6VrckTRH
 fy3QvnIIXhBsox97KccXsqaKWzZgi2BaJVA+29l8ikH8IcTwdfGmTrty2z3KiVc8
 jk8WiMSkITPWST/CbCCFojjYABbBSQ1tKnDBDCYdDos2BFqiPDr7cdaVa6iTt+BD
 baa5ZseMcCdxSMqi2uvnwI3OCkVRGL4WKCYthTNOKjxfqyKhMI91R5Yayqn3B73P
 qYcEujVYoeFRzSrQh4luLBr+vcOatvl5woO5PpfSL18d0sPVM3bbwCcm5ovSXUJy
 YWp1Wi7ra/bP7EHiMQHII6Y+vGi386GbAunKdV/548r+aoy2wS/WKghsT3pbq4LQ
 E93r4jPcefP9Q9Re3IHE77TE1BvQ01wD/ZBwFy07oUGYD9a1CSA0vm90KHEb/5kr
 8Ub29RPsP3ltvRFj35abHu1fBtdIoBwT8J2GblwzYpJJ1v29h1elzuUXcJh1pTvZ
 HgbgBs4dj3jWIg81WVnoTKMqAuNyGNFTzzYk1yX+tCMx10/TLBj6HmxwI/HXyipC
 +0WFLGpURP1F
 =I19o
 -----END PGP SIGNATURE-----

Merge tag 'thermal-6.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull more thermal control updates from Rafael Wysocki:
 "These are mostly updates of thermal control drivers for ARM platforms,
  new thermal control support for Loongson-2 and a couple of core
  cleanups made possible by recent changes merged previously.

  Specifics:

   - Check if the Tegra BPMP supports the trip points in order to set
     the .set_trips callback (Mikko Perttunen)

   - Add new Loongson-2 thermal sensor along with the DT bindings (Yinbo
     Zhu)

   - Use IS_ERR_OR_NULL() helper to replace a double test on the TI
     bandgap sensor (Li Zetao)

   - Remove redundant platform_set_drvdata() calls, as there are no
     corresponding calls to platform_get_drvdata(), from a bunch of
     drivers (Andrei Coardos)

   - Switch the Mediatek LVTS mode to filtered in order to enable
     interrupts (Nícolas F. R. A. Prado)

   - Fix Wvoid-pointer-to-enum-cast warning on the Exynos TMU (Krzysztof
     Kozlowski)

   - Remove redundant dev_err_probe(), because the underlying function
     already called it, from the Mediatek sensor (Chen Jiahao)

   - Free calibration nvmem after reading it on sun8i (Mark Brown)

   - Remove useless comment from the sun8i driver (Yangtao Li)

   - Make tsens_xxxx_nvmem static to fix a sparse warning on QCom tsens
     (Min-Hua Chen)

   - Remove error message at probe deferral on imx8mm (Ahmad Fatoum)

   - Fix parameter check in lvts_debugfs_init() with IS_ERR() on
     Mediatek LVTS (Minjie Du)

   - Fix interrupt routine and configuratoin for Mediatek LVTS (Nícolas
     F. R. A. Prado)

   - Drop unused .get_trip_type(), .get_trip_temp() and .get_trip_hyst()
     thermal zone callbacks from the core and rework the .get_trend()
     one to take a trip point pointer as an argument (Rafael Wysocki)"

* tag 'thermal-6.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (29 commits)
  thermal: core: Rework .get_trend() thermal zone callback
  thermal: core: Drop unused .get_trip_*() callbacks
  thermal/drivers/tegra-bpmp: Check if BPMP supports trip points
  thermal: dt-bindings: add loongson-2 thermal
  thermal/drivers/loongson-2: Add thermal management support
  thermal/drivers/ti-soc-thermal: Use helper function IS_ERR_OR_NULL()
  thermal/drivers/generic-adc: Removed unneeded call to platform_set_drvdata()
  thermal/drivers/max77620_thermal: Removed unneeded call to platform_set_drvdata()
  thermal/drivers/mediatek/auxadc_thermal: Removed call to platform_set_drvdata()
  thermal/drivers/sun8i_thermal: Remove unneeded call to platform_set_drvdata()
  thermal/drivers/broadcom/brcstb_thermal: Removed unneeded platform_set_drvdata()
  thermal/drivers/mediatek/lvts_thermal: Make readings valid in filtered mode
  thermal/drivers/k3_bandgap: Remove unneeded call to platform_set_drvdata()
  thermal/drivers/k3_j72xx_bandgap: Removed unneeded call to platform_set_drvdata()
  thermal/drivers/broadcom/sr-thermal: Removed call to platform_set_drvdata()
  thermal/drivers/samsung: Fix Wvoid-pointer-to-enum-cast warning
  thermal/drivers/db8500: Remove redundant of_match_ptr()
  thermal/drivers/mediatek: Clean up redundant dev_err_probe()
  thermal/drivers/sun8i: Free calibration nvmem after reading it
  thermal/drivers/sun8i: Remove unneeded comments
  ...
2023-09-04 15:17:28 -07:00
..
allwinner,sun8i-a83t-ths.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
amazon,al-thermal.txt
amlogic,thermal.yaml dt-bindings: thermal: Drop unneeded quotes 2023-04-07 11:18:28 +02:00
armada-thermal.txt dt-bindings: armada-thermal: Add armada-ap807-thermal compatible 2023-06-26 12:03:14 +02:00
brcm,avs-ro-thermal.yaml dt-bindings: Fix typo in comment 2022-07-21 13:14:27 -06:00
brcm,avs-tmon.yaml dt-bindings: thermal: Convert Broadcom TMON to YAML 2021-12-14 14:27:58 -06:00
brcm,bcm2835-thermal.yaml dt-bindings: thermal: convert bcm2835-thermal bindings to YAML 2023-06-26 12:03:13 +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.txt
da9062-thermal.txt
db8500-thermal.txt
dove-thermal.txt
fsl,scu-thermal.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
generic-adc-thermal.yaml dt-bindings: thermal: Convert generic-adc-thermal to DT schema 2022-12-14 15:25:39 +01:00
hisilicon-thermal.txt
imx8mm-thermal.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
imx-thermal.yaml dt-bindings: imx-thermal: Add imx6sll and imx6ul compatible 2023-04-26 10:38:20 +02:00
kirkwood-thermal.txt
loongson,ls2k-thermal.yaml thermal: dt-bindings: add loongson-2 thermal 2023-08-17 09:27:32 +02:00
max77620_thermal.txt
mediatek-thermal.txt dt-bindings: thermal: mediatek: Add binding documentation for MT8365 SoC 2023-03-13 12:20:34 +01:00
mediatek,lvts-thermal.yaml dt-bindings: thermal: mediatek: Add LVTS thermal controllers 2023-02-15 17:28:34 +01:00
nvidia,tegra30-tsensor.yaml dt-bindings: thermal: Add binding for Tegra30 thermal sensor 2021-07-04 18:28:04 +02:00
nvidia,tegra124-soctherm.yaml dt-bindings: thermal: tegra: Convert to json-schema 2023-07-25 18:30:12 +02:00
nvidia,tegra186-bpmp-thermal.yaml dt-bindings: thermal: tegra186-bpmp: Convert to json-schema 2021-12-17 14:58:05 +01:00
qcom-lmh.yaml dt-bindings: thermal: lmh: update maintainer address 2023-08-28 10:45:16 -05:00
qcom-spmi-adc-tm5.yaml dt-bindings: thermal: Use generic ADC node name in examples 2023-04-26 10:38:28 +02:00
qcom-spmi-adc-tm-hc.yaml dt-bindings: thermal: Use generic ADC node name in examples 2023-04-26 10:38:28 +02:00
qcom-tsens.yaml dt-bindings: thermal: qcom-tsens: Add MSM8909 compatible 2023-06-26 12:03:13 +02:00
qcom,spmi-temp-alarm.yaml dt-bindings: thermal: qcom,spmi-temp-alarm: convert to dtschema 2022-07-28 17:29:44 +02:00
qoriq-thermal.yaml dt-bindings: thermal: Drop unneeded quotes 2023-04-07 11:18:28 +02:00
rcar-gen3-thermal.yaml dt-bindings: thermal: rcar-gen3-thermal: Add r8a779g0 support 2023-02-15 17:28:51 +01:00
rcar-thermal.yaml dt-bindings: Fix incorrect "the the" corrections 2022-08-18 10:59:33 -07:00
rockchip-thermal.yaml dt-bindings: rockchip-thermal: Support the RK3588 SoC compatible 2023-04-07 10:31:33 +02:00
rzg2l-thermal.yaml dt-bindings: thermal: rzg2l-thermal: Document RZ/Five SoC 2022-12-14 15:25:41 +01:00
samsung,exynos-thermal.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
socionext,uniphier-thermal.yaml dt-bindings: thermal: Fix node descriptions in uniphier-thermal example 2022-12-26 16:09:29 -06:00
spear-thermal.txt
sprd-thermal.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
st-thermal.txt
st,stm32-thermal.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06: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: Add missing (unevaluated|additional)Properties on child node schemas 2023-04-05 15:38:38 -05:00
ti_soc_thermal.txt
ti,am654-thermal.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
ti,j72xx-thermal.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00