aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-13Merge branches 'for-rc' and 'ti-soc' of .git into nextZhang Rui1-1/+2
2013-06-13thermal: consider emul_temperature while computing trendEduardo Valentin1-1/+2
2013-05-28Thermal: core: Ask .get_trip_temp() to register thermal zone device.Jonghwa Lee1-1/+1
2013-05-28thermal: cut the spaces when user sets policyAndy Shevchenko1-1/+5
2013-04-27thermal: thermal_core: remove usage of IS_ERR_OR_NULLEduardo Valentin1-1/+1
2013-04-25thermal: update kernel-doc for thermal_zone_device_registerEduardo Valentin1-1/+8
2013-04-25thermal: update kernel-doc for create_trip_attrsEduardo Valentin1-1/+6
2013-04-25thermal: update kernel-doc for thermal_cooling_device_registerEduardo Valentin1-1/+8
2013-04-25thermal: update kernel-doc for thermal_zone_unbind_cooling_deviceEduardo Valentin1-3/+8
2013-04-25thermal: update kernel-doc for thermal_zone_bind_cooling_deviceEduardo Valentin1-3/+13
2013-04-25thermal: use EXPORT_SYMBOL_GPLEduardo Valentin1-9/+9
2013-04-25thermal: rename notify_thermal_framework to thermal_notify_frameworkEduardo Valentin1-3/+3
2013-04-25thermal: update driver licenseEduardo Valentin1-1/+1
2013-04-25thermal: use strlcpy instead of strcpyEduardo Valentin1-2/+2
2013-04-15thermal: expose thermal_zone_get_temp APIEduardo Valentin1-3/+17
2013-04-15thermal: introduce thermal_zone_get_zone_by_name helper functionEduardo Valentin1-0/+38
2013-04-14Thermal: build thermal governors into thermal_sys moduleZhang Rui1-11/+48
2013-04-14Thermal: rename thermal_sys.c to thermal_core.cZhang Rui1-0/+1888