[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2e8771be-3a0d-43d4-8787-41bc69d5287d@linaro.org>
Date: Mon, 18 Nov 2024 12:11:33 +0100
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>
Cc: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
Colin Ian King <colin.i.king@...il.com>,
Uwe Kleine-König <u.kleine-koenig@...libre.com>,
Barnabás Czémán <barnabas.czeman@...nlining.org>,
zhangjiao2 <zhangjiao2@...s.chinamobile.com>,
Rex Nie <rex.nie@...uarmicro.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux PM mailing list <linux-pm@...r.kernel.org>
Subject: [GIT PULL] thermal drivers for v6.13-rc1
Hi Rafael,
please consider the following changes since commit
c285b11e289dbe8973735ab8dc84210bde417673:
Merge back thermal control material for 6.13 (2024-11-11 15:20:44 +0100)
are available in the Git repository at:
ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
tags/thermal-v6.13-rc1
for you to fetch changes up to d303e3dd8d4648f2a1bb19944d4fb1c4a5030354:
tools/thermal: Fix common realloc mistake (2024-11-15 14:29:03 +0100)
----------------------------------------------------------------
- Add the SAR2130P compatible in the DT bindings for the QCom Tsens
driver (Dmitry Baryshkov)
- Add the static annotation to the arrays describing the platform
sensors on the LVTS Mediatek driver (Colin Ian King)
- Switch back to the struct platform_driver::remove() from the
previous callbacks prototype rework (Uwe Kleine-König)
- Add the MSM8937 compatible in the 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() function on the k3_j72xx_bandgap driver (Rex Nie)
- Fix a pointer reference lost when the call to realloc() fails in the
thermal library (Zhang Jiao)
----------------------------------------------------------------
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