summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/timer-mpu.c
Commit message (Collapse)AuthorAgeFilesLines
* omap4: Use irq line defines from irq-44xx.hSantosh Shilimkar2010-02-231-1/+1
| | | | | | | | | | | | | | This patch removes all the omap4 specific irq line defines from plat/irqs.h and includes auto-generated irqs-44xx.h All the legacy naming style defines are replaced with the one from irqs-44xx.h Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Reviewed-by: Kevin Hilman <khilman@deeprootsystems.com> Reviewed-by: Paul Walmsley <paul@pwsan.com> [tony@atomide.com: updated to compile with usb-musb.c] Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: OMAP4: SMP: Add mpu timer support for OMAP4430Santosh Shilimkar2009-06-091-0/+34
This patch adds SMP platform specific parts for local(mpu) timer support for OMAP4430 platform. Each Cortex-a9 core has it's own local timer in the MPU domain. These timers are not in wakeup domain. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>