]> 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)
commitbc3edc9ad7d18ba46a847cb1a1a87c6768e75783
tree4fe4d33bb4b0a787ee38c00602a31b73ee507030
parent5d4bb578c542f7ac5fa01ba69cb25235da5eed20
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