linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add EDAC support for Cadence ddr controller
@ 2020-02-25  9:38 Dhananjay Kangude
  2020-02-25  9:38 ` [PATCH 1/2] EDAC/Cadence:Add EDAC driver for cadence memory controller Dhananjay Kangude
  2020-02-25  9:38 ` [PATCH 2/2] dt-bindings: edac: Add cadence ddr mc support Dhananjay Kangude
  0 siblings, 2 replies; 7+ messages in thread
From: Dhananjay Kangude @ 2020-02-25  9:38 UTC (permalink / raw)
  To: linux-edac
  Cc: bp, mchehab, tony.luck, james.morse, linux-kernel, mparab,
	robh+dt, devicetree, Dhananjay Kangude


These patches add new edac driver for Cadence ddr memory controller.
Cadence controller detects single(CE) and double(UE) bit errors during
memory operations(RMW). DDR controller raised the interrupt on detection
of the ecc error event and fill the data into registers. Driver handle
the interrupt event and notify edac subsystem about ecc errors.

The patch series has two patches:
1. Add driver support into edac subsystem
2. Add devicetree binding in yaml format

Dhananjay Kangude (2):
  EDAC/Cadence:Add EDAC driver for cadence memory controller
  dt-bindings: edac: Add cadence ddr mc support

 .../devicetree/bindings/edac/cdns,ddr-edac.yaml    |   56 ++
 drivers/edac/Kconfig                               |    7 +
 drivers/edac/Makefile                              |    1 +
 drivers/edac/cadence_edac.c                        |  615 ++++++++++++++++++++
 4 files changed, 679 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/edac/cdns,ddr-edac.yaml
 create mode 100644 drivers/edac/cadence_edac.c


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

end of thread, other threads:[~2020-02-26  3:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25  9:38 [PATCH 0/2] Add EDAC support for Cadence ddr controller Dhananjay Kangude
2020-02-25  9:38 ` [PATCH 1/2] EDAC/Cadence:Add EDAC driver for cadence memory controller Dhananjay Kangude
2020-02-25 22:04   ` kbuild test robot
2020-02-26  2:11   ` [RFC PATCH] EDAC/Cadence: data_synd[] can be static kbuild test robot
2020-02-26  3:26   ` [PATCH 1/2] EDAC/Cadence:Add EDAC driver for cadence memory controller kbuild test robot
2020-02-25  9:38 ` [PATCH 2/2] dt-bindings: edac: Add cadence ddr mc support Dhananjay Kangude
2020-02-25 16:58   ` Rob Herring

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