summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
AgeCommit message (Expand)AuthorLines
2012-03-22thermal: Fix for setting the thermal zone mode to enable/disableAmit Daniel Kachhap-2/+2
2012-03-22thermal: spear13xx: checking for NULL instead of IS_ERR()Dan Carpenter-2/+2
2012-03-22thermal/spear_thermal: replace readl/writel with lighter _relaxed variantsViresh Kumar-8/+8
2012-03-22thermal: add support for thermal sensor present on SPEAr13xx machinesVincenzo Frascino-0/+215
2012-03-22thermal_sys: convert printks to pr_<level>Joe Perches-8/+6
2012-03-22thermal_sys: kernel style cleanupsJoe Perches-17/+13
2012-03-22thermal_sys: remove obfuscating used-once macrosJoe Perches-20/+12
2012-03-22thermal_sys: remove unnecessary line continuationsJoe Perches-6/+5
2012-03-22drivers/thermal/thermal_sys.c: fix build warningFabio Estevam-2/+1
2012-01-23thermal: Rename generate_netlink_eventJean Delvare-2/+2
2011-11-06thermal: Prevent polling from happening during system suspendRafael J. Wysocki-2/+2
2011-08-02thermal: make THERMAL_HWMON implementation fully internalJean Delvare-25/+92
2011-08-02thermal: split hwmon lookup to a separate functionJean Delvare-6/+19
2011-08-02thermal: hide CONFIG_THERMAL_HWMONJean Delvare-6/+2
2011-03-23ACPI:Fix goto flows in thermal-sysDurgadoss R-6/+7
2011-02-28ACPI: Fix build for CONFIG_NET unsetRafael J. Wysocki-20/+21
2011-01-12Merge branch 'misc' into releaseLen Brown-12/+5
2011-01-12thermal: Add event notification to thermal frameworkR.Durgadoss-1/+103
2010-11-30thermal: make ops constantAlan Cox-12/+5
2010-04-07drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sysSergey Senozhatsky-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-16Merge branch 'misc-2.6.33' into releaseLen Brown-1/+1
2009-12-16thermal: Fix test of unsigned in thermal_cooling_device_cur_state_store()Roel Kluin-1/+1
2009-11-05thermal: disable polling if passive_delay and polling_delay are both unsetFrans Pop-0/+2
2009-11-05thermal: Only set passive_delay for forced_passive coolingFrans Pop-6/+3
2009-11-05thermal: add sanity check for the passive attributeFrans Pop-0/+6
2009-11-05acpi: thermal: Add EOL to the trip_point_N_type stringsAmit Kucheria-5/+5
2009-09-19thermal: add missing Kconfig dependencyJan Beulich-0/+1
2009-08-26thermal_sys: check get_temp return valueMichael Brunner-1/+8
2009-06-15thermal: remove driver_data direct access of struct deviceGreg Kroah-Hartman-2/+2
2009-05-14thermal: fix off-by-1 error in trip point trigger conditionVladimir Zajac-4/+4
2009-03-27thermal: support forcing support for passive coolingMatthew Garrett-0/+77
2009-02-20ACPI: move thermal trip handling to generic thermal layerMatthew Garrett-2/+186
2009-02-20thermal: use integers rather than strings for thermal valuesMatthew Garrett-13/+78
2009-01-06thermal: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-3/+3
2008-06-25thermal: Create CONFIG_THERMAL_HWMON=nRene Herman-2/+11
2008-04-29thermal: re-name thermal.c to thermal_sys.cLen Brown-1/+0
2008-04-29thermal: add hwmon sysfs I/FZhang Rui-0/+163
2008-04-29thermal: add the support for building the generic thermal as a moduleZhang Rui-4/+5
2008-04-15acpi thermal trip points increased to 12Krzysztof Helt-0/+4
2008-03-18thermal: delete "default y"Len Brown-1/+0
2008-03-18Revert "thermal: fix generic thermal I/F for hwmon"Len Brown-144/+26
2008-03-13thermal: fix generic thermal I/F for hwmonZhang, Rui-26/+144
2008-02-15thermal: use ERR_PTR for returning errorThomas Sujith-13/+13
2008-02-15thermal: validate input parametersThomas Sujith-1/+12
2008-02-07ACPI: thermal: syntax, spelling, kernel-docLen Brown-23/+30
2008-02-01the generic thermal sysfs driverZhang Rui-0/+734