summaryrefslogtreecommitdiff
path: root/drivers/acpi/thermal.c
AgeCommit message (Expand)Author
2023-06-16ACPI: thermal: Drop struct acpi_thermal_flagsRafael J. Wysocki
2023-06-16ACPI: thermal: Drop struct acpi_thermal_stateRafael J. Wysocki
2023-06-12ACPI: thermal: Eliminate struct acpi_thermal_state_flagsRafael J. Wysocki
2023-06-12ACPI: thermal: Move acpi_thermal_driver definitionRafael J. Wysocki
2023-06-12ACPI: thermal: Move symbol definitions to one placeRafael J. Wysocki
2023-06-12ACPI: thermal: Drop redundant ACPI_TRIPS_REFRESH_DEVICES symbolRafael J. Wysocki
2023-06-12ACPI: thermal: Use BIT() macro for defining flagsRafael J. Wysocki
2023-05-03Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-27ACPI: thermal: Move to dedicated function sysfs extra attr creationDaniel Lezcano
2023-04-27ACPI: thermal: Use thermal_zone_device()Daniel Lezcano
2023-04-25Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-03-30ACPI: thermal: Replace ternary operator with min_t()Jiangshan Yi
2023-03-03thermal: Add a thermal zone id accessorDaniel Lezcano
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano
2022-12-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki
2022-12-07ACPI: thermal: Adjust critical.flags.valid checkRafael J. Wysocki
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li
2022-10-05ACPI: thermal: Drop some redundant codeRafael J. Wysocki
2022-10-05ACPI: thermal: Drop redundant parens from expressionsRafael J. Wysocki
2022-10-05ACPI: thermal: Use white space more consistentlyRafael J. Wysocki
2022-01-10Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-t...Rafael J. Wysocki
2021-12-17ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()Rafael J. Wysocki
2021-11-16ACPI: thermal: drop an always true checkAdam Borowski
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-04ACPI: thermal: Clean up printing messagesRafael J. Wysocki
2021-01-25ACPI: thermal: Do not call acpi_thermal_check() directlyRafael J. Wysocki
2021-01-19acpi/drivers/thermal: Remove TRIPS_NONE cooling device bindingDaniel Lezcano
2021-01-07thermal/drivers/acpi: Use hot and critical opsDaniel Lezcano
2020-07-07acpi: thermal: Don't call thermal_zone_device_is_enabled()Andrzej Pietrasiewicz
2020-06-29thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz
2020-06-29thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz
2020-06-29thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz
2020-06-29thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz
2020-06-29acpi: thermal: Fix error handling in the register functionAndrzej Pietrasiewicz
2020-01-31ACPI: thermal: switch to use <linux/units.h> helpersAkinobu Mita
2019-09-02ACPI: thermal: Remove redundant acpi_has_method() callsKelsey Skunberg
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada
2016-06-22ACPI / thermal: Remove create_workqueue()Bhaktipriya Shridhar
2015-10-10linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSRasmus Villemoes
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2015-08-03thermal: consistently use int for temperaturesSascha Hauer
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula
2015-05-04thermal: of: fix cooling device weights in device treeKapileshwar Singh
2014-10-10Thermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.hAaron Lu
2014-05-29Merge back earlier ACPI thermal material.Rafael J. Wysocki
2014-05-27ACPI / thermal: Use acpi_bus_attach_private_data() to attach private dataLan Tianyu