]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mxser: allow overlapping vector
authorJiri Slaby <jslaby@suse.cz>
Tue, 7 Aug 2012 19:47:37 +0000 (21:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Aug 2012 20:29:57 +0000 (13:29 -0700)
commit38daf88ae16d053cffc8745e05b9f7a324ce36eb
treeaedc3798c19be6e15decb40200ae38c81adb557d
parentc565ee07708e19474cd1133bf50289a36b5bcc26
mxser: allow overlapping vector

For many cards, this saves some IO space because interrupt status port
has precedence over the rest of ports on the card. Hence it can be
mapped to a hole in I/O ports.

Here we add a kernel parameter which allows that if a user wants to.
But they need to explicitly enable it by a module parameter.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c