[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221216073141.3289309-1-milkfafa@gmail.com>
Date: Fri, 16 Dec 2022 15:31:38 +0800
From: Marvin Lin <milkfafa@...il.com>
To: linux-edac@...r.kernel.org, rric@...nel.org, james.morse@....com,
tony.luck@...el.com, mchehab@...nel.org, bp@...en8.de,
robh+dt@...nel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, krzysztof.kozlowski@...aro.org
Cc: openbmc@...ts.ozlabs.org, benjaminfair@...gle.com,
yuenn@...gle.com, venture@...gle.com, KWLIU@...oton.com,
YSCHU@...oton.com, avifishman70@...il.com, tmaimon77@...il.com,
tali.perry1@...il.com, ctcchien@...oton.com, kflin@...oton.com,
Marvin Lin <milkfafa@...il.com>
Subject: [PATCH v16 0/3] EDAC/nuvoton: Add NPCM memory controller driver
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).
Changes in v16:
- Correct dt-bindings document path in MAINTAINERS.
- Fix wrong indentation in driver.
Changes in v15:
- Move dt-bindings document to memory-controllers directory and remove
superfluous string in content title.
Changes in v14:
- Fix compile warnings.
Changes in v13:
- Support error injection via debugfs.
- Fix coding style issues.
Marvin Lin (3):
Arm: dts: nuvoton: Add node for NPCM memory controller
dt-bindings: edac: nuvoton: Add document for NPCM memory controller
EDAC/npcm: Add NPCM memory controller driver
.../memory-controllers/nuvoton,npcm-mc.yaml | 54 ++
MAINTAINERS | 7 +
arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 7 +
drivers/edac/Kconfig | 11 +
drivers/edac/Makefile | 1 +
drivers/edac/npcm_edac.c | 520 ++++++++++++++++++
6 files changed, 600 insertions(+)
create mode 100644 Documentation/devicetree/bindings/memory-controllers/nuvoton,npcm-mc.yaml
create mode 100644 drivers/edac/npcm_edac.c
--
2.34.1
Powered by blists - more mailing lists