ARM: tegra20: Add Tegra Memory Controller(MC) driver

Tegra Memory Controller(MC) driver for Tegra20
Added to support MC General interrupts, mainly for IOMMU(GART).

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Hiroshi DOYU
2012-05-10 10:42:30 +03:00
committed by Greg Kroah-Hartman
parent 649e6ee33f
commit c542fb79fb
5 changed files with 285 additions and 0 deletions

View File

@@ -20,4 +20,8 @@ config TI_EMIF
parameters and other settings during frequency, voltage and
temperature changes
config TEGRA20_MC
bool
depends on ARCH_TEGRA_2x_SOC
endif