From: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
To: evgreen@chromium.org, robh@kernel.org, bp@alien8.de,
mchehab@kernel.org, linux-edac@vger.kernel.org,
linux-kernel@vger.kernel.org, andy.gross@linaro.org,
david.brown@linaro.org, linux-arm-msm@vger.kernel.org,
linux-soc@vger.kernel.org, robh+dt@kernel.org,
mark.rutland@arm.com, devicetree@vger.kernel.org,
tsoni@codeaurora.org, ckadabi@codeaurora.org,
rishabhb@codeaurora.org
Subject: [PATCH v0 0/4] Add cache erp driver for Last Level Cache Controller (LLCC)
Date: Wed, 25 Jul 2018 10:44:53 -0700 [thread overview]
Message-ID: <1532540697-26630-1-git-send-email-vnkgutta@codeaurora.org> (raw)
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
next reply other threads:[~2018-07-25 17:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-25 17:44 Venkata Narendra Kumar Gutta [this message]
2018-07-25 17:44 ` [PATCH v0 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC) 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1532540697-26630-1-git-send-email-vnkgutta@codeaurora.org \
--to=vnkgutta@codeaurora.org \
--cc=andy.gross@linaro.org \
--cc=bp@alien8.de \
--cc=ckadabi@codeaurora.org \
--cc=david.brown@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=evgreen@chromium.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mchehab@kernel.org \
--cc=rishabhb@codeaurora.org \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=tsoni@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).