On 02/11/2022 04:46, Shubhrajyoti Datta wrote: > This patch adds EDAC support for Xilinx DDR Controller, this driver Do not use "This commit/patch". https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95 > reports Correctable and Uncorrectable errors , and also creates No spaces before comma. > debugfs entries for error injection. > > Co-developed-by: Sai Krishna Potthuri <sai.krishna.potthuri@xxxxxxx> > Signed-off-by: Sai Krishna Potthuri <sai.krishna.potthuri@xxxxxxx> > Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxx> > --- > > MAINTAINERS | 7 + > drivers/edac/Kconfig | 11 + > drivers/edac/Makefile | 1 + > drivers/edac/xilinx_ddrmc_edac.c | 1250 ++++++++++++++++++++++++++++++ > 4 files changed, 1269 insertions(+) > create mode 100644 drivers/edac/xilinx_ddrmc_edac.c > > diff --git a/MAINTAINERS b/MAINTAINERS > index cf0f18502372..cfeece1d75c5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -22631,6 +22631,13 @@ S: Maintained > F: drivers/soc/xilinx/xlnx_event_manager.c > F: include/linux/firmware/xlnx-event-manager.h > > +XILINX VERSAL DDRMC EDAC DRIVER > +M: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxx> > +M: Sai Krishna Potthuri <sai.krishna.potthuri@xxxxxxx> > +S: Maintained > +F: Documentation/devicetree/bindings/memory-controllers/xlnx,versal-ddrmc-edac.yaml > +F: drivers/edac/xilinx_ddrmc_edac.c > + Best regards, Krzysztof