summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-11-141-5/+5
|\
| * ACPI/thermal : Remove zone disabled warningSrinivas Pandruvada2013-09-301-5/+5
* | ACPI / thermal: convert printk(LEVEL...) to pr_<lvl>Andy Shevchenko2013-09-301-23/+20Star
|/
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-301-6/+6
|\
| * ACPI / thermal: Add check of "_TZD" availability and evaluating resultLan Tianyu2013-08-281-6/+6
* | Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-271-15/+4Star
|\|
| * ACPI / thermal: Use THERMAL_TRIPS_NONE macro to replace numberLan Tianyu2013-08-141-3/+4
| * ACPI / thermal: Remove unused macros in the driver/acpi/thermal.cLan Tianyu2013-08-141-5/+0Star
| * ACPI / thermal: Remove the unused lock of struct acpi_thermalLan Tianyu2013-08-141-4/+0Star
| * ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-3/+0Star
* | ACPI: introduce helper function acpi_execute_simple_method()Jiang Liu2013-07-151-14/+4Star
|/
* ACPI / thermal: do not always return THERMAL_TREND_RAISING for active trip po...Zhang Rui2013-04-261-3/+13
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-02-151-1/+5
|\
| * ACPI / thermal: Use mode to enable/disable kernel thermal processingSrinivas Pandruvada2013-01-261-0/+4
| * ACPI thermal: remove unnecessary newline from exception messageColin Ian King2013-01-261-1/+1
* | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-2/+2
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2012-12-121-3/+3
|\
| * Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R2012-11-051-3/+3
* | ACPI / thermal: _TMP and _CRT/_HOT/_PSV/_ACx dependency fixZhang Rui2012-11-271-0/+34
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown2012-10-091-22/+71
|\
| * Thermal: Introduce thermal_zone_trip_update()Zhang Rui2012-09-241-3/+5
| * Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui2012-09-241-4/+1Star
| * Thermal: Introduce .get_trend() callback.Zhang Rui2012-09-241-0/+33
| * Thermal: set upper and lower limitsZhang Rui2012-09-241-18/+35
* | ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-101-0/+4
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-261-6/+4Star
|\
| * Thermal: Documentation updateZhang Rui2012-07-251-4/+2Star
| * Thermal: Make Thermal trip points writeableDurgadoss R2012-07-251-2/+2
* | ACPI: Use struct dev_pm_ops for power management in the thermal driverRafael J. Wysocki2012-07-011-7/+10
|/
* ACPI: Evaluate thermal trip points before reading temperatureMatthew Garrett2012-03-301-4/+4
* ACPI: constify ops structsVasiliy Kulikov2011-07-171-1/+1
* ACPI / Fan: Rework the handling of power resourcesRafael J. Wysocki2011-01-121-2/+3
* ACPI thermal: remove deprecated procfs I/FZhang Rui2010-10-161-435/+1Star
* ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui2010-08-151-33/+53
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
*-. Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-151-9/+27
|\ \
| | * ACPI thermal: Check for thermal zone requirementThomas Renninger2010-02-191-1/+17
| |/ |/|
| * ACPI thermal: Don't invalidate thermal zone if critical trip point is badThomas Renninger2010-02-231-8/+10
|/
* acpi: thermal: display forced passive trip points in procFrans Pop2009-11-061-0/+7
* ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-291-0/+2
* thermal: Fix polling frequency for systems without passive coolingMatthew Garrett2009-04-181-1/+1
*-. Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an...Len Brown2009-04-081-30/+38
|\ \
| | * ACPI: thermal: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-071-23/+4Star
| |/ |/|
| * ACPI: Adjust Kelvin offset to match local implementationJean Delvare2009-04-071-7/+34
|/
* Merge branch 'linus' into releaseLen Brown2009-04-051-3/+1Star
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-041-1/+1
| |\
| | * trivial: Fix misspelling of "Celsius".Adam Buchbinder2009-03-301-1/+1
| * | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-301-2/+0Star
| |/
* | ACPI: update thermal for bus_id removalStephen Rothwell2009-03-271-1/+2
* | ACPI: move thermal trip handling to generic thermal layerMatthew Garrett2009-02-211-410/+48Star