mbox series

[0/3] EDAC - fix for i10nm driver + upgrade to support Sapphire Rapids

Message ID 20201119212219.1335-1-tony.luck@intel.com (mailing list archive)
Headers show
Series EDAC - fix for i10nm driver + upgrade to support Sapphire Rapids | expand

Message

Tony Luck Nov. 19, 2020, 9:22 p.m. UTC
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(-)