summaryrefslogtreecommitdiff
path: root/drivers/acpi/thermal.c
AgeCommit message (Expand)Author
2024-01-09Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-04Merge branch 'acpi-thermal'Rafael J. Wysocki
2023-12-15ACPI: utils: Return bool from acpi_evaluate_reference()Rafael J. Wysocki
2023-12-13thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki
2023-11-22ACPI: thermal: Add Thermal fast Sampling Period (_TFP) supportJeff Brasen
2023-11-21ACPI: thermal: Use library functions to obtain trip point temperature valuesRafael J. Wysocki
2023-11-04Merge tag 'acpi-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2023-10-31Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-10-31ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanupDan Carpenter
2023-10-26Merge branch 'acpi-bus'Rafael J. Wysocki
2023-10-06ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki
2023-10-05ACPI: thermal: Use thermal_zone_for_each_trip() for updating tripsRafael J. Wysocki
2023-10-05ACPI: thermal: Combine passive and active trip update functionsRafael J. Wysocki
2023-10-05ACPI: thermal: Move get_active_temp()Rafael J. Wysocki
2023-10-03ACPI: thermal: Fix up function header formatting in two placesJonathan Bergh
2023-09-29ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermalRafael J. Wysocki
2023-09-29ACPI: utils: Dynamically determine acpi_handle_list sizeRafael J. Wysocki
2023-09-28ACPI: thermal: Rename structure fields holding temperature in deci-KelvinRafael J. Wysocki
2023-09-28ACPI: thermal: Drop critical_valid and hot_valid trip flagsRafael J. Wysocki
2023-09-28ACPI: thermal: Do not use trip indices for cooling device bindingRafael J. Wysocki
2023-09-28ACPI: thermal: Mark uninitialized active trips as invalidRafael J. Wysocki
2023-09-28ACPI: thermal: Merge trip initialization functionsRafael J. Wysocki
2023-09-28ACPI: thermal: Collapse trip devices update function wrappersRafael J. Wysocki
2023-09-28ACPI: thermal: Collapse trip devices update functionsRafael J. Wysocki
2023-09-28ACPI: thermal: Add device list to struct acpi_thermal_tripRafael J. Wysocki
2023-09-27ACPI: thermal: Fix a small leak in acpi_thermal_add()Dan Carpenter
2023-09-26ACPI: thermal: Drop valid flag from struct acpi_thermal_tripRafael J. Wysocki
2023-09-26ACPI: thermal: Drop redundant trip point flagsRafael J. Wysocki
2023-09-26ACPI: thermal: Untangle initialization and updates of active tripsRafael J. Wysocki
2023-09-26ACPI: thermal: Untangle initialization and updates of the passive tripRafael J. Wysocki
2023-09-26ACPI: thermal: Simplify critical and hot trips representationRafael J. Wysocki
2023-09-26ACPI: thermal: Create and populate trip points table earlierRafael J. Wysocki
2023-09-26ACPI: thermal: Determine the number of trip points earlierRafael J. Wysocki
2023-09-26ACPI: thermal: Fold acpi_thermal_get_info() into its callerRafael J. Wysocki
2023-09-26ACPI: thermal: Simplify initialization of critical and hot tripsRafael J. Wysocki
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki
2023-08-17ACPI: thermal: Eliminate code duplication from acpi_thermal_notify()Rafael J. Wysocki
2023-08-17ACPI: thermal: Drop unnecessary thermal zone callbacksRafael J. Wysocki
2023-08-17ACPI: thermal: Rework thermal_get_trend()Rafael J. Wysocki
2023-08-17ACPI: thermal: Use trip point table to register thermal zonesRafael J. Wysocki
2023-08-17ACPI: thermal: Introduce struct acpi_thermal_tripRafael J. Wysocki
2023-08-17ACPI: thermal: Carry out trip point updates under zone lockRafael J. Wysocki
2023-08-17ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()Rafael J. Wysocki
2023-08-10Merge 'acpi-bus' material for v6.6 to satisfy dependencies.Rafael J. Wysocki
2023-08-10ACPI: thermal: Drop redundant local variable from acpi_thermal_resume()Rafael J. Wysocki
2023-08-09ACPI: thermal: Do not attach private data to ACPI handlesRafael J. Wysocki
2023-08-01ACPI: thermal: Drop enabled flag from struct acpi_thermal_activeRafael J. Wysocki
2023-07-17ACPI: thermal: Drop nocrt parameterMario Limonciello
2023-07-14ACPI: thermal: Install Notify() handler directlyMichal Wilczynski