linux/drivers/memory/tegra
Dmitry Osipenko a8d502fd33 memory: tegra: Squash tegra20-mc into common tegra-mc driver
Tegra30+ has some minor differences in registers / bits layout compared
to Tegra20. Let's squash Tegra20 driver into the common tegra-mc driver
in a preparation for the upcoming MC hot reset controls implementation,
avoiding code duplication.

Note that this currently doesn't report the value of MC_GART_ERROR_REQ
because it is located within the GART register area and cannot be safely
accessed from the MC driver (this happens to work only by accident). The
proper solution is to integrate the GART driver with the MC driver, much
like is done for the Tegra SMMU, but that is an invasive change and will
be part of a separate patch series.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2018-04-30 10:10:00 +02:00
..
Kconfig memory: tegra: Add EMC (external memory controller) driver 2015-05-05 11:12:17 +02:00
Makefile memory: tegra: Squash tegra20-mc into common tegra-mc driver 2018-04-30 10:10:00 +02:00
mc.c memory: tegra: Squash tegra20-mc into common tegra-mc driver 2018-04-30 10:10:00 +02:00
mc.h memory: tegra: Squash tegra20-mc into common tegra-mc driver 2018-04-30 10:10:00 +02:00
tegra20.c memory: tegra: Squash tegra20-mc into common tegra-mc driver 2018-04-30 10:10:00 +02:00
tegra30.c memory: tegra: Apply interrupts mask per SoC 2018-04-27 11:23:04 +02:00
tegra114.c memory: tegra: Apply interrupts mask per SoC 2018-04-27 11:23:04 +02:00
tegra124-emc.c memory: tegra: Add a missing 'of_node_put()' call 2017-01-25 07:57:13 +01:00
tegra124.c memory: tegra: Apply interrupts mask per SoC 2018-04-27 11:23:04 +02:00
tegra186.c memory: tegra: Add Tegra186 support 2017-12-13 12:58:21 +01:00
tegra210.c memory: tegra: Remove unused headers inclusions 2018-04-27 11:23:52 +02:00