[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0gm1JRjTCqNSmjTJ_xXhXMLyk4BJc97SxbAeopocDqc5A@mail.gmail.com>
Date: Fri, 22 Nov 2024 21:28:32 +0100
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux PM <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Daniel Lezcano <daniel.lezcano@...aro.org>
Subject: [GIT PULL] More thermal control updates for v6.13-rc1
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.13-rc1-2
with top-most commit fef664fd73c12c11a4c4a40bd38beb8542505573
Merge tag 'thermal-v6.13-rc1' of
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux
on top of commit cd7fa3e1b0bc9c210eba23edbe8d6884f0368281
Merge tag 'thermal-6.13-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive more thermal control updates for 6.13-rc1.
These update a few thermal drivers used on ARM platforms and thermal tools:
- Add SAR2130P compatible to DT bindings in the QCom Tsens driver (Dmitry
Baryshkov).
- Add static annotation to arrays describing platform sensors in the
LVTS Mediatek driver (Colin Ian King).
- Switch back to struct platform_driver::remove() from the previous
callbacks prototype rework (Uwe Kleine-König).
- Add MSM8937 compatible to DT bindings and its support in the QCom
Tsens driver (Barnabás Czémán).
- Remove a pointless sign test on an unsigned value in k3_bgp_read_temp()
in the k3_j72xx_bandgap driver (Rex Nie).
- Fix a pointer reference loss when realloc() fails in the thermal
library (Zhang Jiao).
Thanks!
---------------
Barnabás Czémán (2):
dt-bindings: thermal: tsens: Add MSM8937
thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
Colin Ian King (1):
thermal/drivers/mediatek/lvts_thermal: Make read-only arrays static const
Dmitry Baryshkov (1):
dt-bindings: thermal: qcom-tsens: Add SAR2130P compatible
Rex Nie (1):
thermal/drivers/k3_j72xx_bandgap: Simplify code in k3_bgp_read_temp()
Uwe Kleine-König (1):
thermal: Switch back to struct platform_driver::remove()
zhang jiao (1):
tools/thermal: Fix common realloc mistake
---------------
.../devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++
drivers/thermal/amlogic_thermal.c | 2 +-
drivers/thermal/armada_thermal.c | 2 +-
drivers/thermal/broadcom/bcm2835_thermal.c | 2 +-
drivers/thermal/broadcom/ns-thermal.c | 2 +-
drivers/thermal/da9062-thermal.c | 6 +++---
drivers/thermal/dove_thermal.c | 2 +-
drivers/thermal/hisi_thermal.c | 4 ++--
drivers/thermal/imx8mm_thermal.c | 2 +-
drivers/thermal/imx_thermal.c | 2 +-
.../thermal/intel/int340x_thermal/int3400_thermal.c | 2 +-
.../thermal/intel/int340x_thermal/int3401_thermal.c | 2 +-
.../thermal/intel/int340x_thermal/int3402_thermal.c | 2 +-
.../thermal/intel/int340x_thermal/int3403_thermal.c | 2 +-
.../thermal/intel/int340x_thermal/int3406_thermal.c | 2 +-
drivers/thermal/k3_bandgap.c | 2 +-
drivers/thermal/k3_j72xx_bandgap.c | 4 ++--
drivers/thermal/kirkwood_thermal.c | 2 +-
drivers/thermal/mediatek/lvts_thermal.c | 6 +++---
drivers/thermal/qcom/tsens-v1.c | 21 ++++++++++++++-------
drivers/thermal/qcom/tsens.c | 5 ++++-
drivers/thermal/qcom/tsens.h | 2 +-
drivers/thermal/renesas/rcar_gen3_thermal.c | 2 +-
drivers/thermal/renesas/rcar_thermal.c | 2 +-
drivers/thermal/renesas/rzg2l_thermal.c | 2 +-
drivers/thermal/rockchip_thermal.c | 2 +-
drivers/thermal/samsung/exynos_tmu.c | 2 +-
drivers/thermal/spear_thermal.c | 2 +-
drivers/thermal/sprd_thermal.c | 2 +-
drivers/thermal/st/st_thermal_memmap.c | 2 +-
drivers/thermal/st/stm_thermal.c | 2 +-
drivers/thermal/tegra/soctherm.c | 2 +-
drivers/thermal/tegra/tegra-bpmp-thermal.c | 2 +-
drivers/thermal/ti-soc-thermal/ti-bandgap.c | 2 +-
drivers/thermal/uniphier_thermal.c | 2 +-
tools/thermal/thermometer/thermometer.c | 7 ++++---
36 files changed, 62 insertions(+), 49 deletions(-)
Powered by blists - more mailing lists