edac: altera: Move Stratix10 SDRAM ECC to peripheral
authorThor Thayer <thor.thayer@linux.intel.com>
Fri, 12 Jul 2019 18:28:43 +0000 (13:28 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 25 Jul 2019 18:28:42 +0000 (14:28 -0400)
commit3123c5c4ca157edc518102ee5385f60cb90f93f5
treed7d39fad7fec919e8a40c45b90e4fbc3d79dc4c9
parent1c38bdc96941fcf8ce9c32d1c45eca5547abd45e
edac: altera: Move Stratix10 SDRAM ECC to peripheral

ARM32 SoCFPGAs had separate IRQs for SDRAM. ARM64 SoCFPGAs
send all DBEs to SError so filtering by source is necessary.

The Stratix10 SDRAM ECC is a better match with the generic
Altera peripheral ECC framework because the linked list can
be searched to find the ECC block offset and printout
the DBE Address.

Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Acked-by: James Morse <james.morse@arm.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/edac/altera_edac.c
drivers/edac/altera_edac.h