[PATCH 0/3] memory: tegra: Refactor Tegra264 mc-err code

Ketan Patil posted 3 patches 3 weeks, 1 day ago
drivers/memory/tegra/tegra264.c | 376 ++++++++++++++++++++------------
1 file changed, 237 insertions(+), 139 deletions(-)
[PATCH 0/3] memory: tegra: Refactor Tegra264 mc-err code
Posted by Ketan Patil 3 weeks, 1 day ago
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
Re: [PATCH 0/3] memory: tegra: Refactor Tegra264 mc-err code
Posted by Krzysztof Kozlowski 1 week, 3 days ago
On Thu, 03 Sep 2026 18:25:17 +0000, Ketan Patil wrote:
> 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
> 
> [...]

Applied, thanks!

[1/3] memory: tegra: Use named defines for Tegra264 MC apertures
      https://git.kernel.org/krzk/linux-mem-ctrl/c/edda28d5317521c2f5172f869d3a433a2d37f7a2
[2/3] memory: tegra: Parameterise Tegra264 MCF slice bound
      https://git.kernel.org/krzk/linux-mem-ctrl/c/fb8af372f899690646444cd0b38a88ec52568cbc
[3/3] memory: tegra: Refactor Tegra264 mc-err code
      https://git.kernel.org/krzk/linux-mem-ctrl/c/f4e16143420f4021431cc652ebd71e176267ecbc

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>