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

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                                   |   7 +
 arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi |   7 +
 drivers/edac/Kconfig                          |  11 +
 drivers/edac/Makefile                         |   1 +
 drivers/edac/npcm_edac.c                      | 512 ++++++++++++++++++
 6 files changed, 592 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] 7+ messages in thread

end of thread, other threads:[~2022-08-29  3:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16  9:46 [PATCH v13 0/3] EDAC/nuvoton: Add NPCM memory controller driver Marvin Lin
2022-08-16  9:46 ` [PATCH v13 1/3] arm: dts: nuvoton: Add node for NPCM memory controller Marvin Lin
2022-08-16  9:46 ` [PATCH v13 2/3] dt-bindings: edac: nuvoton: Add document " Marvin Lin
2022-08-18 14:44   ` Rob Herring
2022-08-29  3:52     ` Kun-Fa Lin
2022-08-16  9:46 ` [PATCH v13 3/3] EDAC/nuvoton: Add NPCM memory controller driver Marvin Lin
2022-08-26 15:59   ` kernel test robot

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).