]> Pileus Git - ~andy/linux/commit
[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>
Fri, 22 Oct 2010 01:11:29 +0000 (18:11 -0700)
commit8726e4f50e3f445601c19a851c62586f5dc7dd49
treebbdd1aa4aab77d945da27568b9f78927c7c5317f
parentc231d6976a161ae7b5b3aba4a1821b2e9c00c02c
[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]