]> git.baikalelectronics.ru Git - kernel.git/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)
commit55daa0618f7640df5ee7349114a8853088cb0523
treebbdd1aa4aab77d945da27568b9f78927c7c5317f
parent546e2ac6f9329fb29b94bbe8266d2df6b0f668c7
[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]