| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()" | Fabio Estevam | 2017-01-25 | 1 | -3/+17 |
* | Merge branches 'thermal-core' and 'thermal-soc' into for-rc | Zhang Rui | 2017-01-20 | 1 | -53/+100 |
|\ |
|
| * | thermal: rockchip: fixes the conversion table | Caesar Wang | 2017-01-16 | 1 | -1/+1 |
| * | thermal: rockchip: handle set_trips without the trip points | Caesar Wang | 2016-12-13 | 1 | -1/+15 |
| * | thermal: rockchip: optimize the conversion table | Caesar Wang | 2016-12-13 | 1 | -1/+24 |
| * | thermal: rockchip: fixes invalid temperature case | Caesar Wang | 2016-12-13 | 1 | -20/+28 |
| * | thermal: rockchip: don't pass table structs by value | Brian Norris | 2016-12-13 | 1 | -40/+40 |
| * | thermal: rockchip: improve conversion error messages | Brian Norris | 2016-12-13 | 1 | -2/+4 |
* | | thermal: core: move tz->device.groups cleanup to thermal_release | Jacob von Chorus | 2017-01-06 | 1 | -5/+5 |
* | | thermal: thermal_hwmon: Convert to hwmon_device_register_with_info() | Fabio Estevam | 2017-01-04 | 1 | -17/+3 |
|/ |
|
* | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2016-12-13 | 1 | -175/+184 |
|\ |
|
| * | Merge powerclamp driver updates (that depend on cpuidle material) for v4.10. | Rafael J. Wysocki | 2016-12-12 | 1 | -175/+184 |
| |\ |
|
| | * | thermal/intel_powerclamp: stop sched tick in forced idle | Jacob Pan | 2016-11-29 | 1 | -34/+1 |
| | * | thermal/intel_powerclamp: Convert to CPU hotplug state | Sebastian Andrzej Siewior | 2016-11-29 | 1 | -37/+36 |
| | * | thermal/intel_powerclamp: Convert the kthread to kthread worker API | Petr Mladek | 2016-11-29 | 1 | -122/+170 |
| | * | thermal/intel_powerclamp: Remove duplicated code that starts the kthread | Petr Mladek | 2016-11-29 | 1 | -25/+20 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2016-12-13 | 17 | -1521/+1636 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'thermal-core', 'thermal-intel', 'thermal-soc-fixes' and 'ther... | Zhang Rui | 2016-11-30 | 15 | -1518/+1633 |
| |\ \ \ \ \ |
|
| | | | * | | | thermal: core: move slop and offset helpers to thermal_helpers.c | Eduardo Valentin | 2016-11-23 | 2 | -30/+30 |
| | | | * | | | thermal: sysfs: use kcalloc() instead of kzalloc() | Eduardo Valentin | 2016-11-23 | 1 | -5/+8 |
| | | | * | | | thermal: core: use kzalloc(sizeof(*ptr),...) | Eduardo Valentin | 2016-11-23 | 1 | -4/+3 |
| | | | * | | | thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister | Eduardo Valentin | 2016-11-23 | 1 | -3/+3 |
| | | | * | | | thermal: core: remove style warnings and checks | Eduardo Valentin | 2016-11-23 | 1 | -11/+11 |
| | | | * | | | thermal: core: remove void function return statements | Eduardo Valentin | 2016-11-23 | 1 | -2/+0 |
| | | | * | | | thermal: core: standardize line breaking alignment | Eduardo Valentin | 2016-11-23 | 1 | -13/+19 |
| | | | * | | | thermal: core: small style fix when checking for __find_governor() | Eduardo Valentin | 2016-11-23 | 1 | -2/+2 |
| | | | * | | | thermal: core: remove FSF address in the GPL notice | Eduardo Valentin | 2016-11-23 | 1 | -13/+0 |
| | | | * | | | thermal: sysfs: remove symbols of emul_temp when config is disabled | Eduardo Valentin | 2016-11-23 | 1 | -1/+3 |
| | | | * | | | thermal: core: add a comment describing the device management section | Eduardo Valentin | 2016-11-23 | 1 | -2/+9 |
| | | | * | | | thermal: core: add a comment describing the power actor section | Eduardo Valentin | 2016-11-23 | 1 | -0/+7 |
| | | | * | | | thermal: core: add a comment describing the main update loop | Eduardo Valentin | 2016-11-23 | 1 | -0/+11 |
| | | | * | | | thermal: core: move notify to the zone update section | Eduardo Valentin | 2016-11-23 | 1 | -18/+18 |
| | | | * | | | thermal: core: add inline to print_bind_err_msg() | Eduardo Valentin | 2016-11-23 | 1 | -2/+3 |
| | | | * | | | thermal: core: move __bind() to where it is used | Eduardo Valentin | 2016-11-23 | 1 | -33/+33 |
| | | | * | | | thermal: core: fix couple of style issues on __bind() helper | Eduardo Valentin | 2016-11-23 | 1 | -5/+5 |
| | | | * | | | thermal: core: move bind_tz() to where it is used | Eduardo Valentin | 2016-11-23 | 1 | -40/+40 |
| | | | * | | | thermal: core: move bind_cdev() to where it is used | Eduardo Valentin | 2016-11-23 | 1 | -38/+38 |
| | | | * | | | thermal: core: move __unbind() helper to where it is used | Eduardo Valentin | 2016-11-23 | 1 | -10/+10 |
| | | | * | | | thermal: core: small style fix on __unbind() helper | Eduardo Valentin | 2016-11-23 | 1 | -1/+1 |
| | | | * | | | thermal: core: move idr handling to device management section | Eduardo Valentin | 2016-11-23 | 1 | -24/+24 |
| | | | * | | | thermal: core: group functions related to governor handling | Eduardo Valentin | 2016-11-23 | 1 | -73/+80 |
| | | | * | | | thermal: core: introduce thermal_helpers.c | Eduardo Valentin | 2016-11-23 | 3 | -171/+198 |
| | | | * | | | thermal: core: remove a couple of style issues on helpers | Eduardo Valentin | 2016-11-23 | 1 | -4/+5 |
| | | | * | | | thermal: core: move cooling device sysfs to thermal_sysfs.c | Eduardo Valentin | 2016-11-23 | 3 | -127/+145 |
| | | | * | | | thermal: core: move to_cooling_device macro to header file | Eduardo Valentin | 2016-11-23 | 2 | -3/+3 |
| | | | * | | | thermal: core: move thermal_zone sysfs to thermal_sysfs.c | Eduardo Valentin | 2016-11-23 | 4 | -610/+637 |
| | | | * | | | thermal: core: match parenthesis on code alignment | Eduardo Valentin | 2016-11-23 | 1 | -7/+7 |
| | | | * | | | thermal: core: treat correctly the return value of *scanf calls | Eduardo Valentin | 2016-11-23 | 1 | -7/+7 |
| | | | * | | | thermal: core: move to_thermal_zone() macro to header file | Eduardo Valentin | 2016-11-23 | 2 | -3/+3 |
| | | | * | | | thermal: core: split available_policies_show() | Eduardo Valentin | 2016-11-23 | 2 | -15/+21 |