public inbox for soc@kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] memory: drivers for v6.19 - replacement pull (v2)
@ 2025-11-22 14:34 Krzysztof Kozlowski
  2025-11-25 13:50 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2025-11-22 14:34 UTC (permalink / raw)
  To: Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, linux-kernel, Jon Hunter, Aaron Kling,
	Thierry Reding

Hi,

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

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@nvidia.com/

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(-)

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

end of thread, other threads:[~2025-11-25 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-22 14:34 [GIT PULL] memory: drivers for v6.19 - replacement pull (v2) Krzysztof Kozlowski
2025-11-25 13:50 ` patchwork-bot+linux-soc

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