summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mps2-uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: mps2-uart: Use port lock wrappersThomas Gleixner2023-09-181-8/+8
* serial: mps2-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+0
* tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)2022-11-031-22/+4
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-2/+2
* serial: mps2-uart: Add parentheses around conditional in mps2_uart_shutdownNathan Chancellor2019-01-311-1/+1
* serial: mps2-uart: support combined irqVladimir Murzin2019-01-301-26/+65
* serial: mps2-uart: move to dynamic port allocationVladimir Murzin2019-01-301-16/+31
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: mps2-uart: make driver explicitly non-modularVladimir Murzin2016-06-251-25/+4
* serial: mps2-uart: add support for early consoleVladimir Murzin2016-04-301-0/+28
* serial: mps2-uart: add MPS2 UART driverVladimir Murzin2016-04-301-0/+597