devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] edac: xilinx: Added EDAC support for Xilinx DDR controller
@ 2022-11-02  8:46 Shubhrajyoti Datta
  2022-11-02  8:46 ` [PATCH 1/2] dt-bindings: edac: Add bindings for Xilinx Versal EDAC for DDRMC Shubhrajyoti Datta
  2022-11-02  8:46 ` [PATCH 2/2] edac: xilinx: Added EDAC support for Xilinx DDR controller Shubhrajyoti Datta
  0 siblings, 2 replies; 6+ messages in thread
From: Shubhrajyoti Datta @ 2022-11-02  8:46 UTC (permalink / raw)
  To: linux-edac
  Cc: git, devicetree, michal.simek, rric, james.morse, tony.luck,
	mchehab, bp, robh+dt, krzysztof.kozlowski


The integrated DDR Memory Controllers (DDRMCs) support both DDR4 and LPDDR4/4X
memory interfaces. It has four programmable NoC interface ports and is designed
to handle multiple streams of traffic.

Optional external interface reliability include ECC error detection/correction
and command address parity.

Adding edac support for DDR Memory controller.



Shubhrajyoti Datta (2):
  dt-bindings: edac: Add bindings for Xilinx Versal EDAC for DDRMC
  edac: xilinx: Added EDAC support for Xilinx DDR controller

 .../xlnx,versal-ddrmc-edac.yaml               |   57 +
 MAINTAINERS                                   |    7 +
 drivers/edac/Kconfig                          |   11 +
 drivers/edac/Makefile                         |    1 +
 drivers/edac/xilinx_ddrmc_edac.c              | 1250 +++++++++++++++++
 5 files changed, 1326 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/xlnx,versal-ddrmc-edac.yaml
 create mode 100644 drivers/edac/xilinx_ddrmc_edac.c

-- 
2.17.1


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-02  8:46 [PATCH 0/2] edac: xilinx: Added EDAC support for Xilinx DDR controller Shubhrajyoti Datta
2022-11-02  8:46 ` [PATCH 1/2] dt-bindings: edac: Add bindings for Xilinx Versal EDAC for DDRMC Shubhrajyoti Datta
2022-11-02 19:35   ` Krzysztof Kozlowski
2022-11-02  8:46 ` [PATCH 2/2] edac: xilinx: Added EDAC support for Xilinx DDR controller Shubhrajyoti Datta
2022-11-02 19:31   ` Krzysztof Kozlowski
2022-11-02 22:38   ` kernel test robot

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