[PATCH 0/3] memory: tegra: Refactor Tegra264 mc-err code
From: Ketan Patil
Date: Thu Sep 03 2026 - 14:35:21 EST
The MC and HUB error-logging paths on Tegra264 used large switch
statements that interleaved register offsets, bit positions and
decoding parameters for each error type, which made them hard to read
and review. This patchset refactors these paths without intending any
functional change to error decoding behavior.
Ketan Patil (3):
memory: tegra: Use named defines for Tegra264 MC apertures
memory: tegra: Parameterise Tegra264 MCF slice bound
memory: tegra: Refactor Tegra264 mc-err code
drivers/memory/tegra/tegra264.c | 376 ++++++++++++++++++++------------
1 file changed, 237 insertions(+), 139 deletions(-)
--
2.43.0