aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11thermal: core: Fix resources release in error paths in thermal_zone_device_register()Christophe Jaillet1-10/+13
2017-08-11thermal: core: Use the new 'thermal_zone_destroy_device_groups()' helper functionChristophe Jaillet1-5/+1
2017-08-08thermal: core: fix some format issues on critical shutdown stringIcenowy Zheng1-1/+1
2017-05-23thermal: core: make thermal_emergency_poweroff staticColin Ian King1-1/+1
2017-05-05thermal: core: Add a back up thermal shutdown mechanismKeerthy1-0/+53
2017-05-05thermal: core: Allow orderly_poweroff to be called only onceKeerthy1-1/+10
2017-02-22Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conversion' into nextZhang Rui1-49/+26
2017-01-06thermal: core: move tz->device.groups cleanup to thermal_releaseJacob von Chorus1-5/+5
2017-01-04thermal core: convert ID allocation to IDAMatthew Wilcox1-49/+26
2016-12-13Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-1138/+306
2016-11-23thermal: core: move slop and offset helpers to thermal_helpers.cEduardo Valentin1-30/+0
2016-11-23thermal: core: use kzalloc(sizeof(*ptr),...)Eduardo Valentin1-4/+3
2016-11-23thermal: core: improve kerneldoc entry of thermal_cooling_device_unregisterEduardo Valentin1-3/+3
2016-11-23thermal: core: remove style warnings and checksEduardo Valentin1-11/+11
2016-11-23thermal: core: remove void function return statementsEduardo Valentin1-2/+0
2016-11-23thermal: core: standardize line breaking alignmentEduardo Valentin1-13/+19
2016-11-23thermal: core: small style fix when checking for __find_governor()Eduardo Valentin1-2/+2
2016-11-23thermal: core: remove FSF address in the GPL noticeEduardo Valentin1-13/+0
2016-11-23thermal: core: add a comment describing the device management sectionEduardo Valentin1-2/+9
2016-11-23thermal: core: add a comment describing the power actor sectionEduardo Valentin1-0/+7
2016-11-23thermal: core: add a comment describing the main update loopEduardo Valentin1-0/+11
2016-11-23thermal: core: move notify to the zone update sectionEduardo Valentin1-18/+18
2016-11-23thermal: core: add inline to print_bind_err_msg()Eduardo Valentin1-2/+3
2016-11-23thermal: core: move __bind() to where it is usedEduardo Valentin1-33/+33
2016-11-23thermal: core: fix couple of style issues on __bind() helperEduardo Valentin1-5/+5
2016-11-23thermal: core: move bind_tz() to where it is usedEduardo Valentin1-40/+40
2016-11-23thermal: core: move bind_cdev() to where it is usedEduardo Valentin1-38/+38
2016-11-23thermal: core: move __unbind() helper to where it is usedEduardo Valentin1-10/+10
2016-11-23thermal: core: small style fix on __unbind() helperEduardo Valentin1-1/+1
2016-11-23thermal: core: move idr handling to device management sectionEduardo Valentin1-24/+24
2016-11-23thermal: core: group functions related to governor handlingEduardo Valentin1-73/+80
2016-11-23thermal: core: introduce thermal_helpers.cEduardo Valentin1-170/+0
2016-11-23thermal: core: remove a couple of style issues on helpersEduardo Valentin1-4/+5
2016-11-23thermal: core: move cooling device sysfs to thermal_sysfs.cEduardo Valentin1-127/+1
2016-11-23thermal: core: move to_cooling_device macro to header fileEduardo Valentin1-3/+0
2016-11-23thermal: core: move thermal_zone sysfs to thermal_sysfs.cEduardo Valentin1-609/+0
2016-11-23thermal: core: match parenthesis on code alignmentEduardo Valentin1-7/+7
2016-11-23thermal: core: treat correctly the return value of *scanf callsEduardo Valentin1-7/+7
2016-11-23thermal: core: move to_thermal_zone() macro to header fileEduardo Valentin1-3/+0
2016-11-23thermal: core: split available_policies_show()Eduardo Valentin1-15/+20
2016-11-23thermal: core: split policy_storeEduardo Valentin1-13/+24
2016-11-23thermal: core: split passive_storeEduardo Valentin1-21/+41
2016-11-23thermal: core: remove unnecessary device_remove() callsEduardo Valentin1-5/+0
2016-11-23thermal: core: move trips attributes to tz->device.groupsEduardo Valentin1-38/+48
2016-11-23thermal: core: create tz->device.groups dynamicallyEduardo Valentin1-3/+22
2016-11-23thermal: core: move the trip attrs to the tz sysfs I/F sectionEduardo Valentin1-108/+108
2016-11-23thermal: core: fix style on remove_trip_attrs()Eduardo Valentin1-1/+1
2016-11-23thermal: core: remove useless empty lineEduardo Valentin1-1/+0
2016-11-23thermal: core: move power actor code out of sysfs I/F sectionEduardo Valentin1-83/+83
2016-11-23thermal: core: improve power actor documentationEduardo Valentin1-2/+3