[PATCH linux dev-5.15 v1 0/3] EDAC/nuvoton: Add NPCM memory controller driver
Marvin Lin
milkfafa at gmail.com
Thu Aug 18 18:43:57 AEST 2022
This patch series add DTS node, dt-bindings document and driver for memory
controller present on Nuvoton NPCM SoCs.
The memory controller supports single bit error correction and double bit
error detection (in-line ECC in which a section 1/8th of the memory device
used to store data is used for ECC storage).
Marvin Lin (3):
arm: dts: nuvoton: Add node for NPCM memory controller
dt-bindings: edac: nuvoton: Add document for NPCM memory controller
EDAC/nuvoton: Add NPCM memory controller driver
.../edac/nuvoton,npcm-memory-controller.yaml | 54 ++
MAINTAINERS | 6 +
.../boot/dts/nuvoton/nuvoton-npcm845-evb.dts | 4 +
.../boot/dts/nuvoton/nuvoton-npcm845.dtsi | 7 +
drivers/edac/Kconfig | 11 +
drivers/edac/Makefile | 1 +
drivers/edac/npcm_edac.c | 512 ++++++++++++++++++
7 files changed, 595 insertions(+)
create mode 100644 Documentation/devicetree/bindings/edac/nuvoton,npcm-memory-controller.yaml
create mode 100644 drivers/edac/npcm_edac.c
--
2.17.1
More information about the openbmc
mailing list