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

Rafael J. Wysocki posted 3 patches 2 years, 2 months ago
[PATCH v1 0/3] ACPI: thermal: Use ACPI thermal library functions
Posted by Rafael J. Wysocki 2 years, 2 months ago
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!