ARM: S5PV310: Add irq_mask to handle combiner irqs properly
authorChanghwan Youn <chaos.youn@samsung.com>
Mon, 29 Nov 2010 08:05:16 +0000 (17:05 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 8 Dec 2010 09:11:37 +0000 (18:11 +0900)
commit85140ad591e696bc88b0ad7c978256f91099e6c9
tree89c04eacc38d85a550417e3bea17725dc36afff2
parent1f2d6c49f087c84ed54ad3e0801faeca3e2ccfdd
ARM: S5PV310: Add irq_mask to handle combiner irqs properly

The 4 combiner groups use same registers to handle the interrupt.
In previous implementation, the whole registers are checked to find
which interupt is occurred and thus interrupt in other groups can
be detected. This patch adds irq_mask to solve this problem.

Signed-off-by: Changhwan Youn <chaos.youn@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv310/irq-combiner.c