ARM: SAMSUNG: Convert irq-vic-timer to irq_ functions
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 3 Dec 2010 11:28:21 +0000 (20:28 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 30 Dec 2010 00:36:52 +0000 (09:36 +0900)
commitdf3d02962bc39155c8b4214ce6f0e84750c7921f
tree4998b0c7750e788b77e0ad50bbdcbebfb7c96f10
parent27b31e56239b44608cad176c36c384c0265f8da5
ARM: SAMSUNG: Convert irq-vic-timer to irq_ functions

Conver the VIC timer interrupts to use the irq_ versions of the IRQ
operatiosn introduced in 2.6.37, storing the mask for the timer
interrupt in the chip_data of the irq_data in order to save having to
do a substraction and a shift on every operation.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/irq-vic-timer.c