* [GIT PULL] thermal drivers for v6.13-rc1
@ 2024-11-18 11:11 Daniel Lezcano
2024-11-19 20:50 ` Rafael J. Wysocki
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lezcano @ 2024-11-18 11:11 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Dmitry Baryshkov, Colin Ian King, Uwe Kleine-König,
Barnabás Czémán, zhangjiao2, Rex Nie,
Linux Kernel Mailing List, Linux PM mailing list
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@gitolite.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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] thermal drivers for v6.13-rc1
2024-11-18 11:11 [GIT PULL] thermal drivers for v6.13-rc1 Daniel Lezcano
@ 2024-11-19 20:50 ` Rafael J. Wysocki
0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2024-11-19 20:50 UTC (permalink / raw)
To: Daniel Lezcano
Cc: Rafael J. Wysocki, Dmitry Baryshkov, Colin Ian King,
Uwe Kleine-König, Barnabás Czémán, zhangjiao2,
Rex Nie, Linux Kernel Mailing List, Linux PM mailing list
Hi Daniel,
On Mon, Nov 18, 2024 at 12:11 PM Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
>
> 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@gitolite.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(-)
Pulled and added to linux-pm.git/thermal and linux-pm.git/linux-next, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-19 20:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18 11:11 [GIT PULL] thermal drivers for v6.13-rc1 Daniel Lezcano
2024-11-19 20:50 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox