Linux EDAC development
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add EDAC driver for loongson memory controller
@ 2024-08-21  6:47 Zhao Qunqin
  2024-08-21  6:47 ` [PATCH v1 1/2] Loongarch: " Zhao Qunqin
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Zhao Qunqin @ 2024-08-21  6:47 UTC (permalink / raw)
  To: chenhuacai, kernel, bp, tony.luck, james.morse, mchehab, rric,
	robh, krzk+dt, conor+dt
  Cc: loongarch, linux-kernel, linux-edac, devicetree, zhaoqunqin

From: zhaoqunqin <zhaoqunqin@loongson.cn>

These patchs are based on 6.10.4. Add a simple EDAC driver which report
single bit errors (CE) only on loongson platform.

zhaoqunqin (2):
  Loongarch: EDAC driver for loongson memory controller
  dt-bindings: EDAC for loongson memory controller

 .../bindings/edac/loongson,ls-mc-edac.yaml    |  35 +++
 MAINTAINERS                                   |   7 +
 arch/loongarch/Kconfig                        |   2 +
 drivers/edac/Kconfig                          |  10 +
 drivers/edac/Makefile                         |   1 +
 drivers/edac/loongson_edac.c                  | 208 ++++++++++++++++++
 6 files changed, 263 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/edac/loongson,ls-mc-edac.yaml
 create mode 100644 drivers/edac/loongson_edac.c

-- 
2.31.1


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

end of thread, other threads:[~2024-08-28  2:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-21  6:47 [PATCH v1 0/2] Add EDAC driver for loongson memory controller Zhao Qunqin
2024-08-21  6:47 ` [PATCH v1 1/2] Loongarch: " Zhao Qunqin
2024-08-21  6:51   ` Xi Ruoyao
2024-08-21  8:24   ` Krzysztof Kozlowski
2024-08-22  0:07   ` kernel test robot
2024-08-22  3:14   ` kernel test robot
2024-08-23  2:42   ` kernel test robot
2024-08-21  6:47 ` [PATCH v1 2/2] dt-bindings: EDAC " Zhao Qunqin
2024-08-21  8:18   ` Rob Herring (Arm)
2024-08-21  8:20   ` Krzysztof Kozlowski
2024-08-21 14:59     ` Conor Dooley
2024-08-28  2:24     ` Zhao Qunqin
2024-08-21  7:01 ` [PATCH v1 0/2] Add EDAC driver " Xi Ruoyao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox