mbox series

[0/5] Add ACPI trip points parser helpers

Message ID 20221212205843.3119407-1-daniel.lezcano@kernel.org
Headers show
Series Add ACPI trip points parser helpers | expand

Message

Daniel Lezcano Dec. 12, 2022, 8:58 p.m. UTC
Regarding thermal, the ACPI code parsing the trip points is duplicated
inside different Intel drivers. The generic ACPI thermal driver also
duplicates this code.

Those ACPI parsing actions are used to define trip points and these
ones are defined by, and specific to, the backend driver.

The different get_trip_* ops, also very similar between each other,
are using the specific trip point structure to return the requested
trip point information.