[GIT PULL] memory: drivers for v6.19 - replacement pull (v2)

From: Krzysztof Kozlowski

Date: Sat Nov 22 2025 - 09:34:22 EST


Hi,

This replaces previous pull request:
https://lore.kernel.org/r/20251110173624.3127-2-krzk@xxxxxxxxxx

by dropping Tegra ICC changes, because Jon [2] reported regressions and we
could not solve them within reasonable time.

[2] https://lore.kernel.org/r/82c8dda8-6fcb-48f9-bdaa-f3d1431e41ae@xxxxxxxxxx/

Best regards,
Krzysztof


The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

Linux 6.18-rc1 (2025-10-12 13:42:36 -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-6.19-2

for you to fetch changes up to 1463299a227d02b40c842a5d91d989cb26da5bbb:

memory: tegra186-emc: Fix missing put_bpmp (2025-11-22 13:41:24 +0100)

----------------------------------------------------------------
Memory controller drivers for v6.19

1. Tegra drivers: Several cleanups (dev_err_probe(), error messages).
2. Renesas RPC IF: Add system suspend support.

----------------------------------------------------------------
Biju Das (1):
memory: renesas-rpc-if: Add suspend/resume support

Jon Hunter (1):
memory: tegra186-emc: Fix missing put_bpmp

Krzysztof Kozlowski (13):
memory: tegra124-emc: Simplify return of emc_init()
memory: tegra124-emc: Do not print error on icc_node_create() failure
memory: tegra186-emc: Do not print error on icc_node_create() failure
memory: tegra20-emc: Do not print error on icc_node_create() failure
memory: tegra30-emc: Do not print error on icc_node_create() failure
memory: tegra30-emc: Simplify and handle deferred probe with dev_err_probe()
memory: tegra20-emc: Simplify and handle deferred probe with dev_err_probe()
memory: tegra186-emc: Simplify and handle deferred probe with dev_err_probe()
memory: tegra124-emc: Simplify and handle deferred probe with dev_err_probe()
memory: tegra124-emc: Add the SoC model prefix to functions
memory: tegra186-emc: Add the SoC model prefix to functions
memory: tegra20-emc: Add the SoC model prefix to functions
memory: tegra30-emc: Add the SoC model prefix to functions

drivers/memory/renesas-rpc-if.c | 56 +++++++++++---
drivers/memory/tegra/tegra124-emc.c | 140 +++++++++++++++------------------
drivers/memory/tegra/tegra186-emc.c | 35 ++++-----
drivers/memory/tegra/tegra20-emc.c | 150 +++++++++++++++++-------------------
drivers/memory/tegra/tegra30-emc.c | 119 +++++++++++++---------------
5 files changed, 250 insertions(+), 250 deletions(-)