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!