From: Ketan Patil <ketanp@nvidia.com>
To: <krzk@kernel.org>, <thierry.reding@gmail.com>, <jonathanh@nvidia.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-tegra@vger.kernel.org>,
Ketan Patil <ketanp@nvidia.com>
Subject: [PATCH v3 0/4] memory: tegra: Add MC error logging support for Tegra264 SoC
Date: Sat, 4 Oct 2025 19:11:19 +0000 [thread overview]
Message-ID: <20251004191123.2145307-1-ketanp@nvidia.com> (raw)
In Tegra264, different components from memory subsystems like Memory
Controller Fabric (MCF), HUB, HUB Common (HUBC), Side Band Shim (SBS)
and MC Channels have different interrupt lines for receiving memory
controller error interrupts. This patch set includes changes to add
support and enable Memory Controller error logging for Tegra264.
Ketan Patil (4):
memory: tegra: Group mc-err related registers
memory: tegra: Group register and fields
memory: tegra: Add support for multiple irqs
memory: tegra: Add MC error logging support for Tegra264
---
Changes in v3:
- Fixed compilation error with W=1 build
Changes in v2:
- Fixed warning due to use of uninitialized variable by returning back
from the function
- Removed unnecessary extern declaration of tegra264_mc_ops
- Updated tegra20_mc_irq_handlers, tegra264_mc_irq_handlers and
tegra264_mc_ops to static
drivers/memory/tegra/mc.c | 125 +++++++---
drivers/memory/tegra/mc.h | 140 +++++++----
drivers/memory/tegra/tegra114.c | 3 +-
drivers/memory/tegra/tegra124.c | 4 +-
drivers/memory/tegra/tegra186.c | 14 +-
drivers/memory/tegra/tegra194.c | 5 +-
drivers/memory/tegra/tegra20.c | 20 +-
drivers/memory/tegra/tegra210.c | 3 +-
drivers/memory/tegra/tegra234.c | 5 +-
drivers/memory/tegra/tegra264.c | 407 +++++++++++++++++++++++++++++++-
drivers/memory/tegra/tegra30.c | 5 +-
include/soc/tegra/mc.h | 32 ++-
12 files changed, 662 insertions(+), 101 deletions(-)
--
2.17.1
next reply other threads:[~2025-10-04 19:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-04 19:11 Ketan Patil [this message]
2025-10-04 19:11 ` [PATCH v3 1/4] memory: tegra: Group mc-err related registers Ketan Patil
2025-10-04 19:11 ` [PATCH v3 2/4] memory: tegra: Group register and fields Ketan Patil
2025-10-04 19:11 ` [PATCH v3 3/4] memory: tegra: Add support for multiple irqs Ketan Patil
2025-10-04 19:11 ` [PATCH v3 4/4] memory: tegra: Add MC error logging support for Tegra264 Ketan Patil
2025-10-07 16:01 ` Jon Hunter
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=20251004191123.2145307-1-ketanp@nvidia.com \
--to=ketanp@nvidia.com \
--cc=jonathanh@nvidia.com \
--cc=krzk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=thierry.reding@gmail.com \
/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
all inboxes | Powered by JetHome®