linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] EDAC - fix for i10nm driver + upgrade to support Sapphire Rapids
@ 2020-11-19 21:22 Tony Luck
  2020-11-19 21:22 ` [PATCH 1/3] EDAC/i10nm: Use readl() to access MMIO registers Tony Luck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Luck @ 2020-11-19 21:22 UTC (permalink / raw)
  To: linux-edac
  Cc: Tony Luck, Borislav Petkov, Qiuxu Zhuo, Aristeu Rozanski,
	Mauro Carvalho Chehab

First patch is a bug fix (sort of) we haven't directly seen problems
in the driver, but when adding other bits to it there have been cases
where the compiler re-ordered the access to the MMIO registers. Which
can be a problem.

Second patch adds new type for DDR5 memory

Final patch updates the i10nm EDAC driver to support Sapphire Rapids.

This series on top of:
git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git edac-igen6
(which also adds some new memory types)

Qiuxu Zhuo (3):
  EDAC/i10nm: Use readl() to access MMIO registers
  EDAC: Add DDR5 new memory type
  EDAC/i10nm: Add Intel Sapphire Rapids server support

 drivers/edac/edac_mc.c    |  1 +
 drivers/edac/i10nm_base.c | 39 +++++++++++++++++++++++++++++----------
 drivers/edac/skx_base.c   |  6 +++---
 drivers/edac/skx_common.c | 23 ++++++++++++++++++-----
 drivers/edac/skx_common.h | 16 ++++++++++++----
 include/linux/edac.h      |  3 +++
 6 files changed, 66 insertions(+), 22 deletions(-)

-- 
2.21.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-19 21:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19 21:22 [PATCH 0/3] EDAC - fix for i10nm driver + upgrade to support Sapphire Rapids Tony Luck
2020-11-19 21:22 ` [PATCH 1/3] EDAC/i10nm: Use readl() to access MMIO registers Tony Luck
2020-11-19 21:22 ` [PATCH 2/3] EDAC: Add DDR5 new memory type Tony Luck
2020-11-19 21:22 ` [PATCH 3/3] EDAC/i10nm: Add Intel Sapphire Rapids server support Tony Luck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).