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

From: Borislav Petkov
Date: Thu Apr 06 2017 - 06:05:13 EST


On Wed, Apr 05, 2017 at 01:01:02PM -0500, thor.thayer@xxxxxxxxxxxxxxx wrote:
> From: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx>
>
> 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 <thor.thayer@xxxxxxxxxxxxxxx>
> ---
> v2 Change valid_model() return value from int to bool
> Change valid_model() name to is_a10_model() for clarity.
> Simplify expression - remove check for non-zero
> v3 Use a simpler of_machine_is_compatible() expression.
> Rename is_a10_model() to socfpga_is_a10().
> ---
> drivers/edac/altera_edac.c | 22 ++++++++++++++++++----
> 1 file changed, 18 insertions(+), 4 deletions(-)

Applied, thanks.

--
Regards/Gruss,
Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.