summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: thermal: Register thermal zones without valid trip pointsStephen Horvath2024-04-021-12/+10
* thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-271-1/+1
* thermal: ACPI: Constify acpi_thermal_zone_opsRafael J. Wysocki2024-02-231-1/+1
* thermal: ACPI: Discard trips table after zone registrationRafael J. Wysocki2024-02-231-37/+20
* Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-2/+5
|\
| * thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki2023-12-131-2/+5
* | Merge branch 'acpi-thermal'Rafael J. Wysocki2024-01-041-35/+34
|\ \
| * | ACPI: thermal: Add Thermal fast Sampling Period (_TFP) supportJeff Brasen2023-11-221-3/+9
| * | ACPI: thermal: Use library functions to obtain trip point temperature valuesRafael J. Wysocki2023-11-211-32/+25
| |/
* / ACPI: utils: Return bool from acpi_evaluate_reference()Rafael J. Wysocki2023-12-151-3/+1
|/
* Merge tag 'acpi-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2023-11-041-2/+2
|\
| * ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanupDan Carpenter2023-10-311-2/+2
* | Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-10-311-8/+22
|\|
| * Merge branch 'acpi-bus'Rafael J. Wysocki2023-10-261-1/+1
| |\
| | * ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki2023-10-061-1/+1
| * | ACPI: utils: Dynamically determine acpi_handle_list sizeRafael J. Wysocki2023-09-291-7/+21
* | | ACPI: thermal: Use thermal_zone_for_each_trip() for updating tripsRafael J. Wysocki2023-10-051-41/+37
* | | ACPI: thermal: Combine passive and active trip update functionsRafael J. Wysocki2023-10-051-18/+17
* | | ACPI: thermal: Move get_active_temp()Rafael J. Wysocki2023-10-051-23/+23
* | | ACPI: thermal: Fix up function header formatting in two placesJonathan Bergh2023-10-031-4/+11
* | | ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermalRafael J. Wysocki2023-09-291-1/+0
* | | ACPI: thermal: Rename structure fields holding temperature in deci-KelvinRafael J. Wysocki2023-09-281-23/+23
* | | ACPI: thermal: Drop critical_valid and hot_valid trip flagsRafael J. Wysocki2023-09-281-17/+8
* | | ACPI: thermal: Do not use trip indices for cooling device bindingRafael J. Wysocki2023-09-281-66/+44
* | | ACPI: thermal: Mark uninitialized active trips as invalidRafael J. Wysocki2023-09-281-0/+3
|/ /
* | ACPI: thermal: Merge trip initialization functionsRafael J. Wysocki2023-09-281-34/+30
* | ACPI: thermal: Collapse trip devices update function wrappersRafael J. Wysocki2023-09-281-19/+7
* | ACPI: thermal: Collapse trip devices update functionsRafael J. Wysocki2023-09-281-33/+20
* | ACPI: thermal: Add device list to struct acpi_thermal_tripRafael J. Wysocki2023-09-281-15/+21
* | ACPI: thermal: Fix a small leak in acpi_thermal_add()Dan Carpenter2023-09-271-2/+4
* | ACPI: thermal: Drop valid flag from struct acpi_thermal_tripRafael J. Wysocki2023-09-261-26/+23
* | ACPI: thermal: Drop redundant trip point flagsRafael J. Wysocki2023-09-261-19/+10
* | ACPI: thermal: Untangle initialization and updates of active tripsRafael J. Wysocki2023-09-261-97/+100
* | ACPI: thermal: Untangle initialization and updates of the passive tripRafael J. Wysocki2023-09-261-73/+125
* | ACPI: thermal: Simplify critical and hot trips representationRafael J. Wysocki2023-09-261-36/+33
* | ACPI: thermal: Create and populate trip points table earlierRafael J. Wysocki2023-09-261-53/+52
* | ACPI: thermal: Determine the number of trip points earlierRafael J. Wysocki2023-09-261-29/+27
* | ACPI: thermal: Fold acpi_thermal_get_info() into its callerRafael J. Wysocki2023-09-261-33/+19
* | ACPI: thermal: Simplify initialization of critical and hot tripsRafael J. Wysocki2023-09-261-64/+66
|/
* thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki2023-09-111-1/+1
* thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki2023-08-291-23/+18
* ACPI: thermal: Eliminate code duplication from acpi_thermal_notify()Rafael J. Wysocki2023-08-171-10/+10
* ACPI: thermal: Drop unnecessary thermal zone callbacksRafael J. Wysocki2023-08-171-115/+0
* ACPI: thermal: Rework thermal_get_trend()Rafael J. Wysocki2023-08-171-29/+37
* ACPI: thermal: Use trip point table to register thermal zonesRafael J. Wysocki2023-08-171-7/+86
* ACPI: thermal: Introduce struct acpi_thermal_tripRafael J. Wysocki2023-08-171-51/+45
* ACPI: thermal: Carry out trip point updates under zone lockRafael J. Wysocki2023-08-171-13/+28
* ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()Rafael J. Wysocki2023-08-171-18/+14
* Merge 'acpi-bus' material for v6.6 to satisfy dependencies.Rafael J. Wysocki2023-08-101-5/+18
|\
| * ACPI: thermal: Install Notify() handler directlyMichal Wilczynski2023-07-141-5/+18