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)
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>

No differences found