Re: [PATCH v3 2/2] EDAC/altera: Set DDR and SDMMC interrupt mask before registration

From: Dinh Nguyen
Date: Sat Apr 26 2025 - 08:18:25 EST


On 4/25/25 09:26, Matthew Gerlach wrote:
From: Niravkumar L Rabara <niravkumar.l.rabara@xxxxxxxxxx>

Mask DDR and SDMMC in probe function to avoid spurious irq before
registration. Removed invalid register write to system manager.

Fixes: 1166fde93d5b ("EDAC, altera: Add Arria10 ECC memory init functions")
Cc: stable@xxxxxxxxxx
Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@xxxxxxxxxx>
Signed-off-by: Matthew Gerlach <matthew.gerlach@xxxxxxxxxx>
---
v3:
- Use 12 digit HASH for Fixes: tag.

v2:
- Add Fixes: and Cc: tags.

Acked-by: Dinh Nguyen <dinguyen@xxxxxxxxxx>