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

This patch series adds an EDAC driver and DT documentation
for FU540-C000 chip.

Initially L2 Cache controller is added as a subcomponent to this driver.

This patchset is based on Linux 5.0-rc8 and tested on HiFive Unleashed
board with additional board related patches needed for testing can be
found at dev/yashs/L2_cache_controller branch of:
https://github.com/yashshah7/riscv-linux.git

Yash Shah (2):
  edac: sifive: Add DT documentation for SiFive EDAC driver and
    subcomponent
  edac: sifive: Add EDAC driver for SiFive FU540-C000 chip

 .../devicetree/bindings/edac/sifive-edac.txt       |  40 +++
 arch/riscv/Kconfig                                 |   1 +
 drivers/edac/Kconfig                               |  13 +
 drivers/edac/Makefile                              |   1 +
 drivers/edac/sifive_edac.c                         | 297 +++++++++++++++++++++
 5 files changed, 352 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/edac/sifive-edac.txt
 create mode 100644 drivers/edac/sifive_edac.c

-- 
1.9.1


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

end of thread, other threads:[~2019-03-29 19:45 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20 11:52 [PATCH 0/2] EDAC Support for SiFive SoCs Yash Shah
2019-03-20 11:52 ` Yash Shah
2019-03-20 11:52 ` [PATCH 1/2] edac: sifive: Add DT documentation for SiFive EDAC driver and subcomponent Yash Shah
2019-03-20 11:52   ` Yash Shah
2019-03-20 11:52   ` [1/2] " Yash Shah
2019-03-25  0:20   ` [PATCH 1/2] " Paul Walmsley
2019-03-25  0:20     ` Paul Walmsley
2019-03-25  0:20     ` [1/2] " Paul Walmsley
2019-03-20 11:52 ` [PATCH 2/2] edac: sifive: Add EDAC driver for SiFive FU540-C000 chip Yash Shah
2019-03-20 11:52   ` Yash Shah
2019-03-20 11:52   ` [2/2] " Yash Shah
2019-03-21 13:33   ` [PATCH 2/2] " Borislav Petkov
2019-03-21 13:33     ` Borislav Petkov
2019-03-21 13:33     ` [2/2] " Borislav Petkov
2019-03-22  6:00     ` [PATCH 2/2] " Yash Shah
2019-03-22  6:00       ` Yash Shah
2019-03-22  6:00       ` [2/2] " Yash Shah
2019-03-25  0:23   ` [PATCH 2/2] " Paul Walmsley
2019-03-25  0:23     ` Paul Walmsley
2019-03-25  0:23     ` [2/2] " Paul Walmsley
2019-03-25  6:57     ` [PATCH 2/2] " Borislav Petkov
2019-03-25  6:57       ` Borislav Petkov
2019-03-25  6:57       ` [2/2] " Borislav Petkov
2019-03-25 21:26       ` [PATCH 2/2] " Paul Walmsley
2019-03-25 21:26         ` Paul Walmsley
2019-03-25 21:26         ` [2/2] " Paul Walmsley
2019-03-25 21:50         ` [PATCH 2/2] " Borislav Petkov
2019-03-25 21:50           ` Borislav Petkov
2019-03-25 21:50           ` [2/2] " Borislav Petkov
2019-03-29 19:45   ` [PATCH 2/2] " Paul Walmsley
2019-03-29 19:45     ` Paul Walmsley
2019-03-29 19:45     ` [2/2] " 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.