diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-06-26 15:06:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-06-26 15:06:42 -0700 |
commit | e5ce2f196fb9ab35fe18dcfd2bc17883db7bbe33 (patch) | |
tree | 0f3d1e139a84de386cbebecb66bdab1caef369e9 /MAINTAINERS | |
parent | 88afbb21d4b36fee6acaa167641f9f0fc122f01b (diff) | |
parent | 852667c317ae23f366cfaade3b9269b1943888dd (diff) | |
download | lwn-e5ce2f196fb9ab35fe18dcfd2bc17883db7bbe33.tar.gz lwn-e5ce2f196fb9ab35fe18dcfd2bc17883db7bbe33.zip |
Merge tag 'edac_updates_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras
Pull EDAC updates from Borislav Petkov:
- amd64_edac: Add support for Zen4 client hardware
- amd64_edac: Remove the version string as it is useless and actively
confusing when looking at backported versions of the driver
- Add a driver for the Nuvoton NPCM memory controller
- A debugfs error checking cleanup
* tag 'edac_updates_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras:
EDAC/npcm: Add NPCM memory controller driver
dt-bindings: memory-controllers: nuvoton: Add NPCM memory controller
EDAC/thunderx: Check debugfs file creation retval properly
EDAC/amd64: Add support for ECC on family 19h model 60h-7Fh
EDAC/amd64: Remove module version string
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0e07fe0da285..3ebcef64ba88 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7494,6 +7494,14 @@ L: linux-edac@vger.kernel.org S: Maintained F: drivers/edac/mpc85xx_edac.[ch] +EDAC-NPCM +M: Marvin Lin <kflin@nuvoton.com> +M: Stanley Chu <yschu@nuvoton.com> +L: linux-edac@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/memory-controllers/nuvoton,npcm-memory-controller.yaml +F: drivers/edac/npcm_edac.c + EDAC-PASEMI M: Egor Martovetsky <egor@pasemi.com> L: linux-edac@vger.kernel.org |