ARM: 5943/1: iop: n2100: enable serial interrupt
authorAaro Koskinen <aaro.koskinen@nokia.com>
Tue, 16 Feb 2010 21:06:14 +0000 (22:06 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 Apr 2010 17:03:49 +0000 (18:03 +0100)
commitcc761beda2426cf663a649b905b6643673ff7b30
treef80711b8128c855afb5e8a6d1cef69656f91f272
parent28d7f4ec98a8edb029ef24c1ee4af6a1ccbc9633
ARM: 5943/1: iop: n2100: enable serial interrupt

Thecus N2100 has a jumper (J3/J4) to select whether the XINT1 interrupt
line is connected to the second UHCI controller (position J3) or to
the serial port UART (position J4). Currently, the kernel is hardcoded
to assume the J3 position, and the serial port is always being used in
polling mode.

The patch adds the IRQ autodetection flag for the serial port interrupt,
and also marks it as shared (as the driver for the second UHCI controller
will request the interrupt in any case). Now, when the jumper is set to
the J4 position, the serial port will have an interrupt line, resulting
in less CPU overhead and faster throughput.

Tested-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-iop32x/n2100.c