mbox series

[v1,0/3] edac: npcm: Add driver for Nuvoton NPCM SoCs

Message ID 20220224074729.5206-1-ctcchien@nuvoton.com (mailing list archive)
Headers show
Series edac: npcm: Add driver for Nuvoton NPCM SoCs | expand

Message

Medad Young Feb. 24, 2022, 7:47 a.m. UTC
The patch series add EDAC supoort for Nuvoton BMC.
Add driver to support EDAC for NPCM SoC.

Medad CChien (3):
  ARM: dts: nuvoton: Add new device node
  dt-bindings: edac: npcm-edac.yaml
  EDAC: nuvoton: Add nuvoton NPCM EDAC driver

 .../devicetree/bindings/edac/npcm-edac.yaml   |  64 ++
 arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi |   7 +
 drivers/edac/Kconfig                          |   9 +
 drivers/edac/Makefile                         |   1 +
 drivers/edac/npcm_edac.c                      | 712 ++++++++++++++++++
 5 files changed, 793 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/edac/npcm-edac.yaml
 create mode 100644 drivers/edac/npcm_edac.c