summaryrefslogtreecommitdiff
path: root/drivers/acpi/thermal.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-10ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanupDan Carpenter1-2/+2
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
2022-01-10Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-t...Rafael J. Wysocki1-2/+0
2021-12-17ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()Rafael J. Wysocki1-5/+4
2021-11-16ACPI: thermal: drop an always true checkAdam Borowski1-2/+0
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-35/+14
2021-02-04ACPI: thermal: Clean up printing messagesRafael J. Wysocki1-44/+43
2021-01-25ACPI: thermal: Do not call acpi_thermal_check() directlyRafael J. Wysocki1-13/+33
2021-01-20acpi/drivers/thermal: Remove TRIPS_NONE cooling device bindingDaniel Lezcano1-19/+0
2021-01-07thermal/drivers/acpi: Use hot and critical opsDaniel Lezcano1-16/+14
2020-07-07acpi: thermal: Don't call thermal_zone_device_is_enabled()Andrzej Pietrasiewicz1-3/+0
2020-06-29thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz1-26/+0
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz1-10/+11
2020-06-29thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz1-9/+0
2020-06-29thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz1-12/+6
2020-06-29thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz1-15/+12