From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: andersson@kernel.org, bp@alien8.de, mchehab@kernel.org
Cc: james.morse@arm.com, rric@kernel.org,
linux-arm-msm@vger.kernel.org, linux-edac@vger.kernel.org,
linux-kernel@vger.kernel.org, quic_saipraka@quicinc.com
Subject: Re: [PATCH v5 0/3] Fix crash when using Qcom LLCC/EDAC drivers
Date: Sat, 14 Jan 2023 12:44:36 +0530 [thread overview]
Message-ID: <20230114071436.GC6992@thinkpad> (raw)
In-Reply-To: <20221129071201.30024-1-manivannan.sadhasivam@linaro.org>
On Tue, Nov 29, 2022 at 12:41:58PM +0530, Manivannan Sadhasivam wrote:
> Hello,
>
> This series fixes the crash seen on the Qualcomm SM8450 chipset with the
> LLCC/EDAC drivers. The problem was due to the Qcom EDAC driver using the
> fixed LLCC register offsets for detecting the LLCC errors.
>
> This seems to have worked for SoCs till SM8450. But in SM8450, the LLCC
> register offsets were changed. So accessing the fixed offsets causes the
> crash on this platform.
>
> So for fixing this issue, and also to make it work on future SoCs, let's
> pass the LLCC offsets from the Qcom LLCC driver based on the individual
> SoCs and let the EDAC driver make use of them.
>
> This series has been tested on SM8450 based dev board.
>
Ping! Since there is another LLCC/EDAC series under review, it would be good to
merge both into a single tree (which is qcom one I believe).
Thanks,
Mani
> Thanks,
> Mani
>
> Changes in v5:
>
> * Added fixes tag and CCed stable mentioning the dependency
> * Added a patch to fix the build error with COMPILE_TEST
>
> Changes in v4:
>
> * Dropped the patches that were already applied
> * Rebased on top of v6.1-rc5
>
> Changes in v3:
>
> * Instead of using SoC specific register offset naming convention, used
> LLCC version based as suggested by Sai
> * Fixed the existing reg_offset naming convention to clearly represent
> the LLCC version from which the offsets were changed
> * Added Sai's Acked-by to MAINTAINERS patch
> * Added a new patch that removes an extra error no assignment
>
> Changes in v2:
>
> * Volunteered myself as a maintainer for the EDAC driver since the current
> maintainers have left Qualcomm and I couldn't get hold of them.
>
> Manivannan Sadhasivam (3):
> soc: qcom: Select REMAP_MMIO for LLCC driver
> EDAC/qcom: Remove extra error no assignment in qcom_llcc_core_setup()
> EDAC/qcom: Get rid of hardcoded register offsets
>
> drivers/edac/qcom_edac.c | 119 ++++++++++++++---------------
> drivers/soc/qcom/Kconfig | 1 +
> include/linux/soc/qcom/llcc-qcom.h | 6 --
> 3 files changed, 60 insertions(+), 66 deletions(-)
>
> --
> 2.25.1
>
--
மணிவண்ணன் சதாசிவம்
prev parent reply other threads:[~2023-01-14 7:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-29 7:11 [PATCH v5 0/3] Fix crash when using Qcom LLCC/EDAC drivers Manivannan Sadhasivam
2022-11-29 7:11 ` [PATCH v5 1/3] soc: qcom: Select REMAP_MMIO for LLCC driver Manivannan Sadhasivam
2022-11-29 7:12 ` [PATCH v5 2/3] EDAC/qcom: Remove extra error no assignment in qcom_llcc_core_setup() Manivannan Sadhasivam
2022-11-29 7:12 ` [PATCH v5 3/3] EDAC/qcom: Get rid of hardcoded register offsets Manivannan Sadhasivam
2022-12-06 18:19 ` (subset) [PATCH v5 0/3] Fix crash when using Qcom LLCC/EDAC drivers Bjorn Andersson
2023-01-14 7:14 ` Manivannan Sadhasivam [this message]
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=20230114071436.GC6992@thinkpad \
--to=manivannan.sadhasivam@linaro.org \
--cc=andersson@kernel.org \
--cc=bp@alien8.de \
--cc=james.morse@arm.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=quic_saipraka@quicinc.com \
--cc=rric@kernel.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 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.