aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal: add missing Kconfig dependencyJan Beulich2009-09-191-0/+1
* thermal_sys: check get_temp return valueMichael Brunner2009-08-261-1/+8
* thermal: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-2/+2
* thermal: fix off-by-1 error in trip point trigger conditionVladimir Zajac2009-05-141-4/+4
* thermal: support forcing support for passive coolingMatthew Garrett2009-03-271-0/+77
* ACPI: move thermal trip handling to generic thermal layerMatthew Garrett2009-02-201-2/+186
* thermal: use integers rather than strings for thermal valuesMatthew Garrett2009-02-201-13/+78
* thermal: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-3/+3
* thermal: Create CONFIG_THERMAL_HWMON=nRene Herman2008-06-252-2/+11
* thermal: re-name thermal.c to thermal_sys.cLen Brown2008-04-292-1/+0
* thermal: add hwmon sysfs I/FZhang Rui2008-04-291-0/+163
* thermal: add the support for building the generic thermal as a moduleZhang Rui2008-04-293-4/+5
* acpi thermal trip points increased to 12Krzysztof Helt2008-04-151-0/+4
* thermal: delete "default y"Len Brown2008-03-181-1/+0
* Revert "thermal: fix generic thermal I/F for hwmon"Len Brown2008-03-182-144/+26
* thermal: fix generic thermal I/F for hwmonZhang, Rui2008-03-132-26/+144
* thermal: use ERR_PTR for returning errorThomas Sujith2008-02-151-13/+13
* thermal: validate input parametersThomas Sujith2008-02-151-1/+12
* ACPI: thermal: syntax, spelling, kernel-docLen Brown2008-02-072-23/+30
* the generic thermal sysfs driverZhang Rui2008-02-013-0/+734