mbox series

[GIT,PULL] EDAC updates for v5.17

Message ID Ydv97EG//cs7Xo99@zn.tnic (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] EDAC updates for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v5.17_rc1

Message

Borislav Petkov Jan. 10, 2022, 9:35 a.m. UTC
Hi Linus,

please pull the collected pile of EDAC updates for v5.17.

Thx.

---

The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

  Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v5.17_rc1

for you to fetch changes up to da0119a9123c73269657fc61f537223d6affef02:

  Merge branches 'edac-misc' and 'edac-amd64' into edac-updates-for-v5.17 (2022-01-10 10:07:00 +0100)

----------------------------------------------------------------
- Add support for version 3 of the Synopsys DDR controller to synopsys_edac

- Add support for DRR5 and new models 0x10-0x1f and 0x50-0x5f of AMD
  family 0x19 CPUs to amd64_edac

- The usual set of fixes and cleanups

----------------------------------------------------------------
Borislav Petkov (1):
      Merge branches 'edac-misc' and 'edac-amd64' into edac-updates-for-v5.17

Colin Ian King (1):
      EDAC/sb_edac: Remove redundant initialization of variable rc

Dinh Nguyen (4):
      EDAC/synopsys: Use the quirk for version instead of ddr version
      EDAC/synopsys: Add support for version 3 of the Synopsys EDAC DDR
      EDAC/synopsys: Enable the driver on Intel's N5X platform
      dt-bindings: memory: Add entry for version 3.80a

Jason Wang (1):
      RAS/CEC: Remove a repeated 'an' in a comment

Marc Bevand (1):
      EDAC/amd64: Add support for family 19h, models 50h-5fh

Randy Dunlap (1):
      EDAC/sifive: Fix non-kernel-doc comment

Yazen Ghannam (2):
      EDAC: Add RDDR5 and LRDDR5 memory types
      EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh

 .../memory-controllers/synopsys,ddrc-ecc.yaml      |  1 +
 drivers/edac/Kconfig                               |  2 +-
 drivers/edac/amd64_edac.c                          | 36 ++++++++++++++-
 drivers/edac/amd64_edac.h                          |  8 +++-
 drivers/edac/edac_mc.c                             |  2 +
 drivers/edac/sb_edac.c                             |  2 +-
 drivers/edac/sifive_edac.c                         |  2 +-
 drivers/edac/synopsys_edac.c                       | 52 ++++++++++++++++++----
 drivers/ras/cec.c                                  |  2 +-
 include/linux/edac.h                               |  6 +++
 10 files changed, 98 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 10, 2022, 7:48 p.m. UTC | #1
The pull request you sent on Mon, 10 Jan 2022 10:35:40 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v5.17_rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ff8be964208e6b6f1341f0645857c67830a78379

Thank you!