summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: Do not log an error if thermal_zone_get_temp returns -EAGAINHans de Goede2015-04-071-2/+4
* thermal: Make sysfs attributes of cooling devices default attributesMatthias Kaehlcke2015-03-051-20/+17
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-5/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2014-12-211-2/+4
|\
| * thermal:core:fix: Check return code of the ->get_max_state() callbackLukasz Majewski2014-12-081-2/+4
* | thermal: Fix error path in thermal_init()Luis Henriques2014-12-081-2/+2
* | thermal: lock the thermal zone when switching governorsJavi Merino2014-12-081-0/+2
* | thermal: core: ignore invalid trip temperatureSrinivas Pandruvada2014-12-081-1/+1
|/
* Thermal:Remove usless if(!result) before return tzYao Dongdong2014-11-031-2/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-10-241-0/+12
|\
| * Merge branches 'eduardo-soc' and 'bang-bang-governor' of .git into nextZhang Rui2014-09-181-0/+5
| |\
| | * thermal: Added Bang-bang thermal governorPeter Feuerer2014-08-271-0/+5
| * | thermal: trace: Trace when temperature is above a trip pointPunit Agrawal2014-07-291-0/+2
| * | thermal: trace: Trace when a cooling device's state is updatedPunit Agrawal2014-07-291-0/+1
| * | thermal: trace: Trace temperature changesPunit Agrawal2014-07-291-0/+4
| |/
* | thermal: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-4/+4
|/
* Thermal: thermal zone governor fixZhang Rui2014-03-031-7/+18
* Thermal: Allow first update of cooling device stateNi Wade2014-03-031-1/+1
*-. Merge branches 'misc' and 'soc' of .git into nextZhang Rui2014-01-031-0/+3
|\ \
| * | Thermal: update thermal zone device after setting emul_templan,Tianyu2014-01-031-0/+3
| | |
| \ \
*-. \ \ Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git int...Zhang Rui2014-01-021-7/+70
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * thermal: core: introduce thermal_of_cooling_device_registerEduardo Valentin2013-12-041-4/+54
| | * thermal: introduce device tree parserEduardo Valentin2013-12-041-1/+8
| | * thermal: allow registering without .get_tempEduardo Valentin2013-12-041-2/+8
| |/
* | thermal: debug: add debug statement for core and step_wiseAaron Lu2014-01-021-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-16/+9
|\
| * genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-16/+8
| * 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/+1
*-. 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-251-1/+8
* thermal: update kernel-doc for create_trip_attrsEduardo Valentin2013-04-251-1/+6
* thermal: update kernel-doc for thermal_cooling_device_registerEduardo Valentin2013-04-251-1/+8
* thermal: update kernel-doc for thermal_zone_unbind_cooling_deviceEduardo Valentin2013-04-251-3/+8
* thermal: update kernel-doc for thermal_zone_bind_cooling_deviceEduardo Valentin2013-04-251-3/+13
* thermal: use EXPORT_SYMBOL_GPLEduardo Valentin2013-04-251-9/+9
* thermal: rename notify_thermal_framework to thermal_notify_frameworkEduardo Valentin2013-04-251-3/+3
* thermal: update driver licenseEduardo Valentin2013-04-251-1/+1
* thermal: use strlcpy instead of strcpyEduardo Valentin2013-04-251-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
OpenPOWER on IntegriCloud