summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * thermal: core: remove useless empty lineEduardo Valentin2016-11-231-1/+0Star
| * thermal: core: move power actor code out of sysfs I/F sectionEduardo Valentin2016-11-231-83/+83
| * thermal: core: improve power actor documentationEduardo Valentin2016-11-231-2/+3
| * thermal: core: move passive attr to tz->device.groupsEduardo Valentin2016-11-231-9/+36
| * thermal: core: move mode attribute to tz->device.groupsEduardo Valentin2016-11-231-8/+28
| * thermal: core: move emul_temp creation to tz->device.groupsEduardo Valentin2016-11-231-7/+4Star
| * thermal: core: use dev.groups to manage always present tz attributesEduardo Valentin2016-11-231-53/+34Star
| * thermal: core: group device_create_file() calls that are always createdEduardo Valentin2016-11-231-12/+12
| * thermal: core: group thermal_zone DEVICE_ATTR's declarationsEduardo Valentin2016-11-231-10/+10
| * thermal: core: prevent zones with no types to be registeredEduardo Valentin2016-11-231-8/+8
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-0/+1
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0Star
|/
* thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada2016-09-271-8/+13
* thermal: Add support for hardware-tracked trip pointsSascha Hauer2016-09-271-0/+55
* thermal: core: export apis to get slope and offsetRajendra Nayak2016-09-271-0/+30
* thermal: fix race condition when updating cooling deviceMichele Di Giorgio2016-08-081-3/+7
* thermal: use %d to print S32 parametersLeo Yan2016-04-281-1/+1
* thermal: consistently use int for trip tempWei Ni2016-04-211-4/+4
* Thermal: Ignore invalid trip pointsZhang Rui2016-03-181-1/+12
*-. Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into ...Zhang Rui2016-01-231-4/+77
|\ \
| | * thermal: trip_point_temp_store() calls thermal_zone_device_update()Kuninori Morimoto2016-01-071-1/+5
| |/ |/|
| * Thermal: do thermal zone update after a cooling device registeredChen Yu2015-12-291-1/+13
| * Thermal: handle thermal zone device properly during system sleepZhang Rui2015-12-291-0/+42
| * Thermal: initialize thermal zone device correctlyZhang Rui2015-12-291-2/+17
|/
* thermal: Add a function to get the minimum powerJavi Merino2015-09-141-0/+28
*-. Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui2015-09-021-44/+65
|\ \
| * | thermal: Add comment explaining test for critical temperatureSascha Hauer2015-08-031-0/+5
| * | thermal: Use IS_ENABLED instead of #ifdefSascha Hauer2015-08-031-26/+19Star
| * | thermal: remove unnecessary call to thermal_zone_device_set_pollingSascha Hauer2015-08-031-3/+0Star
| * | thermal: trivial: fix typo in commentSascha Hauer2015-08-031-1/+1
| * | thermal: consistently use int for temperaturesSascha Hauer2015-08-031-14/+12Star
| * | thermal: add available policies sysfs attributeNi Wade2015-08-031-0/+28
| |/
* / thermal: remove dangling 'weight_attr' device fileViresh Kumar2015-08-031-0/+1
|/
* thermal: support slope and offset coefficientsEduardo Valentin2015-05-121-0/+4
* thermal: export thermal_zone_parameters to sysfsJavi Merino2015-05-051-0/+101
* thermal: core: Add Kconfig option to enable writable tripsPunit Agrawal2015-05-051-1/+2
* thermal: introduce the Power Allocator governorJavi Merino2015-05-051-2/+7
* thermal: extend the cooling device API to include power informationJavi Merino2015-05-051-0/+52
* thermal: let governors have private data for each thermal zoneJavi Merino2015-05-051-8/+75
* thermal: export weight to sysfsJavi Merino2015-05-051-0/+40
* thermal: of: fix cooling device weights in device treeKapileshwar Singh2015-05-051-6/+16
* 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/+17Star
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-5/+1Star
* 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-091-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
|/