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)
commit8d485da0ddee79d0e6713405694253d401e41b93
tree6cf34f5f70e901b18180923a9c613b9a9ede45b2
parent006f006f1e5c48e5ddd6515eab2c9a7b27ce1144
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