]> git.ipfire.org Git - thirdparty/linux.git/commit
memory: tegra: Add Tegra114 EMC driver
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 27 Apr 2026 07:03:09 +0000 (10:03 +0300)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 4 May 2026 18:47:18 +0000 (20:47 +0200)
commitdce208b5405f40c36320bb0ee07e9df8f7f2bea4
treec3a875cf521dca8ece6afca21a2fca49100898ff
parent750fed9230ede9e43e234fbbc0d9b23c524a6c6a
memory: tegra: Add Tegra114 EMC driver

Introduce driver for the External Memory Controller (EMC) found in
Tegra114 SoC. It controls the external DRAM on the board. The purpose of
this driver is to program memory timing for external memory on the EMC
clock rate change.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Link: https://patch.msgid.link/20260427070312.81679-5-clamor95@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/memory/tegra/Kconfig
drivers/memory/tegra/Makefile
drivers/memory/tegra/tegra114-emc.c [new file with mode: 0644]