]> git.baikalelectronics.ru Git - kernel.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)
commitc83468bfc3034d3fdb986b01c87e46eca475574d
tree4fe4d33bb4b0a787ee38c00602a31b73ee507030
parent3df23b20111f32ce40fdf490649a2c27dbd8874c
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