aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-07drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sysSergey Senozhatsky1-0/+3
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
2009-12-16Merge branch 'misc-2.6.33' into releaseLen Brown1-1/+1
2009-12-16thermal: Fix test of unsigned in thermal_cooling_device_cur_state_store()Roel Kluin1-1/+1
2009-11-05thermal: disable polling if passive_delay and polling_delay are both unsetFrans Pop1-0/+2
2009-11-05thermal: Only set passive_delay for forced_passive coolingFrans Pop1-6/+3
2009-11-05thermal: add sanity check for the passive attributeFrans Pop1-0/+6
2009-11-05acpi: thermal: Add EOL to the trip_point_N_type stringsAmit Kucheria1-5/+5
2009-09-19thermal: add missing Kconfig dependencyJan Beulich1-0/+1
2009-08-26thermal_sys: check get_temp return valueMichael Brunner1-1/+8
2009-06-15thermal: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-05-14thermal: fix off-by-1 error in trip point trigger conditionVladimir Zajac1-4/+4
2009-03-27thermal: support forcing support for passive coolingMatthew Garrett1-0/+77
2009-02-20ACPI: move thermal trip handling to generic thermal layerMatthew Garrett1-2/+186
2009-02-20thermal: use integers rather than strings for thermal valuesMatthew Garrett1-13/+78
2009-01-06thermal: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2008-06-25thermal: Create CONFIG_THERMAL_HWMON=nRene Herman2-2/+11
2008-04-29thermal: re-name thermal.c to thermal_sys.cLen Brown2-1/+0
2008-04-29thermal: add hwmon sysfs I/FZhang Rui1-0/+163
2008-04-29thermal: add the support for building the generic thermal as a moduleZhang Rui3-4/+5
2008-04-15acpi thermal trip points increased to 12Krzysztof Helt1-0/+4
2008-03-18thermal: delete "default y"Len Brown1-1/+0
2008-03-18Revert "thermal: fix generic thermal I/F for hwmon"Len Brown2-144/+26
2008-03-13thermal: fix generic thermal I/F for hwmonZhang, Rui2-26/+144
2008-02-15thermal: use ERR_PTR for returning errorThomas Sujith1-13/+13
2008-02-15thermal: validate input parametersThomas Sujith1-1/+12
2008-02-07ACPI: thermal: syntax, spelling, kernel-docLen Brown2-23/+30
2008-02-01the generic thermal sysfs driverZhang Rui3-0/+734