[GIT PULL] thermal drivers changes for v7.1-rc1
From: Daniel Lezcano
Date: Thu Apr 09 2026 - 16:18:22 EST
Hi Rafael,
The following changes since commit 1f318b96cc84d7c2ab792fcc0bfd42a7ca890681:
Linux 7.0-rc3 (2026-03-08 16:56:54 -0700)
are available in the Git repository at:
ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v7.1-rc1
for you to fetch changes up to bf746e2a41efd98668c97759e06d436ae5af5a82:
thermal: renesas: rzg3e: Remove stale @trim_offset kernel-doc entry (2026-04-09 21:47:15 +0200)
----------------------------------------------------------------
- Added an OF node address to output message to make sensor names more
distinguishable (Alexander Stein)
- Added hwmon support for the i.MX97 thermal sensor (Alexander Stein)
- Clamped correctly the results when doing value/temperature conversion
in the Spreadtrum driver (Thorsten Blum)
- Added the SDM670 compatible DT bindings for the Tsens and the lMH
drivers (Richard Acayan)
- Added the SM8750 compatible DT bindings for the Tsens (Manaf
Meethalavalappu Pallikunhi)
- Added the Eliza SoC compatible DT bindings for the Tsens (Krzysztof
Kozlowski)
- Fixed inverted condition check on error in the Spear driver (Gopi
Krishna Menon)
- Converted the DT bindings documentation into DT schema (Gopi Krishna
Menon)
- Used max() macro to increase readibility in the Broadcom STB thermal
sensor (Thorsten Blum)
- Removed stale @trim_offset kernel-doc entry (John Madieu)
----------------------------------------------------------------
Alexander Stein (2):
thermal/of: Add OF node address to output message
thermal/drivers/imx91: Add hwmon support
Gopi Krishna Menon (2):
thermal/drivers/spear: Fix error condition for reading st,thermal-flags
dt-bindings: thermal: st,thermal-spear1340: convert to dtschema
John Madieu (1):
thermal: renesas: rzg3e: Remove stale @trim_offset kernel-doc entry
Krzysztof Kozlowski (1):
dt-bindings: thermal: qcom-tsens: Add Eliza SoC TSENS
Manaf Meethalavalappu Pallikunhi (1):
dt-bindings: thermal: qcom-tsens: Document the SM8750 Temperature Sensor
Richard Acayan (2):
dt-bindings: thermal: tsens: add SDM670 compatible
dt-bindings: thermal: lmh: Add SDM670 compatible
Thorsten Blum (4):
thermal/drivers/sprd: Fix temperature clamping in sprd_thm_temp_to_rawdata
thermal/drivers/sprd: Fix raw temperature clamping in sprd_thm_rawdata_to_temp
thermal/drivers/sprd: Use min instead of clamp in sprd_thm_temp_to_rawdata
thermal/drivers/brcmstb_thermal: Use max to simplify brcmstb_get_temp
.../devicetree/bindings/thermal/qcom-lmh.yaml | 3 ++
.../devicetree/bindings/thermal/qcom-tsens.yaml | 3 ++
.../devicetree/bindings/thermal/spear-thermal.txt | 14 ---------
.../bindings/thermal/st,thermal-spear1340.yaml | 36 ++++++++++++++++++++++
drivers/thermal/broadcom/brcmstb_thermal.c | 8 ++---
drivers/thermal/imx91_thermal.c | 4 +++
drivers/thermal/renesas/rzg3e_thermal.c | 1 -
drivers/thermal/spear_thermal.c | 2 +-
drivers/thermal/sprd_thermal.c | 6 ++--
drivers/thermal/thermal_of.c | 20 ++++++------
10 files changed, 63 insertions(+), 34 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/thermal/spear-thermal.txt
create mode 100644 Documentation/devicetree/bindings/thermal/st,thermal-spear1340.yaml