mbox series

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

Message ID 5740803.DvuYhMxLoT@kreacher
Headers show
Series ACPI: thermal: Use ACPI thermal library functions | expand

Message

Rafael J. Wysocki Oct. 17, 2023, 8:02 p.m. UTC
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!