summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include/mach/irqs.h
AgeCommit message (Collapse)Author
2010-10-08[ARM] tegra: add SYNCPT_THRESH interrupts to irqs.hGary King
Change-Id: Ibff6f3281b6e81143b5f4535d6d5688e6a631b46 Signed-off-by: Gary King <gking@nvidia.com>
2010-10-06[ARM] tegra: add FIQ supportIliyan Malchev
Signed-off-by: Iliyan Malchev <malchev@google.com>
2010-10-06[ARM] tegra: irqs: Update irq listColin Cross
Fixes typo in INT_CPU1_PMU_INTR (original fix from Will Deacon) Adds board irqs Change-Id: I46c49ee4f6b8215242314622b59c9621321282f2 Signed-off-by: Colin Cross <ccross@android.com>
2010-09-29[ARM] tegra: add suspend and mirror irqs to legacy controllerGary King
mirror IRQ enable and disable operations on the legacy PPI system interrupt controller, since the legacy controller is responsible for responding to wakeup interrupts when the CPU is in LP2 idle mode save the irq controller state on suspend and restore on resume Signed-off-by: Gary King <gking@nvidia.com>
2010-08-05[ARM] tegra: Add IRQ supportErik Gilling
v2: fixes from Russell King - include linux/io.h instead of asm/io.h and mach/io.h Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: Erik Gilling <konkers@android.com>