[GIT PULL 4/8] memory: tegra: Updates for v6.17-rc1

Thierry Reding thierry.reding at gmail.com
Fri Jul 11 15:09:37 PDT 2025


Hi ARM SoC maintainers,

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.17-memory

for you to fetch changes up to 2401dc4dcdd02920faa9a8c4384f1503a15e779a:

  memory: tegra: Add Tegra264 MC and EMC support (2025-07-11 16:49:42 +0200)

Thanks,
Thierry

----------------------------------------------------------------
memory: tegra: Updates for v6.17-rc1

Enable support for the memory and external memory controllers found on
Tegra264.

----------------------------------------------------------------
Sumit Gupta (2):
      dt-bindings: memory: tegra: Add Tegra264 support
      memory: tegra: Add Tegra264 MC and EMC support

Thierry Reding (1):
      Merge branch 'for-6.17/dt-bindings' into for-6.17/memory

 .../memory-controllers/nvidia,tegra186-mc.yaml     |  84 +++++-
 drivers/memory/tegra/Makefile                      |   2 +
 drivers/memory/tegra/mc.c                          |   5 +-
 drivers/memory/tegra/mc.h                          |   9 +-
 drivers/memory/tegra/tegra186-emc.c                |   5 +-
 drivers/memory/tegra/tegra186.c                    |  17 +-
 drivers/memory/tegra/tegra264-bwmgr.h              |  50 ++++
 drivers/memory/tegra/tegra264.c                    | 313 +++++++++++++++++++++
 include/dt-bindings/memory/nvidia,tegra264.h       | 136 +++++++++
 9 files changed, 613 insertions(+), 8 deletions(-)
 create mode 100644 drivers/memory/tegra/tegra264-bwmgr.h
 create mode 100644 drivers/memory/tegra/tegra264.c
 create mode 100644 include/dt-bindings/memory/nvidia,tegra264.h



More information about the linux-arm-kernel mailing list