summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ACPI: thermal: Drop redundant local variable from acpi_thermal_resume()Rafael J. Wysocki2023-08-101-4/+3
* | ACPI: thermal: Do not attach private data to ACPI handlesRafael J. Wysocki2023-08-091-12/+1
* | ACPI: thermal: Drop enabled flag from struct acpi_thermal_activeRafael J. Wysocki2023-08-011-6/+0
* | ACPI: thermal: Drop nocrt parameterMario Limonciello2023-07-171-5/+1
|/
* ACPI: thermal: Drop struct acpi_thermal_flagsRafael J. Wysocki2023-06-161-22/+2
* ACPI: thermal: Drop struct acpi_thermal_stateRafael J. Wysocki2023-06-161-11/+0
* ACPI: thermal: Eliminate struct acpi_thermal_state_flagsRafael J. Wysocki2023-06-121-68/+64
* ACPI: thermal: Move acpi_thermal_driver definitionRafael J. Wysocki2023-06-121-35/+26
* ACPI: thermal: Move symbol definitions to one placeRafael J. Wysocki2023-06-121-29/+29
* ACPI: thermal: Drop redundant ACPI_TRIPS_REFRESH_DEVICES symbolRafael J. Wysocki2023-06-121-7/+6
* ACPI: thermal: Use BIT() macro for defining flagsRafael J. Wysocki2023-06-121-5/+5
* Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-031-14/+31
|\
| * ACPI: thermal: Move to dedicated function sysfs extra attr creationDaniel Lezcano2023-04-271-19/+31
| * ACPI: thermal: Use thermal_zone_device()Daniel Lezcano2023-04-271-4/+9
* | Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-04-251-4/+3
|\ \ | |/ |/|
| * ACPI: thermal: Replace ternary operator with min_t()Jiangshan Yi2023-03-301-4/+3
* | thermal: Add a thermal zone id accessorDaniel Lezcano2023-03-031-1/+1
* | thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-8/+8
|/
*-. Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki2022-12-121-4/+3
|\ \
| | * ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-4/+3
| |/
* / ACPI: thermal: Adjust critical.flags.valid checkRafael J. Wysocki2022-12-071-1/+1
|/
* ACPI: thermal: Drop some redundant codeRafael J. Wysocki2022-10-051-10/+9
* ACPI: thermal: Drop redundant parens from expressionsRafael J. Wysocki2022-10-051-4/+4
* ACPI: thermal: Use white space more consistentlyRafael J. Wysocki2022-10-051-98/+92
*-. Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-t...Rafael J. Wysocki2022-01-101-2/+0
|\ \
| | * ACPI: thermal: drop an always true checkAdam Borowski2021-11-161-2/+0
| |/
* / ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()Rafael J. Wysocki2021-12-171-5/+4
|/
* Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-221-35/+14
|\
| * acpi/drivers/thermal: Remove TRIPS_NONE cooling device bindingDaniel Lezcano2021-01-191-19/+0
| * thermal/drivers/acpi: Use hot and critical opsDaniel Lezcano2021-01-071-16/+14
* | ACPI: thermal: Clean up printing messagesRafael J. Wysocki2021-02-041-44/+43
* | ACPI: thermal: Do not call acpi_thermal_check() directlyRafael J. Wysocki2021-01-251-13/+33
|/
* acpi: thermal: Don't call thermal_zone_device_is_enabled()Andrzej Pietrasiewicz2020-07-071-3/+0
* thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-291-26/+0
* thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-10/+11
* thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-9/+0
* thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-291-12/+6
* thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz2020-06-291-15/+12
* acpi: thermal: Fix error handling in the register functionAndrzej Pietrasiewicz2020-06-291-4/+16