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

From: Zhang Rui
Date: Thu Aug 25 2016 - 03:59:38 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.8-rc4 with
top-most commit 829bc78aa7628e81a9de717316b85cbee3c5eb86:

 thermal: imx: fix a possible NULL dereference (2016-08-19 21:34:08
+0800)

on top of commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:

 Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)

Specifics:
- Fix cpu_cooling to have separate thermal_cooling_device_ops
structures for cpus with and without power model, to avoid NULL
dereference in cpufreq_state2power. From Brendan Jackman.
- Fix a possible NULL dereference in imx_thermal driver. FromÂCorentin
LABBE .
- Another two trivial fixes, one typo fix and one deleting module
owner. From Caesar Wang and Markus Elfring.

thanks,
rui

----------------------------------------------------------------
Brendan Jackman (1):
ÂÂÂÂÂÂthermal: cpu_cooling: Fix NULL dereference in cpufreq_state2power

Caesar Wang (1):
ÂÂÂÂÂÂthermal: trivial: fix the typo

Corentin LABBE (1):
ÂÂÂÂÂÂthermal: imx: fix a possible NULL dereference

Markus Elfring (1):
ÂÂÂÂÂÂThermal-INT3406: Delete owner assignment

Â.../devicetree/bindings/thermal/thermal.txtÂÂÂÂÂÂÂÂÂ| 10 +++++-----
Âdrivers/thermal/cpu_cooling.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 21
++++++++++++++++-----
Âdrivers/thermal/imx_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ4 +---
Âdrivers/thermal/int340x_thermal/int3406_thermal.cÂÂÂ|ÂÂ1 -
Â4 files changed, 22 insertions(+), 14 deletions(-)