Merge tag 'memory-controller-drv-fixes-6.5' of https://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Thu, 27 Jul 2023 13:40:53 +0000 (15:40 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 27 Jul 2023 13:40:54 +0000 (15:40 +0200)
commitb1e052903cb5605e77476166a3296759835fdb69
tree0c436effbbd6716b2b659fafe5d89d1951151217
parentc05cfd71df7c0adfaa60c153a75b23e6efbd3978
parentfaafd6ca7e6e7100d21d3f43ec17674f36c9f843
Merge tag 'memory-controller-drv-fixes-6.5' of https://git./linux/kernel/git/krzk/linux-mem-ctrl into arm/fixes

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.

* tag 'memory-controller-drv-fixes-6.5' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
  memory: tegra: make icc_set_bw return zero if BWMGR not supported
  memory: tegra: Add dummy implementation on Tegra194

Link: https://lore.kernel.org/r/20230726084811.124038-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>