mbox series

[PATCHv2,0/3] Altera EDAC Fix & Cleanup Patches

Message ID 1574361048-17572-1-git-send-email-thor.thayer@linux.intel.com (mailing list archive)
Headers show
Series Altera EDAC Fix & Cleanup Patches | expand

Message

Thor Thayer Nov. 21, 2019, 6:30 p.m. UTC
From: Thor Thayer <thor.thayer@linux.intel.com>

This patchset includes a fix for the Stratix10 IRQ regmap
and cleanup of the driver as it has evolved.

Patch 2 and 3 were accepted into the edac-for-next branch [1]
but the fix should be included. Version 2 of the patches
rebase on top of the fix.

This patchset should replace the current patches[1].

[1] https://lore.kernel.org/linux-edac/1573156890-26891-1-git-send-email-thor.thayer@linux.intel.com/

Meng Li (1):
  EDAC/altera: Use fast register IO for S10 IRQs

Thor Thayer (2):
  EDAC/altera: Cleanup the ECC Manager
  EDAC/altera: Use the Altera System Manager driver

 drivers/edac/altera_edac.c | 152 +++------------------------------------------
 1 file changed, 9 insertions(+), 143 deletions(-)

Comments

Borislav Petkov Nov. 22, 2019, 9:24 a.m. UTC | #1
On Thu, Nov 21, 2019 at 12:30:45PM -0600, thor.thayer@linux.intel.com wrote:
> From: Thor Thayer <thor.thayer@linux.intel.com>
> 
> This patchset includes a fix for the Stratix10 IRQ regmap
> and cleanup of the driver as it has evolved.
> 
> Patch 2 and 3 were accepted into the edac-for-next branch [1]
> but the fix should be included. Version 2 of the patches
> rebase on top of the fix.
> 
> This patchset should replace the current patches[1].
> 
> [1] https://lore.kernel.org/linux-edac/1573156890-26891-1-git-send-email-thor.thayer@linux.intel.com/
> 
> Meng Li (1):
>   EDAC/altera: Use fast register IO for S10 IRQs
> 
> Thor Thayer (2):
>   EDAC/altera: Cleanup the ECC Manager
>   EDAC/altera: Use the Altera System Manager driver
> 
>  drivers/edac/altera_edac.c | 152 +++------------------------------------------
>  1 file changed, 9 insertions(+), 143 deletions(-)
> 
> -- 

Applied, thanks.