Hello Linus,
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git fixes
to receive Thermal Management updates for v3.18-rc5 with top-most
90a21ff5824c3ae8b49c1c0498b137792b935aab:
imx: thermal: imx_get_temp might be called before sensor clock is prepared (2014-11-09 15:42:53 -0400)
on top of commit a1cff6e25e6e3b55183610dddca91546951b20e3:
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal (2014-11-04 11:57:27 -0800)
Specifics:
- I am sending thermal fixes for 3.18-rc5 on behalf of Rui Zhang this
time. He is currently unable to send pull requests due to troubles with
his machine and he's currently in a business trip.
- This week we have few fixes:
. Fix in IMX thermal driver to do the correct loading sequence with CPUfreq;
. Fix in Exynos related to TMU_CONTROL offset in Exynos5260;
. Fix the unit conversion in int3403.
BR,
Eduardo Valentin
----------------------------------------------------------------
Bai Ping (1):
thermal: imx: correct driver load sequence for cpu cooling
Bartlomiej Zolnierkiewicz (1):
thermal: exynos: use correct offset for TMU_CONTROL register on Exynos5260
Heiner Kallweit (1):
imx: thermal: imx_get_temp might be called before sensor clock is prepared
lan,Tianyu (1):
Thermal/int3403: Fix thermal hysteresis unit conversion
drivers/thermal/imx_thermal.c | 45 +++++++++++++++--------
drivers/thermal/int340x_thermal/int3403_thermal.c | 8 +++-
drivers/thermal/samsung/exynos_tmu_data.c | 1 -
drivers/thermal/samsung/exynos_tmu_data.h | 1 -
4 files changed, 36 insertions(+), 19 deletions(-)