Loading
platform/x86: ISST: Support SST-BF and SST-TF per level
mainline inclusion from mainline-v6.10 commit 76f09e22027fc0dbec1e9c82898d9059b4455df6 category: bugfix bugzilla: https://gitee.com/openeuler/intel-kernel/issues/IB6QD3 CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76f09e22027fc0dbec1e9c82898d9059b4455df6 ------------------------------------------------- Intel-SIG: commit 76f09e22027f platform/x86: ISST: Support SST-BF and SST-TF per level. Backport intel SST driver update for 5.10 from 6.10 SST SST-BF and SST-TF can be enabled/disabled per SST-PP level. So return a mask of all levels, where the feature is supported, instead of just for level 0. Since the return value returns all levels mask, not just level 0, update API version. Signed-off-by:Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Reviewed-by:
Zhang Rui <rui.zhang@intel.com> Link: https://lore.kernel.org/r/20240430221052.15825-1-srinivas.pandruvada@linux.intel.com Reviewed-by:
Hans de Goede <hdegoede@redhat.com> Signed-off-by:
Hans de Goede <hdegoede@redhat.com> [ Yingbao Jia: amend commit log ] Signed-off-by:
Yingbao Jia <yingbao.jia@intel.com>