Re: [PATCH 2/2] EDAC, altera: Initialize peripheral FIFOs in probe()

2019-03-29 Thread Borislav Petkov
On Tue, Mar 26, 2019 at 04:29:31PM -0500, thor.tha...@linux.intel.com wrote: > From: Thor Thayer > > The FIFO memory and ECC initialization doesn't need to be > done as a separate operation early in the startup. > > Improve the Arria10 and Stratix10 peripheral FIFO init > by initializing memory

[PATCH 2/2] EDAC, altera: Initialize peripheral FIFOs in probe()

2019-03-26 Thread thor . thayer
From: Thor Thayer The FIFO memory and ECC initialization doesn't need to be done as a separate operation early in the startup. Improve the Arria10 and Stratix10 peripheral FIFO init by initializing memory and enabling ECC as part of the device driver initialization. Signed-off-by: Thor Thayer