From: Krzysztof Kozlowski <krzk@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>, soc@lists.linux.dev
Cc: Krzysztof Kozlowski <krzk@kernel.org>, linux-kernel@vger.kernel.org
Subject: [GIT PULL] memory: drivers for v6.19
Date: Mon, 10 Nov 2025 18:36:24 +0100 [thread overview]
Message-ID: <20251110173624.3127-2-krzk@kernel.org> (raw)
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
for you to fetch changes up to 8728bdd648f1b0f48ddfdb57bf6d9e7515e02518:
memory: tegra186-emc: Fix missing put_bpmp (2025-11-07 16:24:13 +0100)
----------------------------------------------------------------
Memory controller drivers for v6.19
1. Tegra drivers:
- Several cleanups (dev_err_probe(), error messages).
- Tegra186, Tegra194 and Tegra210: Add interconnect scaling.
2. Renesas RPC IF: Add system suspend support.
----------------------------------------------------------------
Aaron Kling (6):
dt-bindings: memory: tegra186-mc: Add dummy client IDs for Tegra186
dt-bindings: memory: tegra194-mc: Add dummy client IDs for Tegra194
memory: tegra186-emc: Support non-bpmp icc scaling
memory: tegra186: Support icc scaling
memory: tegra194: Support icc scaling
memory: tegra210: Support interconnect framework
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/Kconfig | 1 +
drivers/memory/tegra/tegra124-emc.c | 140 ++++++++--------
drivers/memory/tegra/tegra186-emc.c | 167 ++++++++++++++++---
drivers/memory/tegra/tegra186.c | 48 ++++++
drivers/memory/tegra/tegra194.c | 59 ++++++-
drivers/memory/tegra/tegra20-emc.c | 150 ++++++++---------
drivers/memory/tegra/tegra210-emc-core.c | 269 ++++++++++++++++++++++++++++++-
drivers/memory/tegra/tegra210-emc.h | 23 +++
drivers/memory/tegra/tegra210.c | 81 ++++++++++
drivers/memory/tegra/tegra30-emc.c | 119 +++++++-------
include/dt-bindings/memory/tegra186-mc.h | 4 +
include/dt-bindings/memory/tegra194-mc.h | 6 +
13 files changed, 868 insertions(+), 255 deletions(-)
next reply other threads:[~2025-11-10 17:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-10 17:36 Krzysztof Kozlowski [this message]
2025-11-22 12:02 ` [GIT PULL] memory: drivers for v6.19 Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251110173624.3127-2-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=soc@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.