[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0gpH46U5bJ5OvZ6JXAvFkzb3P6+=N3zBOPSvQNjgmCHDg@mail.gmail.com>
Date: Wed, 27 Nov 2024 19:34:55 +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] Additional 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-3
with top-most commit 4dc333c6c28c49943a571f09c3868e5058552016
Merge branch 'thermal-intel'
on top of commit eb78332b1067776ca4a474ccfd92460014e8d8e3
Merge tag 'thermal-6.13-rc1-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive additional thermal control updates for 6.13-rc1.
These fix a Power Allocator thermal governor issue reported recently,
update the Intel int3400 thermal driver and simplify DT data parsing in
the thermal control subsystem:
- Add a NULL pointer check that was missed by recent modifications of
the Power Allocator thermal governor (Rafael Wysocki).
- Remove the data_vault attribute_group from int3400 because it is only
used for exposing one binary file that can be exposed directly (Thomas
Weißschuh).
- Prevent the current_uuid sysfs attribute in int3400 from mistakenly
treating valid UUID values as invalid on some older systems (Srinivas
Pandruvada).
- Use the cleanup.h mechanics to simplify DT data parsing in the thermal
core and some drivers (Krzysztof Kozlowski).
Thanks!
---------------
Krzysztof Kozlowski (6):
thermal: of: Simplify thermal_of_should_bind with scoped for each OF child
thermal: of: Use scoped memory and OF handling to simplify
thermal_of_trips_init()
thermal: of: Use scoped device node handling to simplify
of_thermal_zone_find()
thermal: qcom-spmi-adc-tm5: Simplify with scoped for each OF child loop
thermal: tegra: Simplify with scoped for each OF child loop
thermal: sun8i: Use scoped device node handling to simplify error paths
Rafael J. Wysocki (1):
thermal: gov_power_allocator: Add missing NULL pointer check
Srinivas Pandruvada (1):
thermal: int3400: Fix reading of current_uuid for active policy
Thomas Weißschuh (1):
thermal: int3400: Remove unneeded data_vault attribute_group
---------------
drivers/thermal/gov_power_allocator.c | 7 ++-
.../intel/int340x_thermal/int3400_thermal.c | 18 ++------
drivers/thermal/qcom/qcom-spmi-adc-tm5.c | 7 +--
drivers/thermal/sun8i_thermal.c | 11 +++--
drivers/thermal/tegra/soctherm.c | 5 +--
drivers/thermal/thermal_of.c | 50 +++++++---------------
6 files changed, 34 insertions(+), 64 deletions(-)
Powered by blists - more mailing lists