[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230726084811.124038-1-krzysztof.kozlowski@linaro.org>
Date: Wed, 26 Jul 2023 10:48:11 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Olof Johansson <olof@...om.net>, Arnd Bergmann <arnd@...db.de>,
arm@...nel.org, soc@...nel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>,
Thierry Reding <treding@...dia.com>,
Jon Hunter <jonathanh@...dia.com>
Subject: [GIT PULL] memory: fixes: Tegra drivers for v6.5
Hi Arnd and Olof,
Two fixes for current cycle.
Best regards,
Krzysztof
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -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-fixes-6.5
for you to fetch changes up to faafd6ca7e6e7100d21d3f43ec17674f36c9f843:
memory: tegra: make icc_set_bw return zero if BWMGR not supported (2023-07-25 22:09:20 +0200)
----------------------------------------------------------------
Memory controller drivers - fixes for v6.5
Two fixes are needed for Tegra194 memory controllers caused by the same
Tegra PCI commit merged in v6.5-rc1. The Tegra PCI requires now
interconnect from the memory controller, which was set only for
Tegra234, but not for Tegra194, causing probe deferrals. Expose some
dummy interconnect provider for Tegra194, to satisfy PCI driver needs.
----------------------------------------------------------------
Sumit Gupta (1):
memory: tegra: make icc_set_bw return zero if BWMGR not supported
Thierry Reding (1):
memory: tegra: Add dummy implementation on Tegra194
drivers/memory/tegra/mc.c | 37 +++++++++++++++++++++++++++++++++++++
drivers/memory/tegra/tegra194.c | 1 +
drivers/memory/tegra/tegra234.c | 27 +++------------------------
include/soc/tegra/mc.h | 3 +++
4 files changed, 44 insertions(+), 24 deletions(-)
Powered by blists - more mailing lists