[GIT PULL] memory: fixes: Tegra drivers for v6.5

From: Krzysztof Kozlowski
Date: Wed Jul 26 2023 - 04:55:33 EST


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