Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-09 | ARM: SAMSUNG: Convert irq-vic-timer to generic irq chip | Thomas Gleixner | 1 | -1/+1 | |
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||||
2010-01-15 | ARM: SAMSUNG: Move IRQ VIC timer handling out to common header files | Ben Dooks | 1 | -0/+13 | |
Move the VIC based timer interrupt handling out of plat-s3c64xx and into plat-samsung to be re-used for other systems. This also reduces the code size as we now have a common init routine and use the irq_desc to store the interrupt number of the timer. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |