aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2011-11-06thermal: Prevent polling from happening during system suspendGravatar Rafael J. Wysocki 1-2/+2
2011-08-02thermal: make THERMAL_HWMON implementation fully internalGravatar Jean Delvare 1-25/+92
2011-08-02thermal: split hwmon lookup to a separate functionGravatar Jean Delvare 1-6/+19
2011-08-02thermal: hide CONFIG_THERMAL_HWMONGravatar Jean Delvare 1-6/+2
2011-03-23ACPI:Fix goto flows in thermal-sysGravatar Durgadoss R 1-6/+7
2011-02-28ACPI: Fix build for CONFIG_NET unsetGravatar Rafael J. Wysocki 2-20/+21
2011-01-12Merge branch 'misc' into releaseGravatar Len Brown 1-12/+5
2011-01-12thermal: Add event notification to thermal frameworkGravatar R.Durgadoss 2-1/+103
2010-11-30thermal: make ops constantGravatar Alan Cox 1-12/+5
2010-04-07drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sysGravatar Sergey Senozhatsky 1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-16Merge branch 'misc-2.6.33' into releaseGravatar Len Brown 1-1/+1
2009-12-16thermal: Fix test of unsigned in thermal_cooling_device_cur_state_store()Gravatar Roel Kluin 1-1/+1
2009-11-05thermal: disable polling if passive_delay and polling_delay are both unsetGravatar Frans Pop 1-0/+2
2009-11-05thermal: Only set passive_delay for forced_passive coolingGravatar Frans Pop 1-6/+3
2009-11-05thermal: add sanity check for the passive attributeGravatar Frans Pop 1-0/+6
2009-11-05acpi: thermal: Add EOL to the trip_point_N_type stringsGravatar Amit Kucheria 1-5/+5
2009-09-19thermal: add missing Kconfig dependencyGravatar Jan Beulich 1-0/+1
2009-08-26thermal_sys: check get_temp return valueGravatar Michael Brunner 1-1/+8
2009-06-15thermal: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-2/+2
2009-05-14thermal: fix off-by-1 error in trip point trigger conditionGravatar Vladimir Zajac 1-4/+4
2009-03-27thermal: support forcing support for passive coolingGravatar Matthew Garrett 1-0/+77
2009-02-20ACPI: move thermal trip handling to generic thermal layerGravatar Matthew Garrett 1-2/+186
2009-02-20thermal: use integers rather than strings for thermal valuesGravatar Matthew Garrett 1-13/+78
2009-01-06thermal: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-3/+3
2008-06-25thermal: Create CONFIG_THERMAL_HWMON=nGravatar Rene Herman 2-2/+11
2008-04-29thermal: re-name thermal.c to thermal_sys.cGravatar Len Brown 2-1/+0
2008-04-29thermal: add hwmon sysfs I/FGravatar Zhang Rui 1-0/+163
2008-04-29thermal: add the support for building the generic thermal as a moduleGravatar Zhang Rui 3-4/+5
2008-04-15acpi thermal trip points increased to 12Gravatar Krzysztof Helt 1-0/+4
2008-03-18thermal: delete "default y"Gravatar Len Brown 1-1/+0
2008-03-18Revert "thermal: fix generic thermal I/F for hwmon"Gravatar Len Brown 2-144/+26
2008-03-13thermal: fix generic thermal I/F for hwmonGravatar Zhang, Rui 2-26/+144
2008-02-15thermal: use ERR_PTR for returning errorGravatar Thomas Sujith 1-13/+13
2008-02-15thermal: validate input parametersGravatar Thomas Sujith 1-1/+12
2008-02-07ACPI: thermal: syntax, spelling, kernel-docGravatar Len Brown 2-23/+30
2008-02-01the generic thermal sysfs driverGravatar Zhang Rui 3-0/+734