ARM: tegra20: Add Tegra Memory Controller(MC) driver
authorHiroshi DOYU <hdoyu@nvidia.com>
Thu, 10 May 2012 07:42:30 +0000 (10:42 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 May 2012 21:43:53 +0000 (14:43 -0700)
commitc542fb79fba4c63aa6e2a27f90373b0516614eca
tree19847b29ef6202717dfc8132a575b04214efdbd0
parent649e6ee33f73ba1c4f2492c6de9aff2254b540cb
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>
Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-mc.txt [new file with mode: 0644]
arch/arm/mach-tegra/Kconfig
drivers/memory/Kconfig
drivers/memory/Makefile
drivers/memory/tegra20-mc.c [new file with mode: 0644]