aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-04thermal: of: fix cooling device weights in device treeKapileshwar Singh1-3/+6
2014-10-10Thermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.hAaron Lu1-9/+9
2014-05-29Merge back earlier ACPI thermal material.Rafael J. Wysocki1-7/+4
2014-05-27ACPI / thermal: Use acpi_bus_attach_private_data() to attach private dataLan Tianyu1-7/+4
2014-05-26ACPI / thermal: fix workqueue destroy orderAaron Lu1-1/+1
2014-04-07ACPI / thermal: Fix wrong variable usage in debug statementZhihui Zhang1-1/+1
2014-03-05ACPI / thermal: make acpi_thermal_check asynchronous on resumeAaron Lu1-4/+33
2014-02-13ACPI / thermal: fix thermal driver compile error when CONFIG_PM_SLEEP is undefinedShuah Khan1-0/+2
2014-01-12Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'acpi-sleep'Rafael J. Wysocki1-1/+1
2014-01-08ACPI / thermal: remove const from thermal_zone_device_ops declarationEmil Goode1-1/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-3/+2
2013-11-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-5/+5
2013-09-30ACPI / thermal: convert printk(LEVEL...) to pr_<lvl>Andy Shevchenko1-23/+20
2013-09-30ACPI/thermal : Remove zone disabled warningSrinivas Pandruvada1-5/+5
2013-08-30Merge branch 'acpi-assorted'Rafael J. Wysocki1-6/+6
2013-08-28ACPI / thermal: Add check of "_TZD" availability and evaluating resultLan Tianyu1-6/+6
2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki1-15/+4
2013-08-14ACPI / thermal: Use THERMAL_TRIPS_NONE macro to replace numberLan Tianyu1-3/+4
2013-08-14ACPI / thermal: Remove unused macros in the driver/acpi/thermal.cLan Tianyu1-5/+0
2013-08-14ACPI / thermal: Remove the unused lock of struct acpi_thermalLan Tianyu1-4/+0
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger1-3/+0
2013-07-15ACPI: introduce helper function acpi_execute_simple_method()Jiang Liu1-14/+4
2013-04-26ACPI / thermal: do not always return THERMAL_TREND_RAISING for active trip pointsZhang Rui1-3/+13
2013-02-15Merge branch 'acpi-assorted'Rafael J. Wysocki1-1/+5
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2013-01-26ACPI / thermal: Use mode to enable/disable kernel thermal processingSrinivas Pandruvada1-0/+4
2013-01-26ACPI thermal: remove unnecessary newline from exception messageColin Ian King1-1/+1
2012-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-3/+3
2012-11-27ACPI / thermal: _TMP and _CRT/_HOT/_PSV/_ACx dependency fixZhang Rui1-0/+34
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R1-3/+3
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into thermalLen Brown1-22/+71
2012-09-24Thermal: Introduce thermal_zone_trip_update()Zhang Rui1-3/+5
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui1-4/+1
2012-09-24Thermal: Introduce .get_trend() callback.Zhang Rui1-0/+33
2012-09-24Thermal: set upper and lower limitsZhang Rui1-18/+35
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki1-0/+4
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-6/+4
2012-07-24Thermal: Documentation updateZhang Rui1-4/+2
2012-07-24Thermal: Make Thermal trip points writeableDurgadoss R1-2/+2
2012-07-01ACPI: Use struct dev_pm_ops for power management in the thermal driverRafael J. Wysocki1-7/+10
2012-03-30ACPI: Evaluate thermal trip points before reading temperatureMatthew Garrett1-4/+4
2011-07-16ACPI: constify ops structsVasiliy Kulikov1-1/+1
2011-01-12ACPI / Fan: Rework the handling of power resourcesRafael J. Wysocki1-2/+3
2010-10-15ACPI thermal: remove deprecated procfs I/FZhang Rui1-435/+1
2010-08-15ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui1-33/+53
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown1-9/+27
2010-02-23ACPI thermal: Don't invalidate thermal zone if critical trip point is badThomas Renninger1-8/+10
2010-02-19ACPI thermal: Check for thermal zone requirementThomas Renninger1-1/+17
2009-11-05acpi: thermal: display forced passive trip points in procFrans Pop1-0/+7