aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/thermal.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-31ACPI: thermal: switch to use <linux/units.h> helpersGravatar Akinobu Mita 1-16/+18
2019-09-02ACPI: thermal: Remove redundant acpi_has_method() callsGravatar Kelsey Skunberg 1-8/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-15/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-1/+2
2016-06-22ACPI / thermal: Remove create_workqueue()Gravatar Bhaktipriya Shridhar 1-1/+2
2015-10-10linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSGravatar Rasmus Villemoes 1-6/+6
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-6/+6
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-6/+6
2015-07-08ACPI: Remove FSF mailing addressesGravatar Jarkko Nikula 1-4/+0
2015-05-04thermal: of: fix cooling device weights in device treeGravatar Kapileshwar Singh 1-3/+6
2014-10-10Thermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.hGravatar Aaron Lu 1-9/+9
2014-05-29Merge back earlier ACPI thermal material.Gravatar Rafael J. Wysocki 1-7/+4
2014-05-27ACPI / thermal: Use acpi_bus_attach_private_data() to attach private dataGravatar Lan Tianyu 1-7/+4
2014-05-26ACPI / thermal: fix workqueue destroy orderGravatar Aaron Lu 1-1/+1
2014-04-07ACPI / thermal: Fix wrong variable usage in debug statementGravatar Zhihui Zhang 1-1/+1
2014-03-05ACPI / thermal: make acpi_thermal_check asynchronous on resumeGravatar Aaron Lu 1-4/+33
2014-02-13ACPI / thermal: fix thermal driver compile error when CONFIG_PM_SLEEP is unde...Gravatar Shuah Khan 1-0/+2
2014-01-12Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'a...Gravatar Rafael J. Wysocki 1-1/+1
2014-01-08ACPI / thermal: remove const from thermal_zone_device_ops declarationGravatar Emil Goode 1-1/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesGravatar Lv Zheng 1-3/+2
2013-11-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-5/+5
2013-09-30ACPI / thermal: convert printk(LEVEL...) to pr_<lvl>Gravatar Andy Shevchenko 1-23/+20
2013-09-30ACPI/thermal : Remove zone disabled warningGravatar Srinivas Pandruvada 1-5/+5
2013-08-30Merge branch 'acpi-assorted'Gravatar Rafael J. Wysocki 1-6/+6
2013-08-28ACPI / thermal: Add check of "_TZD" availability and evaluating resultGravatar Lan Tianyu 1-6/+6
2013-08-27Merge branch 'acpi-assorted'Gravatar Rafael J. Wysocki 1-15/+4
2013-08-14ACPI / thermal: Use THERMAL_TRIPS_NONE macro to replace numberGravatar Lan Tianyu 1-3/+4
2013-08-14ACPI / thermal: Remove unused macros in the driver/acpi/thermal.cGravatar Lan Tianyu 1-5/+0
2013-08-14ACPI / thermal: Remove the unused lock of struct acpi_thermalGravatar Lan Tianyu 1-4/+0
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceGravatar Thomas Renninger 1-3/+0
2013-07-15ACPI: introduce helper function acpi_execute_simple_method()Gravatar Jiang Liu 1-14/+4
2013-04-26ACPI / thermal: do not always return THERMAL_TREND_RAISING for active trip po...Gravatar Zhang Rui 1-3/+13
2013-02-15Merge branch 'acpi-assorted'Gravatar Rafael J. Wysocki 1-1/+5
2013-01-26ACPI: Remove useless type argument of driver .remove() operationGravatar Rafael J. Wysocki 1-2/+2
2013-01-26ACPI / thermal: Use mode to enable/disable kernel thermal processingGravatar Srinivas Pandruvada 1-0/+4
2013-01-26ACPI thermal: remove unnecessary newline from exception messageGravatar Colin Ian King 1-1/+1
2012-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Gravatar Linus Torvalds 1-3/+3
2012-11-27ACPI / thermal: _TMP and _CRT/_HOT/_PSV/_ACx dependency fixGravatar Zhang Rui 1-0/+34
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerGravatar Durgadoss R 1-3/+3
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Gravatar Len Brown 1-22/+71
2012-09-24Thermal: Introduce thermal_zone_trip_update()Gravatar Zhang Rui 1-3/+5
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Gravatar Zhang Rui 1-4/+1
2012-09-24Thermal: Introduce .get_trend() callback.Gravatar Zhang Rui 1-0/+33
2012-09-24Thermal: set upper and lower limitsGravatar Zhang Rui 1-18/+35
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPGravatar Rafael J. Wysocki 1-0/+4
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-6/+4
2012-07-24Thermal: Documentation updateGravatar Zhang Rui 1-4/+2
2012-07-24Thermal: Make Thermal trip points writeableGravatar Durgadoss R 1-2/+2