linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver
@ 2015-08-14  6:46 Loc Ho
  2015-08-14  6:46 ` [PATCH v4 1/4] edac: Export edac_debugfs Loc Ho
  2015-08-31 21:26 ` [PATCH v4 0/4] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver Loc Ho
  0 siblings, 2 replies; 18+ messages in thread
From: Loc Ho @ 2015-08-14  6:46 UTC (permalink / raw)
  To: linux-arm-kernel

v4:
* Remove function for EDAC debugfs node and replace with export variable
* Switch the driver to use the exported edac_debugfs variable
* Revert the if statement logic for function as necessary
* Remove un-necessary code in debugfs creation functions

v3:
* Add an function to retrieve the EDAC debugfs node
* Move all debugfs node under EDAC code debugfs node
* Update L3 to check for v1 errata
* Rename error label for L3/SoC add routines
* Re-structure SoC EDAC functions for code readability
* Inline the function xgene_edac_soc_mem_data
* Remove un-necessary { }

v2:
* Update binding documentation accordingly
* Change all single bit defines to BIT(x)
* Add support for L3 version 1 and 2 HW's
* Change to use debug file system for error injection
* In L3/SoC instance add function, allocate EDAC context after all
  initalization successed
* Support raw or detail info for SoC EDAC error reporting

v1:
* Add L3/SoC support to the APM X-Gene SoC EDAC driver
---
Loc Ho (4):
  edac: Export edac_debugfs
  Documentation: Update the APM X-Gene SoC EDAC DTS binding for L3/SoC
    subnodes
  edac: Add L3/SoC EDAC support to the APM X-Gene SoC EDAC driver
  arm64: Add L3/SoC DT subnodes to the APM X-Gene SoC EDAC node

 .../devicetree/bindings/edac/apm-xgene-edac.txt    |   23 +
 arch/arm64/boot/dts/apm/apm-storm.dtsi             |   10 +
 drivers/edac/edac_core.h                           |    1 +
 drivers/edac/edac_mc_sysfs.c                       |    5 +-
 drivers/edac/xgene_edac.c                          | 1169 ++++++++++++++++----
 5 files changed, 1012 insertions(+), 196 deletions(-)

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

end of thread, other threads:[~2015-09-22 21:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-14  6:46 [PATCH v4 0/4] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver Loc Ho
2015-08-14  6:46 ` [PATCH v4 1/4] edac: Export edac_debugfs Loc Ho
2015-08-14  6:46   ` [PATCH v4 2/4] Documentation: Update the APM X-Gene SoC EDAC DTS binding for L3/SoC subnodes Loc Ho
2015-08-14  6:46     ` [PATCH v4 3/4] edac: Add L3/SoC EDAC support to the APM X-Gene SoC EDAC driver Loc Ho
2015-08-14  6:46       ` [PATCH v4 4/4] arm64: Add L3/SoC DT subnodes to the APM X-Gene SoC EDAC node Loc Ho
2015-09-22 16:40       ` [PATCH v4 3/4] edac: Add L3/SoC EDAC support to the APM X-Gene SoC EDAC driver Borislav Petkov
2015-09-22 16:38     ` [PATCH v4 2/4] Documentation: Update the APM X-Gene SoC EDAC DTS binding for L3/SoC subnodes Borislav Petkov
2015-09-22 16:34   ` [PATCH v4 1/4] edac: Export edac_debugfs Borislav Petkov
2015-09-22 16:37     ` [PATCH 1/5] EDAC: Carve out debugfs functionality Borislav Petkov
2015-09-22 16:37       ` [PATCH 2/5] EDAC: Add debugfs wrappers Borislav Petkov
2015-09-22 16:37       ` [PATCH 3/5] EDAC, altera: Convert to " Borislav Petkov
2015-09-22 16:37       ` [PATCH 4/5] EDAC, i5100: " Borislav Petkov
2015-09-22 16:37       ` [PATCH 5/5] EDAC, xgene: " Borislav Petkov
2015-09-22 21:39         ` Loc Ho
2015-09-22 17:46     ` [PATCH v4 1/4] edac: Export edac_debugfs Loc Ho
2015-09-22 17:52       ` Borislav Petkov
2015-08-31 21:26 ` [PATCH v4 0/4] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver Loc Ho
2015-09-01  4:32   ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).