All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Xeon PHI Knights Landing support for EDAC module
@ 2015-12-02 15:38 Hubert Chrzaniuk
  2015-12-02 15:38 ` [PATCH 1/4] EDAC: add DDR4 flag Hubert Chrzaniuk
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Hubert Chrzaniuk @ 2015-12-02 15:38 UTC (permalink / raw)
  To: hubert.chrzaniuk, lukasz.anaczkowski, mchehab, dougthompson, bp
  Cc: linux-edac, linux-kernel

Series of patches that enable support for Knights Landing processor
which is based on Silvermont microarchitecture.

First 3 patches are pretty much straightforward and self-explantory.

Last one is the biggest, however, is logically consistent and breaking
into many smaller patches does not make much sense.

Patches apply on top of 4.4-rc3.

Jim Snow (4):
  EDAC: add DDR4 flag
  sb_edac: virtualize several hard-coded functions
  sb_edac: support for duplicate device IDs
  sb_edac: add Knights Landing (Xeon Phi gen 2) support

 drivers/edac/sb_edac.c | 1065 +++++++++++++++++++++++++++++++++++++++++++++---
 include/linux/edac.h   |    6 +-
 2 files changed, 1005 insertions(+), 66 deletions(-)

-- 
1.8.3.1

--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] Xeon PHI Knights Landing support for EDAC module
@ 2015-12-03  9:48 Hubert Chrzaniuk
  2015-12-03  9:48 ` [PATCH 1/4] EDAC: add DDR4 flag Hubert Chrzaniuk
  0 siblings, 1 reply; 14+ messages in thread
From: Hubert Chrzaniuk @ 2015-12-03  9:48 UTC (permalink / raw)
  To: hubert.chrzaniuk, lukasz.anaczkowski, mchehab, dougthompson, bp
  Cc: linux-edac, linux-kernel

Series of patches that enable support for Knights Landing processor which is based on Silvermont microarchitecture.

First 3 patches are pretty much straightforward and self-explantory.
Last one is the biggest, however, is logically consistent and breaking into many smaller patches does not make much sense.

Patches apply on top of 4.4-rc3

Jim Snow (4):
  EDAC: add DDR4 flag
  sb_edac: virtualize several hard-coded functions
  sb_edac: support for duplicate device IDs
  sb_edac: add Knights Landing (Xeon Phi gen 2) support

 drivers/edac/sb_edac.c | 1065 +++++++++++++++++++++++++++++++++++++++++++++---
 include/linux/edac.h   |    6 +-
 2 files changed, 1005 insertions(+), 66 deletions(-)

-- 
1.8.3.1

--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 1/4] EDAC: add DDR4 flag
@ 2015-11-30 17:22 Chrzaniuk, Hubert
  0 siblings, 0 replies; 14+ messages in thread
From: Chrzaniuk, Hubert @ 2015-11-30 17:22 UTC (permalink / raw)
  To: mchehab, dougthompson, bp; +Cc: linux-edac, linux-kernel, Anaczkowski, Lukasz

Make EDAC aware of DDR4/RDDR4 mem types.

Signed-off-by: Jim Snow <jim.m.snow@intel.com>
Signed-off-by: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>
---
 include/linux/edac.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/linux/edac.h b/include/linux/edac.h
index 4fe67b8..da69648 100644
--- a/include/linux/edac.h
+++ b/include/linux/edac.h
@@ -237,8 +237,10 @@ enum mem_type {
 #define MEM_FLAG_FB_DDR2        BIT(MEM_FB_DDR2)
 #define MEM_FLAG_RDDR2          BIT(MEM_RDDR2)
 #define MEM_FLAG_XDR            BIT(MEM_XDR)
-#define MEM_FLAG_DDR3		 BIT(MEM_DDR3)
-#define MEM_FLAG_RDDR3		 BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR3           BIT(MEM_DDR3)
+#define MEM_FLAG_RDDR3          BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR4           BIT(MEM_DDR4)
+#define MEM_FLAG_RDDR4          BIT(MEM_RDDR4)
 
 /**
  * enum edac-type - Error Detection and Correction capabilities and mode
-- 
1.8.3.1

--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-12-03 21:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-02 15:38 [PATCH 0/4] Xeon PHI Knights Landing support for EDAC module Hubert Chrzaniuk
2015-12-02 15:38 ` [PATCH 1/4] EDAC: add DDR4 flag Hubert Chrzaniuk
2015-12-02 19:28   ` Borislav Petkov
2015-12-03  7:51     ` Anaczkowski, Lukasz
2015-12-03  9:08       ` Borislav Petkov
2015-12-02 15:38 ` [PATCH 2/4] sb_edac: virtualize several hard-coded functions Hubert Chrzaniuk
2015-12-02 15:38 ` [PATCH 3/4] sb_edac: support for duplicate device IDs Hubert Chrzaniuk
2015-12-02 15:38 ` [PATCH 4/4] sb_edac: add Knights Landing (Xeon Phi gen 2) support Hubert Chrzaniuk
  -- strict thread matches above, loose matches on Subject: below --
2015-12-03  9:48 [PATCH 0/4] Xeon PHI Knights Landing support for EDAC module Hubert Chrzaniuk
2015-12-03  9:48 ` [PATCH 1/4] EDAC: add DDR4 flag Hubert Chrzaniuk
2015-12-03 10:48   ` Borislav Petkov
2015-12-03 19:16     ` Luck, Tony
2015-12-03 19:43       ` Borislav Petkov
2015-12-03 21:53         ` Luck, Tony
2015-11-30 17:22 Chrzaniuk, Hubert

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.