summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_port.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman2022-11-221-2/+5
|\
| * serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen2022-11-091-2/+1
| * serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen2022-11-091-0/+4
* | serial: 8250: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
|/
* serial: 8250: Fix restoring termios speed after suspendPali Rohár2022-09-251-1/+6
* serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner2022-09-251-5/+7
* serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen2022-09-221-3/+5
* serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki2022-09-221-1/+2
* serial: Fix double wordShaomin Deng2022-09-011-1/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-3/+3
* serial: 8250: Add helper for clearing IERIlpo Järvinen2022-08-301-13/+11
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-86/+71
|\
| * serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo2022-07-141-3/+0
| * serial: 8250_port: Fix spelling mistakeZhang Jiaming2022-06-301-2/+2
| * serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+2
| * serial: 8250: make saved LSR largerIlpo Järvinen2022-06-271-8/+9
| * serial: Consolidate BOTH_EMPTY useIlpo Järvinen2022-06-271-7/+5
| * serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen2022-06-271-18/+20
| * serial: 8250: Use UART_LCR_WLEN8 instead of literalIlpo Järvinen2022-06-271-1/+1
| * Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman2022-06-201-0/+2
| |\
| * | serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen2022-06-101-16/+2
| * | serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen2022-06-101-0/+8
| * | serial: Add uart_rs485_config()Ilpo Järvinen2022-06-101-1/+1
| * | serial: 8250: Adjust misleading LSR related commentIlpo Järvinen2022-06-101-3/+5
| * | serial: 8250: Get preserved flags using serial_lsr_in()Ilpo Järvinen2022-06-101-1/+1
| * | serial: 8250: Create serial_lsr_in()Ilpo Järvinen2022-06-101-11/+4
| * | serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen2022-06-101-0/+2
| * | serial: 8250: handle __start_tx() call in start_tx()Ilpo Järvinen2022-06-101-11/+10
| * | serial: 8250: kill __do_stop_tx()Ilpo Järvinen2022-06-101-7/+3
* | | serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang2022-06-301-1/+3
* | | serial: 8250: Fix __stop_tx() & DMA Tx restart racesIlpo Järvinen2022-06-271-1/+1
| |/ |/|
* | serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen2022-06-101-0/+2
|/
* tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-191-2/+0
* serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2022-05-051-21/+0
* Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-021-3/+3
|\
| * serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki2022-04-221-1/+1
| * serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren2022-04-151-2/+2
* | serial: 8250: Handle UART without interrupt on TEMTIlpo Järvinen2022-04-261-9/+26
* | serial: 8250: use THRE & __stop_tx also with DMAIlpo Järvinen2022-04-261-3/+6
* | serial/8250: Use fifo in 8250 console driverWander Lairson Costa2022-04-221-6/+65
* | Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen2022-04-201-74/+2
* | serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay2022-04-151-1/+1
* | serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay2022-04-151-2/+74
|/
* serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-03-181-3/+1
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-281-15/+1
* serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König2022-02-261-0/+12
* serial: 8250: Return early in .start_tx() if there are no chars to sendSteffen Trumtrar2022-02-251-0/+3
* serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss2022-02-211-0/+8
* Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman2022-01-261-55/+6