Hi, Daniel,
On Wed, 2023-01-04 at 23:21 +0100, Daniel Lezcano wrote:
Recently sent as a RFC, the thermal ACPI for generic trip points is a
set of
functions to fill the generic trip points structure which will become
the
standard structure for the thermal framework and its users.
Different Intel drivers and the ACPI thermal driver are using the
ACPI tables to
get the thermal zone information. As those are getting the same
information,
providing this set of ACPI function with the generic trip points will
consolidate the code.
My understanding is that the ACPI thermal driver
(drivers/acpi/thermal.c) should be one of the top users of these APIs.
Is there any specific reason that it is not included in this patch
series? or is it just that you don't have ACPI thermal driver running
on your test platform?