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

* [PATCH 0/2] Update MAINTAINERS for EDAC
  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 ` 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
  0 siblings, 2 replies; 4+ messages in thread
From: Tony Luck @ 2020-11-05 19:05 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Tony Luck, Qiuxu Zhuo, Aristeu Rozanski, Mauro Carvalho Chehab,
	linux-edac, linux-kernel

A new driver for Intel client system on chip.

Clean up a couple of F: entries for other EDAC drivers.

Tony Luck (2):
  MAINTAINERS: Add entry for Intel IGEN6 EDAC driver
  MAINTAINERS: Clean up the F: entries for some EDAC drivers

 MAINTAINERS | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

[Boris: If there are no objections I'll apply part 1 on top
of Qiuxu's series for the edac_igen6 driver (new topic branch
in RAS tree). Part 2 can go into the edac-misc branch]

-- 
2.21.1


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

* [PATCH 1/2] MAINTAINERS: Add entry for Intel IGEN6 EDAC driver
  2020-11-05 19:05 ` [PATCH 0/2] Update MAINTAINERS for EDAC Tony Luck
@ 2020-11-05 19:05   ` Tony Luck
  2020-11-05 19:05   ` [PATCH 2/2] MAINTAINERS: Clean up the F: entries for some EDAC drivers Tony Luck
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Luck @ 2020-11-05 19:05 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Tony Luck, Qiuxu Zhuo, Aristeu Rozanski, Mauro Carvalho Chehab,
	linux-edac, linux-kernel

New driver for "client" system on chip CPUs.

Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e73636b75f29..86eb55697c8b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6353,6 +6353,13 @@ L:	linux-edac@vger.kernel.org
 S:	Maintained
 F:	drivers/edac/ie31200_edac.c
 
+EDAC-IGEN6
+M:	Tony Luck <tony.luck@intel.com>
+R:	Qiuxu Zhuo <qiuxu.zhuo@intel.com>
+L:	linux-edac@vger.kernel.org
+S:	Maintained
+F:	drivers/edac/igen6_edac.c
+
 EDAC-MPC85XX
 M:	Johannes Thumshirn <morbidrsa@gmail.com>
 L:	linux-edac@vger.kernel.org
-- 
2.21.1


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

* [PATCH 2/2] MAINTAINERS: Clean up the F: entries for some EDAC drivers
  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   ` Tony Luck
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Luck @ 2020-11-05 19:05 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Tony Luck, Qiuxu Zhuo, Aristeu Rozanski, Mauro Carvalho Chehab,
	linux-edac, linux-kernel

The edac_altera entry stopped at the "." and needed "[ch]" to match
both the driver and the header file.

The edac_skx entry only matched on ".c" files so didn't include skx_common.h

Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 86eb55697c8b..8def38b814a1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2486,7 +2486,7 @@ F:	drivers/clk/socfpga/
 ARM/SOCFPGA EDAC SUPPORT
 M:	Dinh Nguyen <dinguyen@kernel.org>
 S:	Maintained
-F:	drivers/edac/altera_edac.
+F:	drivers/edac/altera_edac.[ch]
 
 ARM/SPREADTRUM SoC SUPPORT
 M:	Orson Zhai <orsonzhai@gmail.com>
@@ -6409,7 +6409,7 @@ EDAC-SKYLAKE
 M:	Tony Luck <tony.luck@intel.com>
 L:	linux-edac@vger.kernel.org
 S:	Maintained
-F:	drivers/edac/skx_*.c
+F:	drivers/edac/skx_*.[ch]
 
 EDAC-TI
 M:	Tero Kristo <t-kristo@ti.com>
-- 
2.21.1


^ permalink raw reply related	[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.