On Wed, Nov 04, 2020 at 07:49:08PM +0300, Dmitry Osipenko wrote: > Add common SoC-agnostic ICC framework which turns Tegra Memory Controller > into a memory interconnection provider. This allows us to use interconnect > API for tuning of memory configurations. > > Tested-by: Peter Geis <pgwipeout@xxxxxxxxx> > Tested-by: Nicolas Chauvet <kwizart@xxxxxxxxx> > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > --- > drivers/memory/tegra/Kconfig | 1 + > drivers/memory/tegra/mc.c | 100 +++++++++++++++++++++++++++++++++++ > drivers/memory/tegra/mc.h | 22 ++++++++ > include/soc/tegra/mc.h | 17 ++++++ > 4 files changed, 140 insertions(+) Thanks, applied. Best regards, Krzysztof