summaryrefslogtreecommitdiff
path: root/drivers/acpi/thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29ACPI: utils: Dynamically determine acpi_handle_list sizeRafael J. Wysocki1-7/+21
2023-09-28ACPI: thermal: Merge trip initialization functionsRafael J. Wysocki1-34/+30
2023-09-28ACPI: thermal: Collapse trip devices update function wrappersRafael J. Wysocki1-19/+7
2023-09-28ACPI: thermal: Collapse trip devices update functionsRafael J. Wysocki1-33/+20
2023-09-28ACPI: thermal: Add device list to struct acpi_thermal_tripRafael J. Wysocki1-15/+21
2023-09-27ACPI: thermal: Fix a small leak in acpi_thermal_add()Dan Carpenter1-2/+4
2023-09-26ACPI: thermal: Drop valid flag from struct acpi_thermal_tripRafael J. Wysocki1-26/+23
2023-09-26ACPI: thermal: Drop redundant trip point flagsRafael J. Wysocki1-19/+10
2023-09-26ACPI: thermal: Untangle initialization and updates of active tripsRafael J. Wysocki1-97/+100
2023-09-26ACPI: thermal: Untangle initialization and updates of the passive tripRafael J. Wysocki1-73/+125
2023-09-26ACPI: thermal: Simplify critical and hot trips representationRafael J. Wysocki1-36/+33
2023-09-26ACPI: thermal: Create and populate trip points table earlierRafael J. Wysocki1-53/+52
2023-09-26ACPI: thermal: Determine the number of trip points earlierRafael J. Wysocki1-29/+27
2023-09-26ACPI: thermal: Fold acpi_thermal_get_info() into its callerRafael J. Wysocki1-33/+19
2023-09-26ACPI: thermal: Simplify initialization of critical and hot tripsRafael J. Wysocki1-64/+66
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki1-1/+1
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki1-23/+18
2023-08-17ACPI: thermal: Eliminate code duplication from acpi_thermal_notify()Rafael J. Wysocki1-10/+10
2023-08-17ACPI: thermal: Drop unnecessary thermal zone callbacksRafael J. Wysocki1-115/+0
2023-08-17ACPI: thermal: Rework thermal_get_trend()Rafael J. Wysocki1-29/+37
2023-08-17ACPI: thermal: Use trip point table to register thermal zonesRafael J. Wysocki1-7/+86
2023-08-17ACPI: thermal: Introduce struct acpi_thermal_tripRafael J. Wysocki1-51/+45
2023-08-17ACPI: thermal: Carry out trip point updates under zone lockRafael J. Wysocki1-13/+28
2023-08-17ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()Rafael J. Wysocki1-18/+14
2023-08-10Merge 'acpi-bus' material for v6.6 to satisfy dependencies.Rafael J. Wysocki1-5/+18
2023-08-10ACPI: thermal: Drop redundant local variable from acpi_thermal_resume()Rafael J. Wysocki1-4/+3
2023-08-09ACPI: thermal: Do not attach private data to ACPI handlesRafael J. Wysocki1-12/+1
2023-08-01ACPI: thermal: Drop enabled flag from struct acpi_thermal_activeRafael J. Wysocki1-6/+0
2023-07-17ACPI: thermal: Drop nocrt parameterMario Limonciello1-5/+1
2023-07-14ACPI: thermal: Install Notify() handler directlyMichal Wilczynski1-5/+18
2023-06-16ACPI: thermal: Drop struct acpi_thermal_flagsRafael J. Wysocki1-22/+2
2023-06-16ACPI: thermal: Drop struct acpi_thermal_stateRafael J. Wysocki1-11/+0
2023-06-12ACPI: thermal: Eliminate struct acpi_thermal_state_flagsRafael J. Wysocki1-68/+64
2023-06-12ACPI: thermal: Move acpi_thermal_driver definitionRafael J. Wysocki1-35/+26
2023-06-12ACPI: thermal: Move symbol definitions to one placeRafael J. Wysocki1-29/+29
2023-06-12ACPI: thermal: Drop redundant ACPI_TRIPS_REFRESH_DEVICES symbolRafael J. Wysocki1-7/+6
2023-06-12ACPI: thermal: Use BIT() macro for defining flagsRafael J. Wysocki1-5/+5
2023-05-03Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+31
2023-04-27ACPI: thermal: Move to dedicated function sysfs extra attr creationDaniel Lezcano1-19/+31
2023-04-27ACPI: thermal: Use thermal_zone_device()Daniel Lezcano1-4/+9
2023-04-26Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+3
2023-03-30ACPI: thermal: Replace ternary operator with min_t()Jiangshan Yi1-4/+3
2023-03-03thermal: Add a thermal zone id accessorDaniel Lezcano1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano1-8/+8
2022-12-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki1-4/+3
2022-12-07ACPI: thermal: Adjust critical.flags.valid checkRafael J. Wysocki1-1/+1
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-4/+3
2022-10-05ACPI: thermal: Drop some redundant codeRafael J. Wysocki1-10/+9
2022-10-05ACPI: thermal: Drop redundant parens from expressionsRafael J. Wysocki1-4/+4
2022-10-05ACPI: thermal: Use white space more consistentlyRafael J. Wysocki1-98/+92