devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v0 0/4] Add cache erp driver for Last Level Cache Controller (LLCC)
@ 2018-07-25 17:44 Venkata Narendra Kumar Gutta
  2018-07-25 17:44 ` [PATCH v0 1/4] drivers: soc: Add broadcast base " Venkata Narendra Kumar Gutta
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Venkata Narendra Kumar Gutta @ 2018-07-25 17:44 UTC (permalink / raw)
  To: evgreen, robh, bp, mchehab, linux-edac, linux-kernel, andy.gross,
	david.brown, linux-arm-msm, linux-soc, robh+dt, mark.rutland,
	devicetree, tsoni, ckadabi, rishabhb

This series implements cache erp driver for Last Level Cache Controller 
(LLCC). Cache erp driver is to detect and report single and double bit
errors on Last Level Cache Controller (LLCC) cache. This driver also takes
care of dumping registers and have config options to enable and disable
panic when these errors happen in LLCC.

The driver functionality is implemented in:
qcom_llcc_edac.c : This platform driver registers to edac framework and
handles the single and double bit errors in llcc cache by registering
interrupt handlers. 

llcc-slice.c: It invokes the llcc cache erp driver and passes platform
data to it. 

This patchset depends on the LLCC driver, which is yet to be merged.
Link: https://patchwork.kernel.org/patch/10422531/
Link: Link: http://lists-archives.com/linux-kernel/29157082-dt-bindings-documentation-for-qcom-llcc.html

Venkata Narendra Kumar Gutta (4):
  drivers: soc: Add broadcast base for Last Level Cache Controller
    (LLCC)
  drivers: soc: Support to add cache erp driver for Last Level Cache
    Controller (LLCC)
  drivers: edac: Add cache erp driver for Last Level Cache Controller
    (LLCC)
  dt-bindigs: Update documentation of qcom,llcc

 .../devicetree/bindings/arm/msm/qcom,llcc.txt      |  41 ++
 drivers/edac/Kconfig                               |  21 +
 drivers/edac/Makefile                              |   1 +
 drivers/edac/qcom_llcc_edac.c                      | 523 +++++++++++++++++++++
 drivers/soc/qcom/llcc-slice.c                      |  74 ++-
 include/linux/soc/qcom/llcc-qcom.h                 |   6 +-
 6 files changed, 640 insertions(+), 26 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/msm/qcom,llcc.txt
 create mode 100644 drivers/edac/qcom_llcc_edac.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2018-07-31  4:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-25 17:44 [PATCH v0 0/4] Add cache erp driver for Last Level Cache Controller (LLCC) Venkata Narendra Kumar Gutta
2018-07-25 17:44 ` [PATCH v0 1/4] drivers: soc: Add broadcast base " Venkata Narendra Kumar Gutta
2018-07-25 17:44 ` [PATCH v0 2/4] drivers: soc: Support to add cache erp driver " Venkata Narendra Kumar Gutta
2018-07-25 17:44 ` [PATCH v0 3/4] drivers: edac: Add " Venkata Narendra Kumar Gutta
2018-07-29  3:49   ` Borislav Petkov
2018-07-30 21:38     ` vnkgutta
2018-07-31  4:22       ` Borislav Petkov
2018-07-25 17:44 ` [PATCH v0 4/4] dt-bindigs: Update documentation of qcom,llcc Venkata Narendra Kumar Gutta

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).