summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-121-4/+4
|\
| * ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-071-4/+4
* | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-081-1/+0Star
|/
* Merge branch 'ull' into testLen Brown2008-10-231-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-231-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-111-1/+1
| |/
* / ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming2008-10-231-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-221-2/+2
|/
* ACPI: Reject below-freezing temperatures as invalid critical temperaturesArjan van de Ven2008-06-121-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/+28Star
|/
* drivers/acpi/thermal.c: fix build with CONFIG_DMI=nAndrew Morton2008-04-281-2/+0Star
* acpi thermal: fix result checkKrzysztof Helt2008-04-091-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-021-18/+24
| * ACPI: CELSIUS_TO_KELVIN fixupZhang Rui2008-02-021-3/+0Star
| * ACPI: attach thermal zone infoZhang Rui2008-02-021-0/+11
| * ACPI: ACPI thermal zone handle notification correctlyZhang Rui2008-02-021-141/+184
| * ACPI: register ACPI thermal zone as generic thermal zone devicesZhang Rui2008-02-021-10/+291
* | export thermal notification to userspace when nocrt is setZhang Rui2007-12-071-7/+10
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-191-10/+18
|\
| * ACPI: Thermal: Drop concurrent thermal checksAlexey Starikovskiy2007-09-051-5/+10
| * ACPI: thermal: use round_jiffies when thermal zone polling is enabledLen Brown2007-09-041-5/+8
* | drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-101-4/+4
|/
* Pull events into release branchLen Brown2007-08-251-4/+16
|\
| * ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-231-4/+4
| * ACPI: don't duplicate input events on netlinkZhang Rui2007-08-231-0/+12
* | ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as suchPavel Machek2007-08-251-2/+2
* | ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZXLen Brown2007-08-211-1/+16
* | ACPI: thermal: create "thermal.crt=C" bootparamLen Brown2007-08-141-0/+18
* | ACPI: thermal: clean up MODULE_PARM_DESC newlinesLen Brown2007-08-141-5/+5
|/
* ACPI: thermal: add DMI hooks to handle AOpen's broken Award BIOSLen Brown2007-08-121-0/+65
* ACPI: thermal: create "thermal.act=" to disable or override active trip pointLen Brown2007-08-121-4/+30
* ACPI: thermal: create "thermal.nocrt" to disable critical actionsLen Brown2007-08-121-6/+12
* ACPI: thermal: create "thermal.psv=" to override passive trip pointsLen Brown2007-08-121-3/+14
* ACPI: thermal: expose "thermal.tzp=" to set global polling frequencyLen Brown2007-08-121-1/+1
* ACPI: thermal: create "thermal.off=1" to disable ACPI thermal supportLen Brown2007-08-121-1/+8
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-231-1/+7
* Add common orderly_poweroff()Jeremy Fitzhardinge2007-07-181-22/+2Star
* ACPI: gracefully print null trip-point deviceThomas Renninger2007-06-181-4/+11