summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-01serial: protect uart_port_dtr_rts() in uart_shutdown() tooJiri Slaby (SUSE)1-7/+9
2024-11-01serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen1-4/+4
2024-11-01tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen1-4/+4
2024-08-14serial: core: check uartclk for zero to avoid divide by zeroGeorge Kennedy1-0/+8
2024-04-03serial: Lock console when calling into driver before registrationPeter Collingbourne1-0/+12
2024-01-26serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo1-0/+3
2024-01-26serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo1-1/+1
2024-01-26serial: core: fix sanitizing check for RTS settingsLino Sanfilippo1-10/+18
2023-10-25serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner1-4/+9
2023-10-25serial: Rename uart_change_speed() to uart_change_line_settings()Ilpo Järvinen1-6/+6
2023-10-25serial: Move uart_change_speed() earlierIlpo Järvinen1-48/+46
2023-07-19serial: core: lock port for start_rx() in uart_resume_port()John Ogness1-1/+4
2023-07-19serial: core: lock port for stop_rx() in uart_suspend_port()John Ogness1-1/+4
2023-05-11serial: fix TIOCSRS485 lockingJohan Hovold1-2/+2
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner1-16/+20
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-3/+3
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-156/+296
2022-07-28tty: serial: document uart_get_console()Jiri Slaby1-4/+9
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby1-54/+53
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby1-59/+82
2022-07-14serial: core: sanitize RS485 delays read from device treeLino Sanfilippo1-0/+2
2022-07-14serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo1-20/+26
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo1-0/+12
2022-07-08serial: RS485 termination is supported if DT provides oneIlpo Järvinen1-0/+2
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-4/+4
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen1-5/+0
2022-06-27serial: Support for RS-485 multipoint addressesIlpo Järvinen1-1/+21
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-4/+10
2022-06-27serial: Drop timeout from uart_portIlpo Järvinen1-15/+10
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman1-3/+6
2022-06-10serial: return -EINVAL for non-legacy RS485 flagsIlpo Järvinen1-0/+24
2022-06-10serial: Clear rs485 struct when non-RS485 mode is setIlpo Järvinen1-1/+11
2022-06-10serial: Sanitize rs485_structIlpo Järvinen1-4/+29
2022-06-10serial: Move serial_rs485 sanitization into separate functionIlpo Järvinen1-25/+30
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen1-0/+6
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi1-3/+6
2022-05-19serial: core: Do stop_rx in suspend path for console if console_suspend is di...Vijaya Krishna Nivarthi1-2/+9
2022-04-26serial: Store character timing information to uart_portIlpo Järvinen1-6/+8
2022-04-22serial: core: fix tcdrain() with CTS enabledTomasz Moń1-12/+14
2022-04-15serial: When UART is suspended, set RTS to falseAl Cooper1-0/+5
2022-04-15serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo1-0/+33
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen1-0/+14
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-02-04serial: core: Drop duplicate NULL check in uart_*shutdown()Andy Shevchenko1-4/+2
2022-01-30Merge tag 'v5.17-rc2' into tty-nextGreg Kroah-Hartman1-22/+12
2022-01-26serial: core: clean up EXPORT_SYMBOLsJiri Slaby1-11/+7
2022-01-26serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner1-22/+12
2022-01-06serial: core: Keep mctrl register state and cached copy in syncLukas Wunner1-1/+2