* [PATCH] platform/x86/intel/ifs: Add Clearwater Forest to CPU support list
@ 2024-12-10 20:31 Jithu Joseph
2024-12-11 14:01 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: Jithu Joseph @ 2024-12-10 20:31 UTC (permalink / raw)
To: ilpo.jarvinen, hdegoede
Cc: linux-kernel, platform-driver-x86, jithu.joseph, tony.luck,
ashok.raj.linux
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(+)
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);
base-commit: fac04efc5c793dccbd07e2d59af9f90b7fc0dca4
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] platform/x86/intel/ifs: Add Clearwater Forest to CPU support list
2024-12-10 20:31 [PATCH] platform/x86/intel/ifs: Add Clearwater Forest to CPU support list Jithu Joseph
@ 2024-12-11 14:01 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2024-12-11 14:01 UTC (permalink / raw)
To: hdegoede, Jithu Joseph
Cc: linux-kernel, platform-driver-x86, tony.luck, ashok.raj.linux
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-11 14:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-10 20:31 [PATCH] platform/x86/intel/ifs: Add Clearwater Forest to CPU support list Jithu Joseph
2024-12-11 14:01 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®