|
|
Log in / Subscribe / Register

EDAC/nuvoton: Add NPCM memory controller driver

From:  Marvin Lin <milkfafa-AT-gmail.com>
To:  linux-edac-AT-vger.kernel.org, rric-AT-kernel.org, james.morse-AT-arm.com, tony.luck-AT-intel.com, mchehab-AT-kernel.org, bp-AT-alien8.de, robh+dt-AT-kernel.org, linux-kernel-AT-vger.kernel.org
Subject:  [PATCH v15 0/3] EDAC/nuvoton: Add NPCM memory controller driver
Date:  Fri, 02 Sep 2022 17:27:11 +0800
Message-ID:  <20220902092714.3683980-1-milkfafa@gmail.com>
Cc:  devicetree-AT-vger.kernel.org, openbmc-AT-lists.ozlabs.org, benjaminfair-AT-google.com, yuenn-AT-google.com, venture-AT-google.com, KWLIU-AT-nuvoton.com, YSCHU-AT-nuvoton.com, JJLIU0-AT-nuvoton.com, KFTING-AT-nuvoton.com, avifishman70-AT-gmail.com, tmaimon77-AT-gmail.com, tali.perry1-AT-gmail.com, ctcchien-AT-nuvoton.com, kflin-AT-nuvoton.com, Marvin Lin <milkfafa-AT-gmail.com>
Archive-link:  Article

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

v15:
  - Move dt-bindings document to memory-controllers directory and remove
    superfluous string in content title

v14:
  - Fix compile warnings

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

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

-- 
2.34.1



Copyright © 2022, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds