]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: rp2: New driver for Comtrol RocketPort 2 cards
authorKevin Cernekee <cernekee@gmail.com>
Thu, 17 Jan 2013 04:28:40 +0000 (20:28 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2013 01:28:39 +0000 (17:28 -0800)
commit7d9f49afa451d8565d00a5cea39acf9bb26feb50
tree4fe4d33bb4b0a787ee38c00602a31b73ee507030
parentb9d42395a09b8ff81df45b8dfd763fd36e900946
serial: rp2: New driver for Comtrol RocketPort 2 cards

This driver supports the RocketPort EXPRESS and RocketPort INFINITY
families of PCI/PCIe multiport serial adapters.  These adapters use a
"RocketPort 2" ASIC that is not compatible with the original RocketPort
driver (CONFIG_ROCKETPORT).

Tested with the RocketPort EXPRESS Octa DB9 and Quad DB9.  Also added an
old RocketPort 8J PCI card to the same system to verify that rocket.c and
rp2.c coexist peacefully.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/rp2.c [new file with mode: 0644]
include/uapi/linux/serial_core.h