summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-131-175/+184
|\
| * Merge powerclamp driver updates (that depend on cpuidle material) for v4.10.Rafael J. Wysocki2016-12-121-175/+184
| |\
| | * thermal/intel_powerclamp: stop sched tick in forced idleJacob Pan2016-11-291-34/+1
| | * thermal/intel_powerclamp: Convert to CPU hotplug stateSebastian Andrzej Siewior2016-11-291-37/+36
| | * thermal/intel_powerclamp: Convert the kthread to kthread worker APIPetr Mladek2016-11-291-122/+170
| | * thermal/intel_powerclamp: Remove duplicated code that starts the kthreadPetr Mladek2016-11-291-25/+20
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-12-1317-1521/+1636
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'thermal-core', 'thermal-intel', 'thermal-soc-fixes' and 'ther...Zhang Rui2016-11-3015-1518/+1633
| |\ \ \ \ \
| | | | * | | thermal: core: move slop and offset helpers to thermal_helpers.cEduardo Valentin2016-11-232-30/+30
| | | | * | | thermal: sysfs: use kcalloc() instead of kzalloc()Eduardo Valentin2016-11-231-5/+8
| | | | * | | thermal: core: use kzalloc(sizeof(*ptr),...)Eduardo Valentin2016-11-231-4/+3
| | | | * | | thermal: core: improve kerneldoc entry of thermal_cooling_device_unregisterEduardo Valentin2016-11-231-3/+3
| | | | * | | thermal: core: remove style warnings and checksEduardo Valentin2016-11-231-11/+11
| | | | * | | thermal: core: remove void function return statementsEduardo Valentin2016-11-231-2/+0
| | | | * | | thermal: core: standardize line breaking alignmentEduardo Valentin2016-11-231-13/+19
| | | | * | | thermal: core: small style fix when checking for __find_governor()Eduardo Valentin2016-11-231-2/+2
| | | | * | | thermal: core: remove FSF address in the GPL noticeEduardo Valentin2016-11-231-13/+0
| | | | * | | thermal: sysfs: remove symbols of emul_temp when config is disabledEduardo Valentin2016-11-231-1/+3
| | | | * | | thermal: core: add a comment describing the device management sectionEduardo Valentin2016-11-231-2/+9
| | | | * | | thermal: core: add a comment describing the power actor sectionEduardo Valentin2016-11-231-0/+7
| | | | * | | thermal: core: add a comment describing the main update loopEduardo Valentin2016-11-231-0/+11
| | | | * | | thermal: core: move notify to the zone update sectionEduardo Valentin2016-11-231-18/+18
| | | | * | | thermal: core: add inline to print_bind_err_msg()Eduardo Valentin2016-11-231-2/+3
| | | | * | | thermal: core: move __bind() to where it is usedEduardo Valentin2016-11-231-33/+33
| | | | * | | thermal: core: fix couple of style issues on __bind() helperEduardo Valentin2016-11-231-5/+5
| | | | * | | thermal: core: move bind_tz() to where it is usedEduardo Valentin2016-11-231-40/+40
| | | | * | | thermal: core: move bind_cdev() to where it is usedEduardo Valentin2016-11-231-38/+38
| | | | * | | thermal: core: move __unbind() helper to where it is usedEduardo Valentin2016-11-231-10/+10
| | | | * | | thermal: core: small style fix on __unbind() helperEduardo Valentin2016-11-231-1/+1
| | | | * | | thermal: core: move idr handling to device management sectionEduardo Valentin2016-11-231-24/+24
| | | | * | | thermal: core: group functions related to governor handlingEduardo Valentin2016-11-231-73/+80
| | | | * | | thermal: core: introduce thermal_helpers.cEduardo Valentin2016-11-233-171/+198
| | | | * | | thermal: core: remove a couple of style issues on helpersEduardo Valentin2016-11-231-4/+5
| | | | * | | thermal: core: move cooling device sysfs to thermal_sysfs.cEduardo Valentin2016-11-233-127/+145
| | | | * | | thermal: core: move to_cooling_device macro to header fileEduardo Valentin2016-11-232-3/+3
| | | | * | | thermal: core: move thermal_zone sysfs to thermal_sysfs.cEduardo Valentin2016-11-234-610/+637
| | | | * | | 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-232-3/+3
| | | | * | | thermal: core: split available_policies_show()Eduardo Valentin2016-11-232-15/+21
| | | | * | | thermal: core: split policy_storeEduardo Valentin2016-11-232-13/+25
| | | | * | | thermal: core: split passive_storeEduardo Valentin2016-11-232-21/+45
| | | | * | | 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
OpenPOWER on IntegriCloud