[GIT PULL] Thermal management updates for v4.10-rc5

From: Zhang Rui
Date: Sat Jan 21 2017 - 22:06:39 EST


Hi, Linus,

Please pull from
 git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git for-rc

to receive the latest Thermal Management updates for v4.10-rc5 with
top-most commitÂbad94f8068122b6342a73a218dad7d41e6ea907b:

 Merge branches 'thermal-core' and 'thermal-soc' into for-rc (2017-01-
20 16:24:54 +0800)

on top of commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

 Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

Specifics:

- Fix a regression that thermal zone dynamically allocated sysfs
attributes are freed before they're removed, which is introduced in
4.10-rc1. (Jacob von Chorus)

- Fix a boot warning because deprecated hwmon API is used. (Fabio
Estevam)

- A couple of fixes for rockchip thermal driver. (Brian Norris, Caesar
Wang)

thanks,
rui

----------------------------------------------------------------
Brian Norris (2):
ÂÂÂÂÂÂthermal: rockchip: improve conversion error messages
ÂÂÂÂÂÂthermal: rockchip: don't pass table structs by value

Caesar Wang (4):
ÂÂÂÂÂÂthermal: rockchip: fixes invalid temperature case
ÂÂÂÂÂÂthermal: rockchip: optimize the conversion table
ÂÂÂÂÂÂthermal: rockchip: handle set_trips without the trip points
ÂÂÂÂÂÂthermal: rockchip: fixes the conversion table

Fabio Estevam (1):
ÂÂÂÂÂÂthermal: thermal_hwmon: Convert to
hwmon_device_register_with_info()

Jacob von Chorus (1):
ÂÂÂÂÂÂthermal: core: move tz->device.groups cleanup to thermal_release

Zhang Rui (2):
ÂÂÂÂÂÂMerge branch 'fixes' of git://git.kernel.org/.../evalenti/linux-
soc-thermal into thermal-soc
ÂÂÂÂÂÂMerge branches 'thermal-core' and 'thermal-soc' into for-rc

Âdrivers/thermal/rockchip_thermal.c | 153 ++++++++++++++++++++++++-----
--------
Âdrivers/thermal/thermal_core.cÂÂÂÂÂ|ÂÂ10 +--
Âdrivers/thermal/thermal_hwmon.cÂÂÂÂ|ÂÂ20 +----
Â3 files changed, 108 insertions(+), 75 deletions(-)