[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4868ed10-af6d-455d-b5cb-f301c1e81de1@linaro.org>
Date: Fri, 26 Sep 2025 16:29:48 +0200
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: Linux PM mailing list <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Gaurav Kohli <quic_gkohli@...cinc.com>,
Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Marek Vasut <marek.vasut+renesas@...lbox.org>,
Sumeet Pawnikar <sumeet4linux@...il.com>,
Svyatoslav Ryhel <clamor95@...il.com>,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
Michael Walle <mwalle@...nel.org>,
Claudiu Beznea <claudiu.beznea.uj@...renesas.com>,
Sebastian Reichel <sebastian.reichel@...labora.com>,
John Madieu <john.madieu.xa@...renesas.com>,
Manaf Meethalavalappu Pallikunhi <quic_manafm@...cinc.com>
Subject: [GIT PULL] thermal driver for v6.18-rc1
Hi Rafael,
please consider the following changes since commit
8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
tags/thermal-v6.18-rc1
for you to fetch changes up to 79428e60897916401c9ed326f6ada4d7c7c997a3:
dt-bindings: thermal: qcom-tsens: Document the Glymur temperature
Sensor (2025-09-26 13:27:44 +0200)
----------------------------------------------------------------
- Add the QCS615 compatible DT bindings for QCom platforms (Gaurav
Kohli)
- Support fallback trimming values when the fuse is empty in the R-Car
driver (Marek Vasut)
- Remove unneeded semicolon in the Mediatek LVTS driver (Jiapeng
Chong)
- Fix the LMH Kconfig option by selecting QCOM_SCM and take the
opportunity to add the COMPILE_TEST option for the QCom's LMH
feature (Dmitry Baryshkov)
- Fix the missing includes and incorrect error message in the Qcom's
LMH driver (Dmitry Baryshkov)
- Fix comment typo and add the documentation in the Kconfig for the
R-Car Gen3 and Gen4 (Marek Vasut)
- Add Tegra114 SOCTHERM support (Svyatoslav Ryhel)
- Rename the functions name in the driver to be consistent and generic
with the different R-Car platform variants (Wolfram Sang)
- Register the TI K3 J72xx bandgap sensor as a hwmon sensor too
(Michael Walle)
- Add and document the thermal sensor unit reporting the junction
temperature of the RZ/G3S SoC (Claudiu Beznea)
- Support the GRF in the Rockchip driver (Sebastian Reichel)
- Add a temperature IIO sensor channel in the generic thermal ADC
driver (Svyatoslav Ryhel)
- Document the temperature sensor on the QCOM's Glymur platform (Manaf
Meethalavalappu)
- Add and document the thermal sensor unit reporting the junction
temperature of the RZ/G3E SoC (John Madieu)
----------------------------------------------------------------
Claudiu Beznea (2):
dt-bindings: thermal: r9a08g045-tsu: Document the TSU unit
thermal/drivers/renesas/rzg3s: Add thermal driver for the Renesas
RZ/G3S SoC
Dmitry Baryshkov (2):
thermal/drivers/qcom: Make LMH select QCOM_SCM
thermal/drivers/qcom/lmh: Add missing IRQ includes
Gaurav Kohli (1):
dt-bindings: thermal: tsens: Add QCS615 compatible
Jiapeng Chong (1):
thermal/drivers/mediatek/lvts_thermal: Remove unneeded semicolon
John Madieu (2):
dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit
thermal/drivers/renesas/rzg3e: Add thermal driver for the Renesas
RZ/G3E SoC
Manaf Meethalavalappu Pallikunhi (1):
dt-bindings: thermal: qcom-tsens: Document the Glymur temperature
Sensor
Marek Vasut (4):
thermal/drivers/rcar_gen3: Add support for per-SoC default trim
values
thermal/drivers/rcar_gen3: Add support for R-Car V4H default trim
values
thermal/drivers/rcar_gen3: Fix comment typo
thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry
Michael Walle (1):
thermal/drivers/k3_j72xx_bandgap: Register sensors with hwmon
Sebastian Reichel (3):
thermal/drivers/rockchip: Unify struct rockchip_tsadc_chip format
thermal/drivers/rockchip: Shut up GRF warning
dt-bindings: thermal: rockchip: Tighten grf requirements
Sumeet Pawnikar (1):
drivers/thermal/qcom/lmh: Fix incorrect error message
Svyatoslav Ryhel (5):
dt-bindings: thermal: Document Tegra114 SOCTHERM Thermal
Management System
thermal/drivers/tegra/soctherm-fuse: Prepare calibration for
Tegra114 support
dt-bindings: thermal: add Tegra114 soctherm header
thermal/drivers/tegra: Add Tegra114 specific SOCTHERM driver
thermal/drivers/thermal-generic-adc: Add temperature sensor channel
Wolfram Sang (1):
thermal/drivers/rcar_gen3: Fix mapping SoCs to generic Gen4 entry
.../bindings/thermal/nvidia,tegra124-soctherm.yaml | 2 +
.../devicetree/bindings/thermal/qcom-tsens.yaml | 2 +
.../bindings/thermal/renesas,r9a08g045-tsu.yaml | 93 +++++++
.../bindings/thermal/renesas,r9a09g047-tsu.yaml | 87 +++++++
.../bindings/thermal/rockchip-thermal.yaml | 15 ++
MAINTAINERS | 14 ++
drivers/thermal/k3_j72xx_bandgap.c | 4 +
drivers/thermal/mediatek/lvts_thermal.c | 2 +-
drivers/thermal/qcom/Kconfig | 3 +-
drivers/thermal/qcom/lmh.c | 4 +-
drivers/thermal/renesas/Kconfig | 21 +-
drivers/thermal/renesas/Makefile | 3 +
drivers/thermal/renesas/rcar_gen3_thermal.c | 63 +++--
drivers/thermal/renesas/rzg3s_thermal.c | 272
+++++++++++++++++++++
drivers/thermal/rockchip_thermal.c | 50 ++--
drivers/thermal/tegra/Makefile | 1 +
drivers/thermal/tegra/soctherm-fuse.c | 18 +-
drivers/thermal/tegra/soctherm.c | 13 +
drivers/thermal/tegra/soctherm.h | 11 +-
drivers/thermal/tegra/tegra114-soctherm.c | 209 ++++++++++++++++
drivers/thermal/tegra/tegra124-soctherm.c | 4 +
drivers/thermal/tegra/tegra132-soctherm.c | 4 +
drivers/thermal/tegra/tegra210-soctherm.c | 4 +
drivers/thermal/thermal-generic-adc.c | 55 ++++-
include/dt-bindings/thermal/tegra114-soctherm.h | 19 ++
25 files changed, 911 insertions(+), 62 deletions(-)
create mode 100644
Documentation/devicetree/bindings/thermal/renesas,r9a08g045-tsu.yaml
create mode 100644
Documentation/devicetree/bindings/thermal/renesas,r9a09g047-tsu.yaml
create mode 100644 drivers/thermal/renesas/rzg3s_thermal.c
create mode 100644 drivers/thermal/tegra/tegra114-soctherm.c
create mode 100644 include/dt-bindings/thermal/tegra114-soctherm.h
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
Powered by blists - more mailing lists