mbox series

[V4,0/2] EDAC: synopsys: fix some bugs in v3.x Synopsys EDAC DDR driver

Message ID 20220427015137.8406-1-sherry.sun@nxp.com (mailing list archive)
Headers show
Series EDAC: synopsys: fix some bugs in v3.x Synopsys EDAC DDR driver | expand

Message

Sherry Sun April 27, 2022, 1:51 a.m. UTC
The two patches fix some issues for v3.x Synopsys EDAC DDR in synopsys_edac.c.
For the details, please check the patch commit log. This has been verified on
i.MX8MP platform.

Sherry Sun (2):
  EDAC/synopsys: Disable the error interrupt on Synopsys EDAC v3.x
    hardware
  EDAC/synopsys: Re-enable the interrupts in intr_handler for v3.x
    Synopsys EDAC DDR

 drivers/edac/synopsys_edac.c | 44 ++++++++++++++++++++----------------
 1 file changed, 25 insertions(+), 19 deletions(-)

Comments

Borislav Petkov April 27, 2022, 3:47 p.m. UTC | #1
On Wed, Apr 27, 2022 at 09:51:35AM +0800, Sherry Sun wrote:
> The two patches fix some issues for v3.x Synopsys EDAC DDR in synopsys_edac.c.
> For the details, please check the patch commit log. This has been verified on
> i.MX8MP platform.
> 
> Sherry Sun (2):
>   EDAC/synopsys: Disable the error interrupt on Synopsys EDAC v3.x
>     hardware
>   EDAC/synopsys: Re-enable the interrupts in intr_handler for v3.x
>     Synopsys EDAC DDR
> 
>  drivers/edac/synopsys_edac.c | 44 ++++++++++++++++++++----------------
>  1 file changed, 25 insertions(+), 19 deletions(-)

Applied, thanks.