[PATCH v1 0/3] ACPI: thermal: Use ACPI thermal library functions

From: Rafael J. Wysocki
Date: Tue Oct 17 2023 - 16:12:54 EST


Hi All,

This series modifies the ACPI thermal driver to make it use the ACPI library
functions for retrieving trip point temperature values through the platform
firmware (patch [3/3]).

However, for this purpose it needs to move the file containing those functions
to drivers/acpi (patch [1/3]) and rearrange the code in it to provide functions
returning temperature values in deci-Kelvin needed by the ACPI thermal driver
(patch [2/3]).

Please refer to the patch changelogs for details.

Thanks!