openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v14 0/3] EDAC/nuvoton: Add NPCM memory controller driver
@ 2022-08-30  2:22 Marvin Lin
  2022-08-30  2:22 ` [PATCH v14 1/3] arm: dts: nuvoton: Add node for NPCM memory controller Marvin Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Marvin Lin @ 2022-08-30  2:22 UTC (permalink / raw)
  To: linux-edac, rric, james.morse, tony.luck, mchehab, bp, robh+dt,
	linux-kernel
  Cc: KWLIU, YSCHU, Marvin Lin, benjaminfair, devicetree, avifishman70,
	venture, openbmc, KFTING, JJLIU0, tali.perry1, ctcchien, kflin,
	tmaimon77

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 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/nuvoton: Add NPCM memory controller driver

 .../edac/nuvoton,npcm-memory-controller.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                      | 516 ++++++++++++++++++
 6 files changed, 596 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/edac/nuvoton,npcm-memory-controller.yaml
 create mode 100644 drivers/edac/npcm_edac.c

-- 
2.17.1


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

end of thread, other threads:[~2022-09-02  6:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30  2:22 [PATCH v14 0/3] EDAC/nuvoton: Add NPCM memory controller driver Marvin Lin
2022-08-30  2:22 ` [PATCH v14 1/3] arm: dts: nuvoton: Add node for NPCM memory controller Marvin Lin
2022-08-30  2:22 ` [PATCH v14 2/3] dt-bindings: edac: nuvoton: Add document " Marvin Lin
     [not found]   ` <a3a93acc-434e-4a94-6ba6-6a71f2da8736@linaro.org>
2022-09-02  6:16     ` Kun-Fa Lin
2022-08-30  2:22 ` [PATCH v14 3/3] EDAC/nuvoton: Add NPCM memory controller driver Marvin Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).