All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] edac: Add support for Xilinx ZynqMP OCM EDAC
@ 2022-08-16  7:32 ` Sai Krishna Potthuri
  0 siblings, 0 replies; 16+ messages in thread
From: Sai Krishna Potthuri @ 2022-08-16  7:32 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Michal Simek, Borislav Petkov,
	Mauro Carvalho Chehab, Tony Luck, James Morse, Robert Richter
  Cc: devicetree, linux-arm-kernel, linux-kernel, linux-edac,
	saikrishna12468, git, Sai Krishna Potthuri

This patch series does following
- Add bindings for Xilinx ZynqMP OCM EDAC.
- Add EDAC driver support for ZynqMP OCM controller.

Sai Krishna Potthuri (1):
  edac: zynqmp_ocm: Add EDAC support for ZynqMP OCM

Shubhrajyoti Datta (1):
  dt-bindings: edac: Add bindings for Xilinx ZynqMP OCM

 .../bindings/edac/xlnx,zynqmp-ocmc.yaml       |  41 ++
 MAINTAINERS                                   |   7 +
 drivers/edac/Kconfig                          |   9 +
 drivers/edac/Makefile                         |   1 +
 drivers/edac/zynqmp_ocm_edac.c                | 643 ++++++++++++++++++
 5 files changed, 701 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/edac/xlnx,zynqmp-ocmc.yaml
 create mode 100644 drivers/edac/zynqmp_ocm_edac.c

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-08-16 13:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16  7:32 [PATCH 0/2] edac: Add support for Xilinx ZynqMP OCM EDAC Sai Krishna Potthuri
2022-08-16  7:32 ` Sai Krishna Potthuri
2022-08-16  7:32 ` [PATCH 1/2] dt-bindings: edac: Add bindings for Xilinx ZynqMP OCM Sai Krishna Potthuri
2022-08-16  7:32   ` Sai Krishna Potthuri
2022-08-16  7:59   ` Krzysztof Kozlowski
2022-08-16  7:59     ` Krzysztof Kozlowski
2022-08-16 12:43     ` Potthuri, Sai Krishna
2022-08-16 12:43       ` Potthuri, Sai Krishna
2022-08-16 13:23       ` Krzysztof Kozlowski
2022-08-16 13:23         ` Krzysztof Kozlowski
2022-08-16  7:32 ` [PATCH 2/2] edac: zynqmp_ocm: Add EDAC support for " Sai Krishna Potthuri
2022-08-16  7:32   ` Sai Krishna Potthuri
2022-08-16  8:06   ` Krzysztof Kozlowski
2022-08-16  8:06     ` Krzysztof Kozlowski
2022-08-16 12:39     ` Potthuri, Sai Krishna
2022-08-16 12:39       ` Potthuri, Sai Krishna

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.