aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-02thermal: remove dangling 'weight_attr' device fileViresh Kumar1-0/+1
2015-05-11thermal: support slope and offset coefficientsEduardo Valentin1-0/+4
2015-05-04thermal: export thermal_zone_parameters to sysfsJavi Merino1-0/+101
2015-05-04thermal: core: Add Kconfig option to enable writable tripsPunit Agrawal1-1/+2
2015-05-04thermal: introduce the Power Allocator governorJavi Merino1-2/+7
2015-05-04thermal: extend the cooling device API to include power informationJavi Merino1-0/+52
2015-05-04thermal: let governors have private data for each thermal zoneJavi Merino1-8/+75
2015-05-04thermal: export weight to sysfsJavi Merino1-0/+40
2015-05-04thermal: of: fix cooling device weights in device treeKapileshwar Singh1-6/+16
2015-04-07thermal: Do not log an error if thermal_zone_get_temp returns -EAGAINHans de Goede1-2/+4
2015-03-05thermal: Make sysfs attributes of cooling devices default attributesMatthias Kaehlcke1-20/+17
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-5/+1
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-socZhang Rui1-2/+4
2014-12-08thermal:core:fix: Check return code of the ->get_max_state() callbackLukasz Majewski1-2/+4
2014-12-08thermal: Fix error path in thermal_init()Luis Henriques1-2/+2
2014-12-08thermal: lock the thermal zone when switching governorsJavi Merino1-0/+2
2014-12-08thermal: core: ignore invalid trip temperatureSrinivas Pandruvada1-1/+1
2014-11-03Thermal:Remove usless if(!result) before return tzYao Dongdong1-2/+1
2014-10-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-0/+12
2014-10-14thermal: replace strnicmp with strncasecmpRasmus Villemoes1-4/+4
2014-09-18Merge branches 'eduardo-soc' and 'bang-bang-governor' of .git into nextZhang Rui1-0/+5
2014-08-27thermal: Added Bang-bang thermal governorPeter Feuerer1-0/+5
2014-07-29thermal: trace: Trace when temperature is above a trip pointPunit Agrawal1-0/+2
2014-07-29thermal: trace: Trace when a cooling device's state is updatedPunit Agrawal1-0/+1
2014-07-29thermal: trace: Trace temperature changesPunit Agrawal1-0/+4
2014-03-03Thermal: thermal zone governor fixZhang Rui1-7/+18
2014-03-03Thermal: Allow first update of cooling device stateNi Wade1-1/+1
2014-01-03Merge branches 'misc' and 'soc' of .git into nextZhang Rui1-0/+3
2014-01-03Thermal: update thermal zone device after setting emul_templan,Tianyu1-0/+3
2014-01-02Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git into nextZhang Rui1-7/+70
2014-01-02thermal: debug: add debug statement for core and step_wiseAaron Lu1-0/+6
2013-12-04thermal: core: introduce thermal_of_cooling_device_registerEduardo Valentin1-4/+54
2013-12-04thermal: introduce device tree parserEduardo Valentin1-1/+8
2013-12-04thermal: allow registering without .get_tempEduardo Valentin1-2/+8
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-16/+9
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-16/+8
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+2
2013-11-06thermal: Fix binding problem when there is thermal zone paramsNi Wade1-3/+4
2013-10-14Thermal: Check for validity before doing kfreedurgadoss.r@intel.com1-1/+2
2013-09-03thermal: thermal_core: allow binding with limits on bind_paramsEduardo Valentin1-4/+15
2013-09-03drivers: thermal: make usage of CONFIG_THERMAL_HWMON optionalEduardo Valentin1-3/+5
2013-09-03thermal: hwmon: move hwmon support to single fileEduardo Valentin1-254/+1
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