[GIT PULL] More thermal control updates for v6.3-rc1

From: Rafael J. Wysocki
Date: Fri Mar 03 2023 - 13:17:50 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.3-rc1-2

with top-most commit 1467fb960349dfa5e300658f1a409dde2cfb0c51

thermal: intel: BXT_PMIC: select REGMAP instead of depending on it

on top of commit 1b72607d7321e66829e11148712b3a2ba1dc83e7

Merge tag 'thermal-6.3-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive more thermal control updates for 6.3-rc1.

These fix two issues in the Intel thermal control drivers.

Specifics:

- Fix an error pointer dereference in the quark_dts Intel thermal
driver (Dan Carpenter).

- Fix the intel_bxt_pmic_thermal driver Kconfig entry to select REGMAP
which is not user-visible instead of depending on it (Randy Dunlap).

Thanks!


---------------

Dan Carpenter (1):
thermal: intel: quark_dts: fix error pointer dereference

Randy Dunlap (1):
thermal: intel: BXT_PMIC: select REGMAP instead of depending on it

---------------

drivers/thermal/intel/Kconfig | 3 ++-
drivers/thermal/intel/intel_quark_dts_thermal.c | 12 ++----------
2 files changed, 4 insertions(+), 11 deletions(-)