Re: [PATCHv8 3/3] edac: altera: Add Altera SDRAM Controller EDAC support.

2014-06-28 Thread Pavel Machek
Hi! > --- /dev/null > +++ b/drivers/edac/altera_edac.c > @@ -0,0 +1,449 @@ > +/* > + * Copyright Altera Corporation (C) 2014. All rights reserved. > + * Copyright 2011-2012 Calxeda, Inc. > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms and

[PATCHv8 3/3] edac: altera: Add Altera SDRAM Controller EDAC support.

2014-06-27 Thread tthayer
From: Thor Thayer This patch adds support for the CycloneV and ArriaV SDRAM controllers. Correction and reporting of SBEs, Panic on DBEs. Signed-off-by: Thor Thayer --- v2: Use the SDRAM controller registers to calculate memory size instead of the Device Tree. Update To & Cc list. Add main