[ARM] tegra: Add legacy irq support
authorColin Cross <ccross@android.com>
Mon, 5 Apr 2010 22:22:21 +0000 (15:22 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:45:07 +0000 (17:45 -0700)
commitb4c902ac5472e7f1e4dba00ae2b5a4c0cf33ee2e
tree5cd14a469a69dacdb81e2cdeedc0637413159185
parentce825bfaef4c98f2a9a58a5f6e8823565e45316f
[ARM] tegra: Add legacy irq support

The "legacy irq controller" duplicates the functionality of the GIC,
but remains powered during the cpu suspend and idle modes that power
down the CPU and the GIC.

Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/include/mach/legacy_irq.h [new file with mode: 0644]
arch/arm/mach-tegra/legacy_irq.c [new file with mode: 0644]