From: Changhwan Youn Date: Mon, 29 Nov 2010 08:05:16 +0000 (+0900) Subject: ARM: S5PV310: Add irq_mask to handle combiner irqs properly X-Git-Tag: v2.6.38-rc1~38^2^2~9^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85140ad591e696bc88b0ad7c978256f91099e6c9;p=pandora-kernel.git 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 Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed