diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-01 22:21:34 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-01 22:21:34 +0300 |
commit | 8b11dd54add63aa398c4b239d31b7f4477a4b859 (patch) | |
tree | 2d982e4d010efd725b27aa423c73ddc0b6c43d92 /MAINTAINERS | |
parent | ca1f5df23f28228c46aa45d934abad38c6b6ff2e (diff) | |
parent | 2a02ca0428cfe68cce600111acb4c6f7d85cf71f (diff) | |
download | linux-8b11dd54add63aa398c4b239d31b7f4477a4b859.tar.xz |
Merge tag 'edac_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras
Pull EDAC updates from Borislav Petkov:
- Fix i10nm_edac loading on some Ice Lake and Tremont/Jacobsville
steppings due to the offset change of the bus number configuration
register, by Qiuxu Zhuo.
- The usual cleanups and fixes all over the place.
* tag 'edac_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras:
EDAC/amd64: Remove redundant assignment to variable ret in hw_info_get()
EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enable
EDAC/i10nm: Update driver to support different bus number config register offsets
EDAC, {skx,i10nm}: Make some configurations CPU model specific
EDAC/amd8131: Remove defined but not used bridge_str
EDAC/thunderx: Make symbols static
MAINTAINERS: Remove sifive_l2_cache.c from EDAC-SIFIVE pattern
EDAC/xgene: Remove set but not used address local var
EDAC/armada_xp: Fix some log messages
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 92ce8d21c925..f439407e0b22 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6193,7 +6193,6 @@ M: Yash Shah <yash.shah@sifive.com> L: linux-edac@vger.kernel.org S: Supported F: drivers/edac/sifive_edac.c -F: drivers/soc/sifive_l2_cache.c EDAC-SKYLAKE M: Tony Luck <tony.luck@intel.com> |