Age | Commit message (Expand) | Author | Files | Lines |
2022-12-12 | Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs' | Rafael J. Wysocki | 1 | -4/+3 |
2022-12-07 | ACPI: thermal: Adjust critical.flags.valid check | Rafael J. Wysocki | 1 | -1/+1 |
2022-11-23 | ACPI: make remove callback of ACPI driver void | Dawei Li | 1 | -4/+3 |
2022-10-05 | ACPI: thermal: Drop some redundant code | Rafael J. Wysocki | 1 | -10/+9 |
2022-10-05 | ACPI: thermal: Drop redundant parens from expressions | Rafael J. Wysocki | 1 | -4/+4 |
2022-10-05 | ACPI: thermal: Use white space more consistently | Rafael J. Wysocki | 1 | -98/+92 |
2022-01-10 | Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-t... | Rafael J. Wysocki | 1 | -2/+0 |
2021-12-17 | ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device() | Rafael J. Wysocki | 1 | -5/+4 |
2021-11-16 | ACPI: thermal: drop an always true check | Adam Borowski | 1 | -2/+0 |
2021-02-22 | Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -35/+14 |
2021-02-04 | ACPI: thermal: Clean up printing messages | Rafael J. Wysocki | 1 | -44/+43 |
2021-01-25 | ACPI: thermal: Do not call acpi_thermal_check() directly | Rafael J. Wysocki | 1 | -13/+33 |
2021-01-20 | acpi/drivers/thermal: Remove TRIPS_NONE cooling device binding | Daniel Lezcano | 1 | -19/+0 |
2021-01-07 | thermal/drivers/acpi: Use hot and critical ops | Daniel Lezcano | 1 | -16/+14 |
2020-07-07 | acpi: thermal: Don't call thermal_zone_device_is_enabled() | Andrzej Pietrasiewicz | 1 | -3/+0 |
2020-06-29 | thermal: Simplify or eliminate unnecessary set_mode() methods | Andrzej Pietrasiewicz | 1 | -26/+0 |
2020-06-29 | thermal: Use mode helpers in drivers | Andrzej Pietrasiewicz | 1 | -10/+11 |
2020-06-29 | thermal: remove get_mode() operation of drivers | Andrzej Pietrasiewicz | 1 | -9/+0 |
2020-06-29 | thermal: Store device mode in struct thermal_zone_device | Andrzej Pietrasiewicz | 1 | -12/+6 |
2020-06-29 | thermal: Store thermal mode in a dedicated enum | Andrzej Pietrasiewicz | 1 | -15/+12 |
2020-06-29 | acpi: thermal: Fix error handling in the register function | Andrzej Pietrasiewicz | 1 | -4/+16 |
2020-01-31 | ACPI: thermal: switch to use <linux/units.h> helpers | Akinobu Mita | 1 | -16/+18 |
2019-09-02 | ACPI: thermal: Remove redundant acpi_has_method() calls | Kelsey Skunberg | 1 | -8/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -15/+1 |
2017-09-14 | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-09-27 | thermal: Enhance thermal_zone_device_update for events | Srinivas Pandruvada | 1 | -1/+2 |
2016-06-22 | ACPI / thermal: Remove create_workqueue() | Bhaktipriya Shridhar | 1 | -1/+2 |
2015-10-10 | linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUS | Rasmus Villemoes | 1 | -6/+6 |
2015-09-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -6/+6 |
2015-08-03 | thermal: consistently use int for temperatures | Sascha Hauer | 1 | -6/+6 |
2015-07-08 | ACPI: Remove FSF mailing addresses | Jarkko Nikula | 1 | -4/+0 |
2015-05-05 | thermal: of: fix cooling device weights in device tree | Kapileshwar Singh | 1 | -3/+6 |
2014-10-10 | Thermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.h | Aaron Lu | 1 | -9/+9 |
2014-05-29 | Merge back earlier ACPI thermal material. | Rafael J. Wysocki | 1 | -7/+4 |
2014-05-27 | ACPI / thermal: Use acpi_bus_attach_private_data() to attach private data | Lan Tianyu | 1 | -7/+4 |
2014-05-26 | ACPI / thermal: fix workqueue destroy order | Aaron Lu | 1 | -1/+1 |
2014-04-07 | ACPI / thermal: Fix wrong variable usage in debug statement | Zhihui Zhang | 1 | -1/+1 |
2014-03-05 | ACPI / thermal: make acpi_thermal_check asynchronous on resume | Aaron Lu | 1 | -4/+33 |
2014-02-13 | ACPI / thermal: fix thermal driver compile error when CONFIG_PM_SLEEP is unde... | Shuah Khan | 1 | -0/+2 |
2014-01-13 | Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'a... | Rafael J. Wysocki | 1 | -1/+1 |
2014-01-08 | ACPI / thermal: remove const from thermal_zone_device_ops declaration | Emil Goode | 1 | -1/+1 |
2013-12-07 | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 1 | -3/+2 |
2013-11-14 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -5/+5 |
2013-09-30 | ACPI / thermal: convert printk(LEVEL...) to pr_<lvl> | Andy Shevchenko | 1 | -23/+20 |
2013-09-30 | ACPI/thermal : Remove zone disabled warning | Srinivas Pandruvada | 1 | -5/+5 |
2013-08-30 | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 1 | -6/+6 |
2013-08-28 | ACPI / thermal: Add check of "_TZD" availability and evaluating result | Lan Tianyu | 1 | -6/+6 |
2013-08-27 | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 1 | -15/+4 |
2013-08-15 | ACPI / thermal: Use THERMAL_TRIPS_NONE macro to replace number | Lan Tianyu | 1 | -3/+4 |