aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-25serial: 8250: Fix restoring termios speed after suspendPali Rohár1-1/+6
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner1-5/+7
2022-09-22serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen1-3/+5
2022-09-22serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki1-1/+2
2022-09-01serial: Fix double wordShaomin Deng1-1/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-3/+3
2022-08-30serial: 8250: Add helper for clearing IERIlpo Järvinen1-13/+11
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-86/+71
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo1-3/+0
2022-06-30serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang1-1/+3
2022-06-30serial: 8250_port: Fix spelling mistakeZhang Jiaming1-2/+2
2022-06-27serial: 8250: Fix __stop_tx() & DMA Tx restart racesIlpo Järvinen1-1/+1
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+2
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen1-8/+9
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen1-7/+5
2022-06-27serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen1-18/+20
2022-06-27serial: 8250: Use UART_LCR_WLEN8 instead of literalIlpo Järvinen1-1/+1
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman1-0/+2
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-10serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen1-16/+2
2022-06-10serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen1-0/+8
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen1-1/+1
2022-06-10serial: 8250: Adjust misleading LSR related commentIlpo Järvinen1-3/+5
2022-06-10serial: 8250: Get preserved flags using serial_lsr_in()Ilpo Järvinen1-1/+1
2022-06-10serial: 8250: Create serial_lsr_in()Ilpo Järvinen1-11/+4
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-10serial: 8250: handle __start_tx() call in start_tx()Ilpo Järvinen1-11/+10
2022-06-10serial: 8250: kill __do_stop_tx()Ilpo Järvinen1-7/+3
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen1-2/+0
2022-05-05serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki1-21/+0
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman1-3/+3
2022-04-26serial: 8250: Handle UART without interrupt on TEMTIlpo Järvinen1-9/+26
2022-04-26serial: 8250: use THRE & __stop_tx also with DMAIlpo Järvinen1-3/+6
2022-04-22serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki1-1/+1
2022-04-22serial/8250: Use fifo in 8250 console driverWander Lairson Costa1-6/+65
2022-04-20Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen1-74/+2
2022-04-15serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren1-2/+2
2022-04-15serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay1-1/+1
2022-04-15serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay1-2/+74
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen1-3/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby1-15/+1
2022-02-26serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König1-0/+12
2022-02-25serial: 8250: Return early in .start_tx() if there are no chars to sendSteffen Trumtrar1-0/+3
2022-02-21serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss1-0/+8
2022-01-26Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman1-55/+6
2021-12-30serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner1-1/+1
2021-12-30tty: serial: Use fifo in 8250 console driverWander Lairson Costa1-6/+55
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman1-7/+0
2021-11-25serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner1-7/+0