Linux Tegra architecture development
 help / color / mirror / Atom feed
* [PATCH 0/3] memory: tegra: Refactor Tegra264 mc-err code
@ 2026-09-03 18:25 Ketan Patil
  2026-09-03 18:25 ` [PATCH 1/3] memory: tegra: Use named defines for Tegra264 MC apertures Ketan Patil
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ketan Patil @ 2026-09-03 18:25 UTC (permalink / raw)
  To: krzk, thierry.reding, jonathanh; +Cc: linux-kernel, linux-tegra, Ketan Patil

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-09-03 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03 18:25 [PATCH 0/3] memory: tegra: Refactor Tegra264 mc-err code Ketan Patil
2026-09-03 18:25 ` [PATCH 1/3] memory: tegra: Use named defines for Tegra264 MC apertures Ketan Patil
2026-09-03 18:25 ` [PATCH 2/3] memory: tegra: Parameterise Tegra264 MCF slice bound Ketan Patil
2026-09-03 18:25 ` [PATCH 3/3] memory: tegra: Refactor Tegra264 mc-err code Ketan Patil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox