aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-04-18thermal: Fix polling frequency for systems without passive coolingMatthew Garrett1-1/+1
2009-04-07Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' and 'bjorn.notify' into releaseLen Brown1-30/+38
2009-04-07ACPI: thermal: use .notify method instead of installing handler directlyBjorn Helgaas1-23/+4
2009-04-07ACPI: Adjust Kelvin offset to match local implementationJean Delvare1-7/+34
2009-04-05Merge branch 'linus' into releaseLen Brown1-3/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-03-30trivial: Fix misspelling of "Celsius".Adam Buchbinder1-1/+1
2009-03-27ACPI: update thermal for bus_id removalStephen Rothwell1-1/+2
2009-02-20ACPI: move thermal trip handling to generic thermal layerMatthew Garrett1-410/+48
2009-02-20thermal: use integers rather than strings for thermal valuesMatthew Garrett1-30/+50
2009-01-16thermal fixup for broken BIOS which has invalid trip points.Zhang Rui1-4/+12
2008-11-11Merge branch 'sysfs' into releaseLen Brown1-4/+4
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+0
2008-11-06ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2008-10-22Merge branch 'ull' into testLen Brown1-16/+27
2008-10-22Merge branch 'misc' into testLen Brown1-4/+6
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming1-2/+2
2008-10-17ACPI: Allow overriding to higher critical trip point.Zhang Rui1-3/+5
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-16/+27
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-1/+1
2008-07-24Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6Linus Torvalds1-0/+43
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-2/+2
2008-07-18ACPI : Set FAN device to correct state in boot phaseZhao Yakui1-0/+43
2008-06-11ACPI: Reject below-freezing temperatures as invalid critical temperaturesArjan van de Ven1-2/+9
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+19
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-39/+28
2008-04-29ACPI: update thermal temperatureZhang, Rui1-0/+5
2008-04-29thermal: update the documentationZhang Rui1-1/+1
2008-04-29thermal: add new get_crit_temp callbackZhang, Rui1-0/+13
2008-04-28drivers/acpi/thermal.c: fix build with CONFIG_DMI=nAndrew Morton1-2/+0
2008-04-08acpi thermal: fix result checkKrzysztof Helt1-1/+1
2008-03-13ACPI: thermal: show temperature in millidegree CelsiusZhang, Rui1-5/+7
2008-02-07Merge branches 'release' and 'menlo' into releaseLen Brown1-154/+492
2008-02-01ACPI: thermal fixupZhang Rui1-18/+24
2008-02-01ACPI: CELSIUS_TO_KELVIN fixupZhang Rui1-3/+0
2008-02-01ACPI: attach thermal zone infoZhang Rui1-0/+11
2008-02-01ACPI: ACPI thermal zone handle notification correctlyZhang Rui1-141/+184
2008-02-01ACPI: register ACPI thermal zone as generic thermal zone devicesZhang Rui1-10/+291
2007-12-06export thermal notification to userspace when nocrt is setZhang Rui1-7/+10
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-10/+18
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-4/+4
2007-09-05ACPI: Thermal: Drop concurrent thermal checksAlexey Starikovskiy1-5/+10