[GIT PULL] Thermal management updates for v4.8-rc2

From: Zhang Rui
Date: Sun Aug 14 2016 - 21:52:30 EST


Hi, Linus,

Please pull from
 git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git next

to receive the latest Thermal Management updates for v4.8-rc2 with
top-most commit 1577ddfac75ff9690ebd0d210bc7f1345c9d29ef:

 Merge branches 'thermal-intel' and 'thermal-core' into next (2016-08-
08 10:59:35 +0800)

on top of commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

 Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

Specifics:
- Fix a race condition when updating cooling device, which may lead to
a situation where a thermal governor never updates the cooling device.
FromÂMichele Di Giorgio.
- Fix a zero division error when disabling the forced idle injection
from the intel powerclamp. From:ÂPetr Mladek.
- Add suspend/resume callback forÂintel_pch_thermal thermal driver.
FromÂSrinivas Pandruvada.
- Another two fixes for clocking cooling driver and hwmon sysfs I/F.
>From Michele Di Giorgio andÂKuninori Morimoto.

thanks,
rui

----------------------------------------------------------------
Kuninori Morimoto (1):
ÂÂÂÂÂÂthermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfs

Michele Di Giorgio (1):
ÂÂÂÂÂÂthermal: fix race condition when updating cooling device

Petr Mladek (1):
ÂÂÂÂÂÂthermal/powerclamp: Prevent division by zero when counting
interval

Srinivas Pandruvada (1):
ÂÂÂÂÂÂthermal: intel_pch_thermal: Add suspend/resume callback

Wei Yongjun (1):
ÂÂÂÂÂÂthermal: clock_cooling: Fix missing mutex_init()

Zhang Rui (1):
ÂÂÂÂÂÂMerge branches 'thermal-intel' and 'thermal-core' into next

Âdrivers/thermal/clock_cooling.cÂÂÂÂÂ|ÂÂ1 +
Âdrivers/thermal/fair_share.cÂÂÂÂÂÂÂÂ|ÂÂ2 ++
Âdrivers/thermal/gov_bang_bang.cÂÂÂÂÂ|ÂÂ2 ++
Âdrivers/thermal/intel_pch_thermal.c | 60
++++++++++++++++++++++++++++++++++++-
Âdrivers/thermal/intel_powerclamp.cÂÂ| 11 ++++---
Âdrivers/thermal/power_allocator.cÂÂÂ|ÂÂ2 ++
Âdrivers/thermal/step_wise.cÂÂÂÂÂÂÂÂÂ|ÂÂ2 ++
Âdrivers/thermal/thermal_core.cÂÂÂÂÂÂ| 10 +++++--
Âdrivers/thermal/thermal_hwmon.cÂÂÂÂÂ|ÂÂ2 ++
Â9 files changed, 84 insertions(+), 8 deletions(-)