[GIT PULL] More thermal control updates for v5.16-rc1
From: Rafael J. Wysocki
Date: Wed Nov 10 2021 - 09:33:28 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-5.16-rc1-2
with top-most commit 61988e0a624400fe79f124914ecc4b19a8803f7f
Merge branch 'thermal-int340x'
on top of commit f73cd9c951a9dc23f0ee1260fef5cc61d2825fb3
Merge tag 'thermal-5.16-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive more thermal control updates for 5.16-rc1.
These fix 2 issues in the thermal core and 1 issue in the int340x
thermal driver.
Specifics:
- Replace pr_warn() with pr_warn_once() in user_space_bind() to
reduce kernel log noise (Rafael Wysocki).
- Extend the RFIM mailbox interface in the int340x thermal driver
to return 64 bit values to allow all values returned by the
hardware to be handled correctly (Srinivas Pandruvada).
- Fix possible NULL pointer dereferences in the of_thermal_ family
of functions (Subbaraman Narayanamurthy).
Thanks!
---------------
Rafael J. Wysocki (1):
thermal: Replace pr_warn() with pr_warn_once() in user_space_bind()
Srinivas Pandruvada (1):
thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responses
Subbaraman Narayanamurthy (1):
thermal: Fix NULL pointer dereferences in of_thermal_ functions
---------------
drivers/thermal/gov_user_space.c | 4 ++--
.../int340x_thermal/processor_thermal_device.h | 2 +-
.../intel/int340x_thermal/processor_thermal_mbox.c | 22 +++++++++++++---------
.../intel/int340x_thermal/processor_thermal_rfim.c | 10 +++++-----
drivers/thermal/thermal_of.c | 9 ++++++---
5 files changed, 27 insertions(+), 20 deletions(-)