devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v16 0/3] EDAC/nuvoton: Add NPCM memory controller driver
@ 2022-12-16  7:31 Marvin Lin
  2022-12-16  7:31 ` [PATCH v16 1/3] Arm: dts: nuvoton: Add node for NPCM memory controller Marvin Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Marvin Lin @ 2022-12-16  7:31 UTC (permalink / raw)
  To: linux-edac, rric, james.morse, tony.luck, mchehab, bp, robh+dt,
	linux-kernel, devicetree, krzysztof.kozlowski
  Cc: openbmc, benjaminfair, yuenn, venture, KWLIU, YSCHU, 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).

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


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

end of thread, other threads:[~2022-12-19 12:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16  7:31 [PATCH v16 0/3] EDAC/nuvoton: Add NPCM memory controller driver Marvin Lin
2022-12-16  7:31 ` [PATCH v16 1/3] Arm: dts: nuvoton: Add node for NPCM memory controller Marvin Lin
2022-12-16 14:00   ` Krzysztof Kozlowski
2022-12-19 12:19     ` Kun-Fa Lin
2022-12-16  7:31 ` [PATCH v16 2/3] dt-bindings: edac: nuvoton: Add document " Marvin Lin
2022-12-16 14:05   ` Krzysztof Kozlowski
2022-12-16 14:08     ` Krzysztof Kozlowski
2022-12-19 12:18       ` Kun-Fa Lin
2022-12-16  7:31 ` [PATCH v16 3/3] EDAC/npcm: 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).