devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] EDAC: Versal NET: Add support for error notification
@ 2024-11-22 10:06 Shubhrajyoti Datta
  2024-11-22 10:06 ` [PATCH 1/3] dt-bindings: memory-controllers: Add support for Versal NET EDAC Shubhrajyoti Datta
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Shubhrajyoti Datta @ 2024-11-22 10:06 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-edac
  Cc: git, krzk, robh, conor+dt, bp, tony.luck, james.morse, mchehab,
	rric

Adds support for the error notification.
Currently 20 errors has been tested.
This driver is receiving events over rpmsg.
It does not access the registers by itself instead the NMC
reads and sends the info by rpmsg

Also we register the edac once and it reports the errors for all the
events including the 8 DDRMC controllers. So while registering we give
the particulars of the 1st controller.


Shubhrajyoti Datta (3):
  dt-bindings: memory-controllers: Add support for Versal NET EDAC
  cdx: add DDRMC commands
  EDAC: Versal NET: Add support for error notification

 .../ABI/testing/sysfs-driver-versalnet-edac   |   11 +
 .../amd,versalnet-edac.yaml                   |   56 +
 drivers/cdx/controller/mc_cdx_pcol.h          |   16 +
 drivers/edac/Kconfig                          |    9 +
 drivers/edac/Makefile                         |    1 +
 drivers/edac/versalnet_rpmsg_edac.c           | 1321 +++++++++++++++++
 6 files changed, 1414 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-versalnet-edac
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/amd,versalnet-edac.yaml
 create mode 100644 drivers/edac/versalnet_rpmsg_edac.c

-- 
2.17.1


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

end of thread, other threads:[~2024-12-23 14:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22 10:06 [PATCH 0/3] EDAC: Versal NET: Add support for error notification Shubhrajyoti Datta
2024-11-22 10:06 ` [PATCH 1/3] dt-bindings: memory-controllers: Add support for Versal NET EDAC Shubhrajyoti Datta
2024-11-23 16:44   ` Krzysztof Kozlowski
2024-11-26  6:57     ` Datta, Shubhrajyoti
2024-11-26  7:07       ` Krzysztof Kozlowski
2024-12-23  9:58     ` Shubhrajyoti Datta
2024-12-23 14:02       ` Krzysztof Kozlowski
2024-11-22 10:06 ` [PATCH 2/3] cdx: add DDRMC commands Shubhrajyoti Datta
2024-11-22 10:06 ` [PATCH 3/3] EDAC: Versal NET: Add support for error notification Shubhrajyoti Datta
2024-11-23 16:49   ` Krzysztof Kozlowski

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