summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-16/+9Star
|\
| * genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-16/+8Star
| * genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+2
* | thermal: Fix binding problem when there is thermal zone paramsNi Wade2013-11-061-3/+4
* | Thermal: Check for validity before doing kfreedurgadoss.r@intel.com2013-10-141-1/+2
|/
* thermal: thermal_core: allow binding with limits on bind_paramsEduardo Valentin2013-09-031-4/+15
* drivers: thermal: make usage of CONFIG_THERMAL_HWMON optionalEduardo Valentin2013-09-031-3/+5
* thermal: hwmon: move hwmon support to single fileEduardo Valentin2013-09-031-254/+1Star
*-. Merge branches 'for-rc' and 'ti-soc' of .git into nextZhang Rui2013-06-131-1/+2
|\ \
| * | thermal: consider emul_temperature while computing trendEduardo Valentin2013-06-131-1/+2
| |/
* | Thermal: core: Ask .get_trip_temp() to register thermal zone device.Jonghwa Lee2013-05-281-1/+1
* | thermal: cut the spaces when user sets policyAndy Shevchenko2013-05-281-1/+5
|/
* thermal: thermal_core: remove usage of IS_ERR_OR_NULLEduardo Valentin2013-04-271-1/+1
* thermal: update kernel-doc for thermal_zone_device_registerEduardo Valentin2013-04-241-1/+8
* thermal: update kernel-doc for create_trip_attrsEduardo Valentin2013-04-241-1/+6
* thermal: update kernel-doc for thermal_cooling_device_registerEduardo Valentin2013-04-241-1/+8
* thermal: update kernel-doc for thermal_zone_unbind_cooling_deviceEduardo Valentin2013-04-241-3/+8
* thermal: update kernel-doc for thermal_zone_bind_cooling_deviceEduardo Valentin2013-04-241-3/+13
* thermal: use EXPORT_SYMBOL_GPLEduardo Valentin2013-04-241-9/+9
* thermal: rename notify_thermal_framework to thermal_notify_frameworkEduardo Valentin2013-04-241-3/+3
* thermal: update driver licenseEduardo Valentin2013-04-241-1/+1
* thermal: use strlcpy instead of strcpyEduardo Valentin2013-04-241-2/+2
* thermal: expose thermal_zone_get_temp APIEduardo Valentin2013-04-151-3/+17
* thermal: introduce thermal_zone_get_zone_by_name helper functionEduardo Valentin2013-04-151-0/+38
* Thermal: build thermal governors into thermal_sys moduleZhang Rui2013-04-141-11/+48
* Thermal: rename thermal_sys.c to thermal_core.cZhang Rui2013-04-131-0/+1888