Skip to content

Commit 1088750

Browse files
Lei Wangsuryasaimadhu
authored andcommitted
EDAC: Add EDAC driver for DMC520
The driver supports error detection and correction on devices with an ARM DMC-520 memory controller. Signed-off-by: Lei Wang <[email protected]> Signed-off-by: Shiping Ji <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Reviewed-by: James Morse <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent db6c122 commit 1088750

File tree

4 files changed

+670
-0
lines changed

4 files changed

+670
-0
lines changed

MAINTAINERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5998,6 +5998,12 @@ F: Documentation/driver-api/edac.rst
59985998
F: drivers/edac/
59995999
F: include/linux/edac.h
60006000

6001+
EDAC-DMC520
6002+
M: Lei Wang <[email protected]>
6003+
6004+
S: Supported
6005+
F: drivers/edac/dmc520_edac.c
6006+
60016007
EDAC-E752X
60026008
M: Mark Gross <[email protected]>
60036009

drivers/edac/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,4 +523,11 @@ config EDAC_BLUEFIELD
523523
Support for error detection and correction on the
524524
Mellanox BlueField SoCs.
525525

526+
config EDAC_DMC520
527+
tristate "ARM DMC-520 ECC"
528+
depends on ARM64
529+
help
530+
Support for error detection and correction on the
531+
SoCs with ARM DMC-520 DRAM controller.
532+
526533
endif # EDAC

drivers/edac/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ obj-$(CONFIG_EDAC_TI) += ti_edac.o
8787
obj-$(CONFIG_EDAC_QCOM) += qcom_edac.o
8888
obj-$(CONFIG_EDAC_ASPEED) += aspeed_edac.o
8989
obj-$(CONFIG_EDAC_BLUEFIELD) += bluefield_edac.o
90+
obj-$(CONFIG_EDAC_DMC520) += dmc520_edac.o

0 commit comments

Comments
 (0)