Skip to content

Commit 3d5390f

Browse files
chaitu236gregkh
authored andcommitted
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> Link: https://lore.kernel.org/r/a3b0df6d-1dd5-4cc4-a7e1-4ed51fb9e4cc@emerson.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent fbb1dcd commit 3d5390f

File tree

4 files changed

+481
-0
lines changed

4 files changed

+481
-0
lines changed

MAINTAINERS

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

16253+
NATIONAL INSTRUMENTS SERIAL DRIVER
16254+
M: Chaitanya Vadrevu <chaitanya.vadrevu@emerson.com>
16255+
L: linux-serial@vger.kernel.org
16256+
S: Maintained
16257+
F: drivers/tty/serial/8250/8250_ni.c
16258+
1625316259
NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
1625416260
M: Daniel Mack <zonque@gmail.com>
1625516261
L: linux-sound@vger.kernel.org

0 commit comments

Comments
 (0)