memory: tegra: Introduce Tegra20 EMC driver
authorDmitry Osipenko <digetx@gmail.com>
Sun, 21 Oct 2018 18:30:52 +0000 (21:30 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 8 Nov 2018 11:50:34 +0000 (12:50 +0100)
commit96e5da7c842424bcf64afe1082b960b42b96190b
tree4903ec0bbf233367c7c003d726ba13bd3afaeea9
parent651022382c7f8da46cb4872a545ee1da6d097d2a
memory: tegra: Introduce Tegra20 EMC driver

Introduce driver for the External Memory Controller (EMC) found on Tegra20
chips, which 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: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/memory/tegra/Kconfig
drivers/memory/tegra/Makefile
drivers/memory/tegra/tegra20-emc.c [new file with mode: 0644]