[GIT PULL] memory: drivers for v7.3
From: Krzysztof Kozlowski
Date: Mon Jul 27 2026 - 15:12:55 EST
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
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.3
for you to fetch changes up to 96aa6902ff2bf81b9b8e0fa228494595dc2374a9:
memory: jz4780-nemc: Use dev_err_probe() for clock error (2026-07-25 18:51:00 +0200)
----------------------------------------------------------------
Memory controller drivers for v7.3
1. Few improvements: STM32 OMM, Tegra MC and JZ4780-nemc.
2. Refactor Tegra MC interconnect code to better represent actual
hardware in multi-socket NUMA cases.
----------------------------------------------------------------
Ashish Mhetre (1):
memory: tegra: Guard against NULL mc_regs in IRQ handler
Miles Krause (1):
memory: jz4780-nemc: Use dev_err_probe() for clock error
Ruoyu Wang (1):
memory: stm32_omm: initialize ret in stm32_omm_set_amcr
Sumit Gupta (1):
memory: tegra: add multi-socket support to the memory interconnect
drivers/memory/jz4780-nemc.c | 7 ++--
drivers/memory/stm32_omm.c | 2 +-
drivers/memory/tegra/mc.c | 48 ++++++++++++++++++++-----
drivers/memory/tegra/mc.h | 37 +++++++++++++++++++
drivers/memory/tegra/tegra186-emc.c | 71 ++++++++++++++++++++++++++++---------
5 files changed, 135 insertions(+), 30 deletions(-)