]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] 3783/1: S3C2412: fix IRQ_EINT0 to IRQ_EINT3 handling
authorBen Dooks <ben-linux@fluff.org>
Sat, 9 Sep 2006 20:24:13 +0000 (21:24 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 9 Sep 2006 20:24:13 +0000 (21:24 +0100)
commitb781b6cac2fc1f22d421cccc88334cc1f5e60dd6
tree2b325fb3be45d0768268d32fc747519513ddf2d5
parent2de37f3dea97b29526afc152a8080f1a54d57b60
[ARM] 3783/1: S3C2412: fix IRQ_EINT0 to IRQ_EINT3 handling

Patch from Ben Dooks

The IRQ_EINT0 through IRQ_EINT3 handling has changed
on the S3C2412 from the previous SoCs in the range,
and thus we need to add code to handle this.

The changes come about due to these IRQs being
displayed in two different registers, and needing to
be acked and masked in both.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/Makefile
arch/arm/mach-s3c2410/irq.c
arch/arm/mach-s3c2410/irq.h
arch/arm/mach-s3c2410/s3c2412-irq.c [new file with mode: 0644]