All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add EDAC driver for Intel client SoCs using In-Band ECC
@ 2020-11-05  7:48 Qiuxu Zhuo
  2020-11-05 19:05 ` [PATCH 0/2] Update MAINTAINERS for EDAC Tony Luck
  0 siblings, 1 reply; 4+ messages in thread
From: Qiuxu Zhuo @ 2020-11-05  7:48 UTC (permalink / raw)
  To: bp; +Cc: tony.luck, aris, mchehab, linux-edac, Qiuxu Zhuo

part1: Add new memory types used by part2

part2: Add EDAC driver for Intel client SoCs using In-Band ECC(IBECC) IP.
       The first IBECC-supported SoC is Elkhart Lake.

part3: Add debugfs interface for error address decoding test.

Qiuxu Zhuo (3):
  EDAC: Add three new memory types
  EDAC/igen6: Add EDAC driver for Intel client SoCs using IBECC
  EDAC/igen6: Add debugfs interface for Intel client SoC EDAC driver

 drivers/edac/Kconfig      |   9 +
 drivers/edac/Makefile     |   1 +
 drivers/edac/edac_mc.c    |   3 +
 drivers/edac/igen6_edac.c | 977 ++++++++++++++++++++++++++++++++++++++
 include/linux/edac.h      |   9 +
 5 files changed, 999 insertions(+)
 create mode 100644 drivers/edac/igen6_edac.c

-- 
2.17.1


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05  7:48 [PATCH v1 0/3] Add EDAC driver for Intel client SoCs using In-Band ECC Qiuxu Zhuo
2020-11-05 19:05 ` [PATCH 0/2] Update MAINTAINERS for EDAC Tony Luck
2020-11-05 19:05   ` [PATCH 1/2] MAINTAINERS: Add entry for Intel IGEN6 EDAC driver Tony Luck
2020-11-05 19:05   ` [PATCH 2/2] MAINTAINERS: Clean up the F: entries for some EDAC drivers Tony Luck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.