summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * thermal: core: match parenthesis on code alignmentEduardo Valentin2016-11-231-7/+7
| * thermal: core: treat correctly the return value of *scanf callsEduardo Valentin2016-11-231-7/+7
| * thermal: core: move to_thermal_zone() macro to header fileEduardo Valentin2016-11-231-3/+0
| * thermal: core: split available_policies_show()Eduardo Valentin2016-11-231-15/+20
| * thermal: core: split policy_storeEduardo Valentin2016-11-231-13/+24
| * thermal: core: split passive_storeEduardo Valentin2016-11-231-21/+41
| * thermal: core: remove unnecessary device_remove() callsEduardo Valentin2016-11-231-5/+0
| * thermal: core: move trips attributes to tz->device.groupsEduardo Valentin2016-11-231-38/+48
| * thermal: core: create tz->device.groups dynamicallyEduardo Valentin2016-11-231-3/+22
| * thermal: core: move the trip attrs to the tz sysfs I/F sectionEduardo Valentin2016-11-231-108/+108
| * thermal: core: fix style on remove_trip_attrs()Eduardo Valentin2016-11-231-1/+1
| * thermal: core: remove useless empty lineEduardo Valentin2016-11-231-1/+0
| * 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/+4
| * thermal: core: use dev.groups to manage always present tz attributesEduardo Valentin2016-11-231-53/+34
| * 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/+0
|/
* 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-271-1/+1
* thermal: consistently use int for trip tempWei Ni2016-04-201-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-061-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/+19
| * | thermal: remove unnecessary call to thermal_zone_device_set_pollingSascha Hauer2015-08-031-3/+0
| * | thermal: trivial: fix typo in commentSascha Hauer2015-08-031-1/+1
| * | thermal: consistently use int for temperaturesSascha Hauer2015-08-031-14/+12
| * | thermal: add available policies sysfs attributeNi Wade2015-08-031-0/+28
| |/
* / thermal: remove dangling 'weight_attr' device fileViresh Kumar2015-08-021-0/+1
|/
* thermal: support slope and offset coefficientsEduardo Valentin2015-05-111-0/+4
* thermal: export thermal_zone_parameters to sysfsJavi Merino2015-05-041-0/+101
* thermal: core: Add Kconfig option to enable writable tripsPunit Agrawal2015-05-041-1/+2
* thermal: introduce the Power Allocator governorJavi Merino2015-05-041-2/+7
* thermal: extend the cooling device API to include power informationJavi Merino2015-05-041-0/+52