[PATCH v1 0/9] ACPI: thermal: Removal of redundant data and cleanup

From: Rafael J. Wysocki
Date: Tue Sep 12 2023 - 14:48:17 EST


Hi Everyone,

This patch series removes some data items that have become redundant after
recent changes made to the ACPI thermal driver and changes the code to be
easier to follow. Among other things it does the following:

1. Removes the redundant copies of the critical and hot trip point temperature.
2. Separates the initialization of the critical and hot trip points from
the post-init trip point management.
3. Reorganizes the initialization and updates of the passive and active trips.
4. Removes the redundant valid bit from the representations of the passive and
active trips.

Please refer to the individual patch changelogs for details.

Thanks!