All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] L2 Cache EDAC Support for HiFive Unleashed
@ 2019-03-12  9:20 ` Yash Shah
  0 siblings, 0 replies; 56+ messages in thread
From: Yash Shah @ 2019-03-12  9:20 UTC (permalink / raw)
  To: linux-riscv, linux-edac, palmer, paul.walmsley
  Cc: linux-kernel, robh+dt, mark.rutland, aou, bp, mchehab,
	devicetree, Yash Shah

This patch series adds a L2 Cache EDAC driver and DT documentation
for HiFive Unleashed board.

Yash Shah (2):
  edac: sifive: Add DT documentation for SiFive L2 cache Controller
  sifive: edac: Add EDAC driver for Sifive l2 Cache Controller

 .../devicetree/bindings/edac/sifive-edac-l2.txt    |  31 +++
 arch/riscv/Kconfig                                 |   1 +
 drivers/edac/Kconfig                               |   7 +
 drivers/edac/Makefile                              |   1 +
 drivers/edac/sifive_edac-l2.c                      | 292 +++++++++++++++++++++
 5 files changed, 332 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/edac/sifive-edac-l2.txt
 create mode 100644 drivers/edac/sifive_edac-l2.c

-- 
1.9.1


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

end of thread, other threads:[~2019-04-04  1:17 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12  9:20 [PATCH 0/2] L2 Cache EDAC Support for HiFive Unleashed Yash Shah
2019-03-12  9:20 ` Yash Shah
2019-03-12  9:20 ` Yash Shah
2019-03-12  9:21 ` [PATCH 1/2] edac: sifive: Add DT documentation for SiFive L2 cache Controller Yash Shah
2019-03-12  9:21   ` Yash Shah
2019-03-12  9:21   ` [1/2] " Yash Shah
2019-03-28 13:16   ` [PATCH 1/2] " Rob Herring
2019-03-28 13:16     ` Rob Herring
2019-03-28 13:16     ` [1/2] " Rob Herring
2019-03-28 18:47     ` [PATCH 1/2] " James Morse
2019-03-28 18:47       ` James Morse
2019-03-28 18:47       ` [1/2] " James Morse
2019-03-29 14:11       ` [PATCH 1/2] " Rob Herring
2019-03-29 14:11         ` Rob Herring
2019-03-29 14:11         ` [1/2] " Rob Herring
2019-03-29 14:27         ` [PATCH 1/2] " Borislav Petkov
2019-03-29 14:27           ` Borislav Petkov
2019-03-29 14:27           ` [1/2] " Borislav Petkov
2019-03-29 19:41           ` [PATCH 1/2] " Rob Herring
2019-03-29 19:41             ` Rob Herring
2019-03-29 19:41             ` [1/2] " Rob Herring
2019-03-29 20:24             ` [PATCH 1/2] " Borislav Petkov
2019-03-29 20:24               ` Borislav Petkov
2019-03-29 20:24               ` [1/2] " Borislav Petkov
2019-04-04  1:04               ` [PATCH 1/2] " Rob Herring
2019-04-04  1:04                 ` Rob Herring
2019-04-04  1:04                 ` [1/2] " Rob Herring
2019-04-01 16:36         ` [PATCH 1/2] " James Morse
2019-04-01 16:36           ` James Morse
2019-04-01 16:36           ` [1/2] " James Morse
2019-04-04  1:17           ` [PATCH 1/2] " Rob Herring
2019-04-04  1:17             ` Rob Herring
2019-04-04  1:17             ` [1/2] " Rob Herring
2019-03-12  9:21 ` [PATCH 2/2] sifive: edac: Add EDAC driver for Sifive l2 Cache Controller Yash Shah
2019-03-12  9:21   ` Yash Shah
2019-03-12  9:21   ` [2/2] " Yash Shah
2019-03-12  9:28   ` [PATCH 2/2] " Borislav Petkov
2019-03-12  9:28     ` Borislav Petkov
2019-03-12  9:28     ` [2/2] " Borislav Petkov
2019-03-25  0:16     ` [PATCH 2/2] " Paul Walmsley
2019-03-25  0:16       ` Paul Walmsley
2019-03-25  0:16       ` [2/2] " Paul Walmsley
2019-03-25  6:54       ` [PATCH 2/2] " Borislav Petkov
2019-03-25  6:54         ` Borislav Petkov
2019-03-25  6:54         ` [2/2] " Borislav Petkov
2019-03-25 21:18         ` [PATCH 2/2] " Paul Walmsley
2019-03-25 21:18           ` Paul Walmsley
2019-03-25 21:18           ` [2/2] " Paul Walmsley
2019-03-25 21:47           ` [PATCH 2/2] " Borislav Petkov
2019-03-25 21:47             ` Borislav Petkov
2019-03-25 21:47             ` [2/2] " Borislav Petkov
2019-03-12 16:31   ` [PATCH 2/2] " Paul Walmsley
2019-03-12 16:31     ` Paul Walmsley
2019-03-12 16:31     ` [2/2] " Paul Walmsley
2019-03-12 16:32 ` [PATCH 0/2] L2 Cache EDAC Support for HiFive Unleashed Paul Walmsley
2019-03-12 16:32   ` Paul Walmsley

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.