summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-opp'Rafael J. Wysocki2017-02-202-20/+6
|\
| * PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-302-20/+6
* | Revert "thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()"Fabio Estevam2017-01-251-3/+17
|/
* Merge branches 'thermal-core' and 'thermal-soc' into for-rcZhang Rui2017-01-201-53/+100
|\
| * thermal: rockchip: fixes the conversion tableCaesar Wang2017-01-161-1/+1
| * thermal: rockchip: handle set_trips without the trip pointsCaesar Wang2016-12-131-1/+15
| * thermal: rockchip: optimize the conversion tableCaesar Wang2016-12-131-1/+24
| * thermal: rockchip: fixes invalid temperature caseCaesar Wang2016-12-131-20/+28
| * thermal: rockchip: don't pass table structs by valueBrian Norris2016-12-131-40/+40
| * thermal: rockchip: improve conversion error messagesBrian Norris2016-12-131-2/+4
* | thermal: core: move tz->device.groups cleanup to thermal_releaseJacob von Chorus2017-01-061-5/+5
* | thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()Fabio Estevam2017-01-041-17/+3
|/
* 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