summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mps2-uart.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)1-22/+4
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-2/+2
2019-01-31serial: mps2-uart: Add parentheses around conditional in mps2_uart_shutdownNathan Chancellor1-1/+1
2019-01-30serial: mps2-uart: support combined irqVladimir Murzin1-26/+65
2019-01-30serial: mps2-uart: move to dynamic port allocationVladimir Murzin1-16/+31
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2016-06-25serial: mps2-uart: make driver explicitly non-modularVladimir Murzin1-25/+4
2016-04-30serial: mps2-uart: add support for early consoleVladimir Murzin1-0/+28
2016-04-30serial: mps2-uart: add MPS2 UART driverVladimir Murzin1-0/+597