All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] edac: xilinx: Added EDAC support for Xilinx DDR controller
@ 2022-11-07  6:24 Shubhrajyoti Datta
  2022-11-07  6:24 ` [PATCH v2 1/2] dt-bindings: edac: Add bindings for Xilinx Versal EDAC for DDRMC Shubhrajyoti Datta
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Shubhrajyoti Datta @ 2022-11-07  6:24 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.


Changes in v2:
remove edac from compatible
Update the description
update the ddrmc_base and ddrmc_noc_base names
Update a missed out file
remove edac from compatible name
rename ddrmc_noc_base and ddrmc_base

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              | 1251 +++++++++++++++++
 include/linux/firmware/xlnx-zynqmp.h          |   10 +
 6 files changed, 1337 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] 15+ messages in thread

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07  6:24 [PATCH v2 0/2] edac: xilinx: Added EDAC support for Xilinx DDR controller Shubhrajyoti Datta
2022-11-07  6:24 ` [PATCH v2 1/2] dt-bindings: edac: Add bindings for Xilinx Versal EDAC for DDRMC Shubhrajyoti Datta
2022-11-10  9:10   ` (subset) " Krzysztof Kozlowski
2022-11-10 10:01     ` Borislav Petkov
2022-11-10 10:03       ` Krzysztof Kozlowski
2022-11-10 10:55         ` Borislav Petkov
2022-11-10 10:57           ` Krzysztof Kozlowski
2022-11-10 10:59             ` Borislav Petkov
2022-11-10 11:00               ` Krzysztof Kozlowski
2022-11-10 11:07                 ` Borislav Petkov
2022-11-10  9:11   ` Krzysztof Kozlowski
2022-11-10 10:05   ` Krzysztof Kozlowski
2022-11-07  6:24 ` [PATCH v2 2/2] edac: xilinx: Added EDAC support for Xilinx DDR controller Shubhrajyoti Datta
2022-11-08 19:07 ` [PATCH v2 0/2] " Borislav Petkov
2022-11-09 12:43   ` Datta, Shubhrajyoti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.