| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | * | thermal: convert clock cooling to use an IDA | Matthew Wilcox | 2017-01-04 | 1 | -42/+8 |
| | | | * | thermal core: convert ID allocation to IDA | Matthew Wilcox | 2017-01-04 | 1 | -49/+26 |
| | | * | | thermal/intel_powerclamp: Remove set-but-not-used variables | Augusto Mecking Caringi | 2017-02-07 | 1 | -4/+0 |
| | * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Zhang Rui | 2017-02-21 | 11 | -57/+625 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | thermal: mtk_thermal: Staticise a number of data variables | Vivek Gautam | 2017-02-18 | 1 | -8/+8 |
| | | * | | thermal: arm: dra752: Remove all TSHUT related definitions | Keerthy | 2017-02-18 | 2 | -44/+0 |
| | | * | | thermal: arm: dra752: Remove TSHUT configuration | Keerthy | 2017-02-18 | 1 | -2/+1 |
| | | * | | thermal: ti-soc-thermal: Remove CPU_THERMAL Dependency from TI_THERMAL | Keerthy | 2017-02-18 | 1 | -1/+0 |
| | | * | | thermal: imx: Fix possible NULL dereference. | Shailendra Verma | 2017-02-18 | 1 | -0/+4 |
| | | * | | thermal: exynos: Remove parsing unused samsung,tmu_cal_mode property | Krzysztof Kozlowski | 2017-02-18 | 2 | -2/+0 |
| | | * | | thermal: zx2967: add thermal driver for ZTE's zx2967 family | Baoyou Xie | 2017-02-18 | 3 | -0/+267 |
| | | * | | thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver | Wolfram Sang | 2017-01-19 | 3 | -0/+345 |
| | | |/ |
|
| * | | | thermal: use cpumask_var_t for on-stack cpu masks | Arnd Bergmann | 2017-02-10 | 1 | -13/+26 |
| |/ / |
|
* | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2017-02-20 | 2 | -20/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | PM / OPP: Update OPP users to put reference | Viresh Kumar | 2017-01-30 | 2 | -20/+6 |
* | | | 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 |