aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2013-02-15 03:11:57 -0600
committerMauro Carvalho Chehab2013-02-25 16:42:12 -0600
commit77c5f5d2f212e1963063e427fc57c44bf6eae9fb (patch)
treec3a5aa78b284eae08ffa23a4574a6ef0a3df7682 /MAINTAINERS
parent21480547c8b85be6c08c4d77ed514673b73eda8a (diff)
downloadkernel-77c5f5d2f212e1963063e427fc57c44bf6eae9fb.tar.gz
kernel-77c5f5d2f212e1963063e427fc57c44bf6eae9fb.tar.xz
kernel-77c5f5d2f212e1963063e427fc57c44bf6eae9fb.zip
ghes_edac: Register at EDAC core the BIOS report
Register GHES at EDAC MC core, in order to avoid other drivers to also handle errors and mangle with error data. The edac core will warrant that just one driver will be used, so the first one to register (BIOS first) will be the one that will be reporting the hardware errors. For now, the EDAC driver does nothing but to register at the EDAC core, preventing the hardware-driven mechanism to interfere with GHES. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 35a56bcd5e75..889644d9772b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2803,6 +2803,13 @@ W: bluesmoke.sourceforge.net
2803S: Maintained 2803S: Maintained
2804F: drivers/edac/e7xxx_edac.c 2804F: drivers/edac/e7xxx_edac.c
2805 2805
2806EDAC-GHES
2807M: Mauro Carvalho Chehab <mchehab@redhat.com>
2808L: linux-edac@vger.kernel.org
2809W: bluesmoke.sourceforge.net
2810S: Maintained
2811F: drivers/edac/ghes-edac.c
2812
2806EDAC-I82443BXGX 2813EDAC-I82443BXGX
2807M: Tim Small <tim@buttersideup.com> 2814M: Tim Small <tim@buttersideup.com>
2808L: linux-edac@vger.kernel.org 2815L: linux-edac@vger.kernel.org