diff mbox series

platform/x86/intel/ifs: Add Clearwater Forest to CPU support list

Message ID 20241210203152.1136463-1-jithu.joseph@intel.com (mailing list archive)
State Accepted, archived
Headers show
Series platform/x86/intel/ifs: Add Clearwater Forest to CPU support list | expand

Commit Message

Jithu Joseph Dec. 10, 2024, 8:31 p.m. UTC
Add Clearwater Forest (INTEL_ATOM_DARKMONT_X) to the x86 match table of
Intel In Field Scan (IFS) driver, enabling IFS functionality on this
processor.

Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
---
 drivers/platform/x86/intel/ifs/core.c | 1 +
 1 file changed, 1 insertion(+)


base-commit: fac04efc5c793dccbd07e2d59af9f90b7fc0dca4

Comments

Ilpo Järvinen Dec. 11, 2024, 2:01 p.m. UTC | #1
On Tue, 10 Dec 2024 12:31:52 -0800, Jithu Joseph wrote:

> Add Clearwater Forest (INTEL_ATOM_DARKMONT_X) to the x86 match table of
> Intel In Field Scan (IFS) driver, enabling IFS functionality on this
> processor.
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] platform/x86/intel/ifs: Add Clearwater Forest to CPU support list
      commit: 6c0a473fc5f89dabbed0af605a09370b533aa856

--
 i.
diff mbox series

Patch

diff --git a/drivers/platform/x86/intel/ifs/core.c b/drivers/platform/x86/intel/ifs/core.c
index bc252b883210..1ae50702bdb7 100644
--- a/drivers/platform/x86/intel/ifs/core.c
+++ b/drivers/platform/x86/intel/ifs/core.c
@@ -20,6 +20,7 @@  static const struct x86_cpu_id ifs_cpu_ids[] __initconst = {
 	X86_MATCH(INTEL_GRANITERAPIDS_X, ARRAY_GEN0),
 	X86_MATCH(INTEL_GRANITERAPIDS_D, ARRAY_GEN0),
 	X86_MATCH(INTEL_ATOM_CRESTMONT_X, ARRAY_GEN1),
+	X86_MATCH(INTEL_ATOM_DARKMONT_X, ARRAY_GEN1),
 	{}
 };
 MODULE_DEVICE_TABLE(x86cpu, ifs_cpu_ids);