From: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
To: robh@kernel.org, mchehab@kernel.org, linux-edac@vger.kernel.org,
linux-kernel@vger.kernel.org, Andy Gross <andy.gross@linaro.org>,
David Brown <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, bp@alien8.de,
evgreen@chromium.org
Subject: [PATCH v2 0/4] Add EDAC driver for QCOM SoCs
Date: Fri, 17 Aug 2018 17:08:31 -0700 [thread overview]
Message-ID: <1534550915-18230-1-git-send-email-vnkgutta@codeaurora.org> (raw)
This series implements EDAC driver for QCOM SoCs. As of now, this driver
supports EDAC for Last Level Cache Controller (LLCC). LLCC EDAC 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 also adding config options to enable and disable panic when these
errors happen in LLCC.
The driver functionality is implemented in:
qcom_edac.c : This platform driver registers to edac framework and
handles the single and double bit errors in cache by registering
interrupt handlers.
llcc-slice.c: It invokes the llcc edac driver and passes platform
data to it.
This patchset depends on the LLCC driver, which is part of 4.19 release.
Link: https://patchwork.kernel.org/patch/10422531/
Link: http://lists-archives.com/linux-kernel/29157082-dt-bindings-documentation-for-qcom-llcc.html
Patch wise description given below:
Patch 1 adds the broadcast base regmap for broadcast writes in llcc.
Patch 2 adds the required changes to register edac driver from llcc driver.
Patch 3 adds the EDAC driver support for QCOM SoCS.
Patch 4 updates the dt bindings of llcc.
Changes since v1:
* Modified the edac driver
- Removed duplicate functions that are used to dump the syndrome registers,
replaced that with a common function and a reg_data datastructure.
- Removed structure containing function pointers.
- Addressed comments on error handling to clear the interrupt status.
* updated Kconfig
Changes since v0:
* Added EDAC_QCOM config and updated the driver
* Addressed comments related to indentation and other minor ones
Channagoud Kadabi (1):
drivers: edac: Add EDAC driver support for QCOM SoCs
Venkata Narendra Kumar Gutta (3):
drivers: soc: Add broadcast base for Last Level Cache Controller
(LLCC)
drivers: soc: Add support to register LLCC EDAC driver
dt-bindigs: msm: Update documentation of qcom,llcc
.../devicetree/bindings/arm/msm/qcom,llcc.txt | 15 +-
MAINTAINERS | 8 +
drivers/edac/Kconfig | 28 ++
drivers/edac/Makefile | 1 +
drivers/edac/qcom_edac.c | 446 +++++++++++++++++++++
drivers/soc/qcom/llcc-slice.c | 73 ++--
include/linux/soc/qcom/llcc-qcom.h | 31 +-
7 files changed, 575 insertions(+), 27 deletions(-)
create mode 100644 drivers/edac/qcom_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-08-18 0:08 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-18 0:08 Venkata Narendra Kumar Gutta [this message]
2018-08-18 0:08 ` [PATCH v2 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC) Venkata Narendra Kumar Gutta
2018-08-23 23:01 ` Evan Green
2018-08-24 17:58 ` vnkgutta
2018-08-18 0:08 ` [PATCH v2 2/4] drivers: soc: Add support to register LLCC EDAC driver Venkata Narendra Kumar Gutta
2018-08-23 23:01 ` Evan Green
2018-08-24 17:57 ` vnkgutta
2018-08-18 0:08 ` [PATCH v2 3/4] drivers: edac: Add EDAC driver support for QCOM SoCs Venkata Narendra Kumar Gutta
2018-08-23 23:04 ` Evan Green
2018-08-23 23:07 ` Evan Green
2018-08-24 18:38 ` vnkgutta
2018-08-24 18:32 ` vnkgutta
2018-08-24 20:18 ` Evan Green
2018-08-24 21:05 ` vnkgutta
2018-08-24 16:11 ` Stephen Boyd
2018-08-24 19:47 ` vnkgutta
2018-08-18 0:08 ` [PATCH v2 4/4] dt-bindigs: msm: Update documentation of qcom,llcc Venkata Narendra Kumar Gutta
2018-08-20 19:53 ` Rob Herring
2018-08-22 21:46 ` vnkgutta
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=1534550915-18230-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).