]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit2a62be18717ef5bf22cbe14d09f7d6eff477d9fb
tree2a7b4b4c1841f1c9f23c26b9963664afc08c5f70
parent7860ffa120e1fbfa312271ddb54f36ad91c063d8
[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