devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v18 0/3] EDAC/nuvoton: Add NPCM memory controller driver
@ 2023-01-11  9:32 Marvin Lin
  2023-01-11  9:32 ` [PATCH v18 1/3] ARM: dts: nuvoton: Add node for NPCM memory controller Marvin Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Marvin Lin @ 2023-01-11  9:32 UTC (permalink / raw)
  To: krzysztof.kozlowski, robh+dt, bp, tony.luck, james.morse, mchehab,
	rric, benjaminfair, yuenn, venture, avifishman70, tmaimon77,
	tali.perry1
  Cc: linux-edac, linux-kernel, devicetree, openbmc, KWLIU, YSCHU,
	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 v18:
  - Driver refinements
    - Adjust line breaks, order of variable declarations and destroy resources.
    - Catch weired cases by WARN_ON_ONCE.
    - Add defines for constants, and provide injection examples in comment.
  - Correct subject prefixes of patch 2/3.

Changes in v17:
  - Correct subject prefixes of patch 1/3.
  - Change dt-bindings document name to "nuvoton,npcm-memory-controller.yaml"
    and refine the document format.

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

 .../nuvoton,npcm-memory-controller.yaml       |  50 ++
 MAINTAINERS                                   |   8 +
 arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi |   7 +
 drivers/edac/Kconfig                          |  11 +
 drivers/edac/Makefile                         |   1 +
 drivers/edac/npcm_edac.c                      | 543 ++++++++++++++++++
 6 files changed, 620 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/nuvoton,npcm-memory-controller.yaml
 create mode 100644 drivers/edac/npcm_edac.c

-- 
2.34.1


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

end of thread, other threads:[~2023-06-13  9:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-11  9:32 [PATCH v18 0/3] EDAC/nuvoton: Add NPCM memory controller driver Marvin Lin
2023-01-11  9:32 ` [PATCH v18 1/3] ARM: dts: nuvoton: Add node for NPCM memory controller Marvin Lin
2023-06-12 11:04   ` Borislav Petkov
2023-06-12 11:22     ` Krzysztof Kozlowski
2023-06-12 12:01       ` Borislav Petkov
2023-06-12 12:09         ` Krzysztof Kozlowski
2023-06-12 12:39           ` Borislav Petkov
2023-06-12 13:00             ` Krzysztof Kozlowski
2023-06-12 13:16               ` Borislav Petkov
2023-06-13  9:55                 ` Kun-Fa Lin
2023-01-11  9:32 ` [PATCH v18 2/3] dt-bindings: memory-controllers: nuvoton: Add " Marvin Lin
2023-01-11 10:54   ` Krzysztof Kozlowski
2023-01-11  9:32 ` [PATCH v18 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).