Re: [PATCHv3] EDAC, altera: Fix peripheral warnings for Cyclone5

2017-04-06 Thread Borislav Petkov
On Wed, Apr 05, 2017 at 01:01:02PM -0500, thor.tha...@linux.intel.com wrote: > From: Thor Thayer > > The peripherals EDACs only exist on the Arria10 SoCFPGA. The Cyclone5 > initialization has EDAC warnings when the peripherals aren't found > in the device tree. Fix

Re: [PATCHv3] EDAC, altera: Fix peripheral warnings for Cyclone5

2017-04-06 Thread Borislav Petkov
On Wed, Apr 05, 2017 at 01:01:02PM -0500, thor.tha...@linux.intel.com wrote: > From: Thor Thayer > > The peripherals EDACs only exist on the Arria10 SoCFPGA. The Cyclone5 > initialization has EDAC warnings when the peripherals aren't found > in the device tree. Fix by checking for Arria10 in the

[PATCHv3] EDAC, altera: Fix peripheral warnings for Cyclone5

2017-04-05 Thread thor . thayer
From: Thor Thayer The peripherals EDACs only exist on the Arria10 SoCFPGA. The Cyclone5 initialization has EDAC warnings when the peripherals aren't found in the device tree. Fix by checking for Arria10 in the init functions. Signed-off-by: Thor Thayer

[PATCHv3] EDAC, altera: Fix peripheral warnings for Cyclone5

2017-04-05 Thread thor . thayer
From: Thor Thayer The peripherals EDACs only exist on the Arria10 SoCFPGA. The Cyclone5 initialization has EDAC warnings when the peripherals aren't found in the device tree. Fix by checking for Arria10 in the init functions. Signed-off-by: Thor Thayer --- v2 Change valid_model() return value