[PATCH] Add support for Korenix 16C950-based PCI cards
authorRussell King <rmk+lkml@arm.linux.org.uk>
Wed, 13 Dec 2006 14:45:46 +0000 (14:45 +0000)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 13 Dec 2006 17:18:11 +0000 (09:18 -0800)
commit1fb8cacc19dfe408a5dd758235561c58cadea174
tree2a7b4b4c1841f1c9f23c26b9963664afc08c5f70
parent5faad620264290b17e80a8b0996b039ea0d5ac73
[PATCH] Add support for Korenix 16C950-based PCI cards

This adds initial support to 8250-pci for the Korenix Jetcard PCI serial
cards.  The JC12xx cards are standard RS232-based serial cards utilising
the Oxford 16C950 device.

The JC14xx are RS422/RS485-based cards, but in order for these to be
supported natively, we will need additional tweaks to the 8250 layers so
we can specify some values for the 950's registers.  Hence, these two
entries are commented out.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/8250_pci.c