]> git.baikalelectronics.ru Git - kernel.git/commit
thermal/int340x_thermal: Don't require IDSP to exist
authorMatthew Garrett <mjg59@google.com>
Tue, 14 Apr 2020 02:09:53 +0000 (19:09 -0700)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 29 May 2020 18:26:51 +0000 (20:26 +0200)
commit751e4ff299bdb9abad2038cb22788de1d765d52a
tree6cf34f5f70e901b18180923a9c613b9a9ede45b2
parent4e79fee09b813bd695394bb0ea48e1b4106a850a
thermal/int340x_thermal: Don't require IDSP to exist

The IDSP method doesn't appear to exist on the most recent Intel platforms:
instead, the IDSP data is included in the GDDV blob. Since we probably
don't want to decompress and parse that in-kernel, just allow any UUID to
be written if IDSP is missing.

Signed-off-by: Matthew Garrett <mjg59@google.com>
Tested-by: Pandruvada, Srinivas <srinivas.pandruvada@linux.intel.com>
[ rzhang: fix checkpatch warning in changelog ]
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Link: https://lore.kernel.org/r/20200414020953.255364-3-matthewgarrett@google.com
drivers/thermal/intel/int340x_thermal/int3400_thermal.c