mbox series

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

Message ID 5708760.DvuYhMxLoT@kreacher
Headers show
Series ACPI: thermal: Removal of redundant data and cleanup | expand

Message

Rafael J. Wysocki Sept. 12, 2023, 6:33 p.m. UTC
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!