linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] edac: npcm: Add driver for Nuvoton NPCM SoCs
@ 2022-02-24  7:47 Medad CChien
  2022-02-24  7:47 ` [PATCH v1 1/3] ARM: dts: nuvoton: Add new device node Medad CChien
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Medad CChien @ 2022-02-24  7:47 UTC (permalink / raw)
  To: rric, james.morse, tony.luck, mchehab, bp, robh+dt, benjaminfair,
	yuenn, venture, KWLIU, YSCHU, JJLIU0, KFTING, avifishman70,
	tmaimon77, tali.perry1
  Cc: linux-edac, linux-kernel, devicetree, openbmc, Medad CChien

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

-- 
2.17.1


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

end of thread, other threads:[~2022-02-27 11:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24  7:47 [PATCH v1 0/3] edac: npcm: Add driver for Nuvoton NPCM SoCs Medad CChien
2022-02-24  7:47 ` [PATCH v1 1/3] ARM: dts: nuvoton: Add new device node Medad CChien
2022-02-24  7:47 ` [PATCH v1 2/3] dt-bindings: edac: npcm-edac.yaml Medad CChien
2022-02-25 20:05   ` Rob Herring
2022-02-27 11:02   ` Krzysztof Kozlowski
2022-02-24  7:47 ` [PATCH v1 3/3] EDAC: nuvoton: Add nuvoton NPCM EDAC driver Medad CChien

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