[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0hHLvQWGDtwk=yXv_bJxZH2KTW2SWSUopdRDHHQp0sqow@mail.gmail.com>
Date: Fri, 5 Apr 2024 20:41:04 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux PM <linux-pm@...r.kernel.org>,
ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Daniel Lezcano <daniel.lezcano@...aro.org>
Subject: [GIT PULL] Thermal control fixes for v6.9-rc3
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.9-rc3
with top-most commit 6f824c9fccd494319988fa529601923edf5caacb
Merge branch 'acpi-thermal'
on top of commit 39cd87c4eb2b893354f3b850f916353f2658ae6f
Linux 6.9-rc2
to receive thermal control fixes for 6.9-rc3.
These fix two power allocator thermal governor issues and an ACPI
thermal driver regression that all were introduced during the 6.8
development cycle.
Specifics:
- Allow the power allocator thermal governor to bind to a thermal zone
without cooling devices and/or without trip points (Nikita Travkin).
- Make the ACPI thermal driver register a tripless thermal zone when
it cannot find any usable trip points instead of returning an error
from acpi_thermal_add() (Stephen Horvath).
Thanks!
---------------
Nikita Travkin (2):
thermal: gov_power_allocator: Allow binding without cooling devices
thermal: gov_power_allocator: Allow binding without trip points
Stephen Horvath (1):
ACPI: thermal: Register thermal zones without valid trip points
---------------
drivers/acpi/thermal.c | 22 ++++++++++------------
drivers/thermal/gov_power_allocator.c | 14 +++++---------
2 files changed, 15 insertions(+), 21 deletions(-)
Powered by blists - more mailing lists