aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/thermal.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-07thermal: ACPI: Invalidate trip points with temperature of 0 or belowGravatar Rafael J. Wysocki 1-1/+7
2024-04-02ACPI: thermal: Register thermal zones without valid trip pointsGravatar Stephen Horvath 1-12/+10
2024-02-27thermal: core: Eliminate writable trip points masksGravatar Rafael J. Wysocki 1-1/+1
2024-02-23thermal: ACPI: Constify acpi_thermal_zone_opsGravatar Rafael J. Wysocki 1-1/+1
2024-02-23thermal: ACPI: Discard trips table after zone registrationGravatar Rafael J. Wysocki 1-37/+20
2024-01-09Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+5
2024-01-04Merge branch 'acpi-thermal'Gravatar Rafael J. Wysocki 1-35/+34
2023-12-15ACPI: utils: Return bool from acpi_evaluate_reference()Gravatar Rafael J. Wysocki 1-3/+1
2023-12-13thermal: trip: Send trip change notifications on all trip updatesGravatar Rafael J. Wysocki 1-2/+5
2023-11-22ACPI: thermal: Add Thermal fast Sampling Period (_TFP) supportGravatar Jeff Brasen 1-3/+9
2023-11-21ACPI: thermal: Use library functions to obtain trip point temperature valuesGravatar Rafael J. Wysocki 1-32/+25
2023-11-04Merge tag 'acpi-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-2/+2
2023-10-31Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-8/+22
2023-10-31ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanupGravatar Dan Carpenter 1-2/+2
2023-10-26Merge branch 'acpi-bus'Gravatar Rafael J. Wysocki 1-1/+1
2023-10-06ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Gravatar Rafael J. Wysocki 1-1/+1
2023-10-05ACPI: thermal: Use thermal_zone_for_each_trip() for updating tripsGravatar Rafael J. Wysocki 1-41/+37
2023-10-05ACPI: thermal: Combine passive and active trip update functionsGravatar Rafael J. Wysocki 1-18/+17
2023-10-05ACPI: thermal: Move get_active_temp()Gravatar Rafael J. Wysocki 1-23/+23
2023-10-03ACPI: thermal: Fix up function header formatting in two placesGravatar Jonathan Bergh 1-4/+11
2023-09-29ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermalGravatar Rafael J. Wysocki 1-1/+0
2023-09-29ACPI: utils: Dynamically determine acpi_handle_list sizeGravatar Rafael J. Wysocki 1-7/+21
2023-09-28ACPI: thermal: Rename structure fields holding temperature in deci-KelvinGravatar Rafael J. Wysocki 1-23/+23
2023-09-28ACPI: thermal: Drop critical_valid and hot_valid trip flagsGravatar Rafael J. Wysocki 1-17/+8
2023-09-28ACPI: thermal: Do not use trip indices for cooling device bindingGravatar Rafael J. Wysocki 1-66/+44
2023-09-28ACPI: thermal: Mark uninitialized active trips as invalidGravatar Rafael J. Wysocki 1-0/+3
2023-09-28ACPI: thermal: Merge trip initialization functionsGravatar Rafael J. Wysocki 1-34/+30
2023-09-28ACPI: thermal: Collapse trip devices update function wrappersGravatar Rafael J. Wysocki 1-19/+7
2023-09-28ACPI: thermal: Collapse trip devices update functionsGravatar Rafael J. Wysocki 1-33/+20
2023-09-28ACPI: thermal: Add device list to struct acpi_thermal_tripGravatar Rafael J. Wysocki 1-15/+21
2023-09-27ACPI: thermal: Fix a small leak in acpi_thermal_add()Gravatar Dan Carpenter 1-2/+4
2023-09-26ACPI: thermal: Drop valid flag from struct acpi_thermal_tripGravatar Rafael J. Wysocki 1-26/+23
2023-09-26ACPI: thermal: Drop redundant trip point flagsGravatar Rafael J. Wysocki 1-19/+10
2023-09-26ACPI: thermal: Untangle initialization and updates of active tripsGravatar Rafael J. Wysocki 1-97/+100
2023-09-26ACPI: thermal: Untangle initialization and updates of the passive tripGravatar Rafael J. Wysocki 1-73/+125
2023-09-26ACPI: thermal: Simplify critical and hot trips representationGravatar Rafael J. Wysocki 1-36/+33
2023-09-26ACPI: thermal: Create and populate trip points table earlierGravatar Rafael J. Wysocki 1-53/+52
2023-09-26ACPI: thermal: Determine the number of trip points earlierGravatar Rafael J. Wysocki 1-29/+27
2023-09-26ACPI: thermal: Fold acpi_thermal_get_info() into its callerGravatar Rafael J. Wysocki 1-33/+19
2023-09-26ACPI: thermal: Simplify initialization of critical and hot tripsGravatar Rafael J. Wysocki 1-64/+66
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackGravatar Rafael J. Wysocki 1-1/+1
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackGravatar Rafael J. Wysocki 1-23/+18
2023-08-17ACPI: thermal: Eliminate code duplication from acpi_thermal_notify()Gravatar Rafael J. Wysocki 1-10/+10
2023-08-17ACPI: thermal: Drop unnecessary thermal zone callbacksGravatar Rafael J. Wysocki 1-115/+0
2023-08-17ACPI: thermal: Rework thermal_get_trend()Gravatar Rafael J. Wysocki 1-29/+37
2023-08-17ACPI: thermal: Use trip point table to register thermal zonesGravatar Rafael J. Wysocki 1-7/+86
2023-08-17ACPI: thermal: Introduce struct acpi_thermal_tripGravatar Rafael J. Wysocki 1-51/+45
2023-08-17ACPI: thermal: Carry out trip point updates under zone lockGravatar Rafael J. Wysocki 1-13/+28
2023-08-17ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()Gravatar Rafael J. Wysocki 1-18/+14
2023-08-10Merge 'acpi-bus' material for v6.6 to satisfy dependencies.Gravatar Rafael J. Wysocki 1-5/+18