Skip to content

Commit 76c9aec

Browse files
committed
serial: 8250: add driver for NI UARTs
The National Instruments (NI) 16550 is a 16550-like UART with larger FIFOs and embedded RS-232/RS-485 transceiver control circuitry. This patch adds a driver that can operate this UART, which is used for onboard serial ports in several NI embedded controller designs. Portions of this driver were originally written by Jaeden Amero and Karthik Manamcheri, with extensive cleanups and refactors since by Brenda Streiff. Cc: Gratian Crisan <gratian.crisan@emerson.com> Co-developed-by: Jason Smith <jason.smith@emerson.com> Signed-off-by: Jason Smith <jason.smith@emerson.com> Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@emerson.com>
1 parent c31dc41 commit 76c9aec

File tree

4 files changed

+493
-0
lines changed

4 files changed

+493
-0
lines changed

MAINTAINERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14672,6 +14672,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next
1467214672
F: drivers/mtd/nand/
1467314673
F: include/linux/mtd/*nand*.h
1467414674

14675+
NATIONAL INSTRUMENTS SERIAL DRIVER
14676+
M: Chaitanya Vadrevu <chaitanya.vadrevu@emerson.com>
14677+
L: linux-serial@vger.kernel.org
14678+
S: Maintained
14679+
F: drivers/tty/serial/8250/8250_ni.c
14680+
1467514681
NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
1467614682
M: Daniel Mack <zonque@gmail.com>
1467714683
L: alsa-devel@alsa-project.org (moderated for non-subscribers)

0 commit comments

Comments
 (0)