All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
To: bp@alien8.de
Cc: tony.luck@intel.com, aris@redhat.com, mchehab@kernel.org,
	linux-edac@vger.kernel.org, Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Subject: [PATCH v1 0/3] Add EDAC driver for Intel client SoCs using In-Band ECC
Date: Thu,  5 Nov 2020 15:48:07 +0800	[thread overview]
Message-ID: <20201105074807.3697-1-qiuxu.zhuo@intel.com> (raw)

part1: Add new memory types used by part2

part2: Add EDAC driver for Intel client SoCs using In-Band ECC(IBECC) IP.
       The first IBECC-supported SoC is Elkhart Lake.

part3: Add debugfs interface for error address decoding test.

Qiuxu Zhuo (3):
  EDAC: Add three new memory types
  EDAC/igen6: Add EDAC driver for Intel client SoCs using IBECC
  EDAC/igen6: Add debugfs interface for Intel client SoC EDAC driver

 drivers/edac/Kconfig      |   9 +
 drivers/edac/Makefile     |   1 +
 drivers/edac/edac_mc.c    |   3 +
 drivers/edac/igen6_edac.c | 977 ++++++++++++++++++++++++++++++++++++++
 include/linux/edac.h      |   9 +
 5 files changed, 999 insertions(+)
 create mode 100644 drivers/edac/igen6_edac.c

-- 
2.17.1


             reply	other threads:[~2020-11-05  7:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05  7:48 Qiuxu Zhuo [this message]
2020-11-05 19:05 ` [PATCH 0/2] Update MAINTAINERS for EDAC Tony Luck
2020-11-05 19:05   ` [PATCH 1/2] MAINTAINERS: Add entry for Intel IGEN6 EDAC driver Tony Luck
2020-11-05 19:05   ` [PATCH 2/2] MAINTAINERS: Clean up the F: entries for some EDAC drivers Tony Luck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201105074807.3697-1-qiuxu.zhuo@intel.com \
    --to=qiuxu.zhuo@intel.com \
    --cc=aris@redhat.com \
    --cc=bp@alien8.de \
    --cc=linux-edac@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=tony.luck@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.