aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / Fan: Rework the handling of power resourcesRafael J. Wysocki2011-01-121-2/+3
* ACPI thermal: remove deprecated procfs I/FZhang Rui2010-10-151-435/+1
* 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-141-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-051-0/+7
* ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-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-071-30/+38
|\ \
| | * ACPI: thermal: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-071-23/+4
| |/ |/|
| * ACPI: Adjust Kelvin offset to match local implementationJean Delvare2009-04-071-7/+34
|/
* Merge branch 'linus' into releaseLen Brown2009-04-051-3/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
| |\
| | * trivial: Fix misspelling of "Celsius".Adam Buchbinder2009-03-301-1/+1
| * | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-2/+0
| |/
* | ACPI: update thermal for bus_id removalStephen Rothwell2009-03-271-1/+2
* | ACPI: move thermal trip handling to generic thermal layerMatthew Garrett2009-02-201-410/+48
* | thermal: use integers rather than strings for thermal valuesMatthew Garrett2009-02-201-30/+50
|/
* thermal fixup for broken BIOS which has invalid trip points.Zhang Rui2009-01-161-4/+12
* Merge branch 'sysfs' into releaseLen Brown2008-11-111-4/+4
|\
| * ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-061-4/+4
* | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-071-1/+0
|/
* Merge branch 'ull' into testLen Brown2008-10-221-16/+27
|\
| * ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-16/+27
* | Merge branch 'misc' into testLen Brown2008-10-221-4/+6
|\ \
| * | ACPI: Allow overriding to higher critical trip point.Zhang Rui2008-10-171-3/+5
| * | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-101-1/+1
| |/
* | ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming2008-10-221-2/+2
|/
* Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-241-0/+43
|\
| * ACPI : Set FAN device to correct state in boot phaseZhao Yakui2008-07-181-0/+43
* | driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-211-2/+2
|/
* ACPI: Reject below-freezing temperatures as invalid critical temperaturesArjan van de Ven2008-06-111-2/+9
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-301-1/+19
|\
| * ACPI: update thermal temperatureZhang, Rui2008-04-291-0/+5
| * thermal: update the documentationZhang Rui2008-04-291-1/+1
| * thermal: add new get_crit_temp callbackZhang, Rui2008-04-291-0/+13
* | acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-39/+28
|/
* drivers/acpi/thermal.c: fix build with CONFIG_DMI=nAndrew Morton2008-04-281-2/+0
* acpi thermal: fix result checkKrzysztof Helt2008-04-081-1/+1
* ACPI: thermal: show temperature in millidegree CelsiusZhang, Rui2008-03-131-5/+7
* Merge branches 'release' and 'menlo' into releaseLen Brown2008-02-071-154/+492
|\
| * ACPI: thermal fixupZhang Rui2008-02-011-18/+24
| * ACPI: CELSIUS_TO_KELVIN fixupZhang Rui2008-02-011-3/+0
| * ACPI: attach thermal zone infoZhang Rui2008-02-011-0/+11
| * ACPI: ACPI thermal zone handle notification correctlyZhang Rui2008-02-011-141/+184
| * ACPI: register ACPI thermal zone as generic thermal zone devicesZhang Rui2008-02-011-10/+291
* | export thermal notification to userspace when nocrt is setZhang Rui2007-12-061-7/+10
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-191-10/+18
|\