]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
EDAC/igen6: Fix memory topology parsing for Panther Lake-H SoCs
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Fri, 3 Apr 2026 05:40:28 +0000 (13:40 +0800)
committerTony Luck <tony.luck@intel.com>
Fri, 29 May 2026 15:34:12 +0000 (08:34 -0700)
commit114bfa24eacb688488caa2e459358a1b9b89b16d
tree53048dee09a693bdffa9ea0b2ec32862367dcdb7
parentab1f9d466c7d83ab0d2a529e07984e53b5960dcd
EDAC/igen6: Fix memory topology parsing for Panther Lake-H SoCs

Panther Lake-H SoC memory controller registers for memory topology have
been updated, but the current igen6_edac driver still uses old generation
ones to incorrectly parse memory topology.

Fix the issue by adding memory topology parsing function pointers to the
'struct res_config' and creating a new configuration structure for Panther
Lake-H SoCs to enable igen6_edac to parse memory correctly.

Fixes: 0be9f1af3902 ("EDAC/igen6: Add Intel Panther Lake-H SoCs support")
Fixes: 4c36e6106997 ("EDAC/igen6: Add more Intel Panther Lake-H SoCs support")
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Link: https://patch.msgid.link/20260403054029.3950383-3-qiuxu.zhuo@intel.com
drivers/edac/igen6_edac.c
include/linux/edac.h