summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/legacy_irq.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-11ARM: tegra: irq: Move legacy_irq.c into irq.cColin Cross1-138/+0
Now that irq.c is just an interface layer between the gic and legacy_irq.c, move the contents of legacy_irq.c into irq.c. Signed-off-by: Colin Cross <ccross@android.com>
2011-05-11ARM: tegra: irq: Remove PM supportColin Cross1-77/+0
Tegra PM irq support is being improved, remove it for now until the rest of the platform gets PM support. Signed-off-by: Colin Cross <ccross@android.com>
2011-02-10ARM: tegra: irq: Add support for suspend wake sourcesColin Cross1-4/+105
Signed-off-by: Colin Cross <ccross@android.com>
2010-10-22[ARM] tegra: Add legacy irq supportColin Cross1-0/+114
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>