[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220822115821.3907-1-sai.krishna.potthuri@amd.com>
Date: Mon, 22 Aug 2022 17:28:19 +0530
From: Sai Krishna Potthuri <sai.krishna.potthuri@....com>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Michal Simek <michal.simek@...inx.com>,
Borislav Petkov <bp@...en8.de>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Tony Luck <tony.luck@...el.com>,
James Morse <james.morse@....com>,
"Robert Richter" <rric@...nel.org>
CC: <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <linux-edac@...r.kernel.org>,
<saikrishna12468@...il.com>, <git@....com>,
Sai Krishna Potthuri <sai.krishna.potthuri@....com>
Subject: [PATCH v2 0/2] edac: Add support for Xilinx ZynqMP OCM EDAC
This patch series does following
- Add bindings for Xilinx ZynqMP OCM Controller.
- Add EDAC driver support for ZynqMP OCM controller.
changes in v2:
-> 1/2 - Used define for interrupt flag.
-> 1/2 - Updated the description and title.
-> 2/2 - Removed Kernel doc for probe and remove.
-> 2/2 - Used COMPILE_TEST, used wrapper for get and ioremap resource.
-> 2/2 - Fixed few comments related to static variable declaration
and print statements.
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 | 45 ++
MAINTAINERS | 7 +
drivers/edac/Kconfig | 9 +
drivers/edac/Makefile | 1 +
drivers/edac/zynqmp_ocm_edac.c | 622 ++++++++++++++++++
5 files changed, 684 insertions(+)
create mode 100644 Documentation/devicetree/bindings/edac/xlnx,zynqmp-ocmc.yaml
create mode 100644 drivers/edac/zynqmp_ocm_edac.c
--
2.17.1
Powered by blists - more mailing lists