[GIT PULL] memory: late drivers for v7.2

From: Krzysztof Kozlowski

Date: Mon Jun 15 2026 - 05:51:32 EST


Hi Arnd and SoC folks,

Late pull, on top of previous pull which was accepted.

These are two improvements and one fix for UBSAN report introduced back in 2023.

Best regards,
Krzysztof


The following changes since commit d530ed059dac445dc5b81d564adf1952b5c4adba:

memory: tegra264: Add full set of MC clients (2026-05-27 14:50:19 +0200)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-7.2-2

for you to fetch changes up to b97f7dceb8adb2b05d556469afc6fb54947ef61c:

memory: tegra234: drop dead NULL check in tegra234_mc_icc_aggregate() (2026-06-09 17:00:30 +0200)

----------------------------------------------------------------
Memory controller drivers for v7.2, part two

A few improvements for Tegra Memory Controller drivers, including one
fix for UBSAN report for an older commit.

----------------------------------------------------------------
Sumit Gupta (3):
memory: tegra186-emc: stop borrowing MC aggregate hook for EMC
memory: tegra264: drop redundant tegra264_mc_icc_aggregate()
memory: tegra234: drop dead NULL check in tegra234_mc_icc_aggregate()

drivers/memory/tegra/tegra186-emc.c | 4 +---
drivers/memory/tegra/tegra234.c | 6 ++----
drivers/memory/tegra/tegra264.c | 17 +----------------
3 files changed, 4 insertions(+), 23 deletions(-)