From: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx> This series of patches adds peripheral EDAC support for the SOCFPGA Stratix10. To ease the integration, restructuring of the existing Stratix10 SDRAM EDAC occurred. The Stratix10 peripheral support closely mirrors some of the Arria10 peripherals and they can share functions. v2: Correct the SDRAM node address in Device Tree (patch 3/6) Thor Thayer (6): arm64: dts: stratix10: Additions to EDAC System Manager EDAC, altera: Combine Stratix10 and Arria10 probe functions arm64: dts: stratix10: Add SDRAM node EDAC, altera: Merge Stratix10 into Arria10 SDRAM probe EDAC, altera: Add Stratix10 peripheral support. arm64: dts: stratix10: Add peripheral EDAC nodes arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 37 +- drivers/edac/altera_edac.c | 666 +++++++--------------- drivers/edac/altera_edac.h | 73 +-- 3 files changed, 282 insertions(+), 494 deletions(-) -- 2.7.4