summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25serial: pass state to __uart_start() directlyJiri Slaby1-5/+4
2023-07-25serial: make uart_insert_char() accept u8sJiri Slaby1-1/+1
2023-07-25serial: convert uart sysrq handling to u8Jiri Slaby1-2/+2
2023-06-02serial: core: Fix error handling for serial_core_ctrl_device_add()Tony Lindgren1-2/+2
2023-06-01serial: core: Don't drop port_mutex in serial_core_remove_one_portSteven Price1-3/+1
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren1-21/+171
2023-05-30serial: core: lock port for start_rx() in uart_resume_port()John Ogness1-1/+4
2023-05-30serial: core: lock port for stop_rx() in uart_suspend_port()John Ogness1-1/+4
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König1-5/+1
2023-04-20serial: core: Disable uart_start() on uart_remove_one_port()Tony Lindgren1-1/+1
2023-04-20serial: fix TIOCSRS485 lockingJohan Hovold1-2/+2
2023-03-29serial: uart_poll_init() should power on the UARTDouglas Anderson1-0/+6
2023-03-17serial: Remove uart_wait_until_sent() forward declarationIlpo Järvinen1-1/+0
2023-03-17serial: Rename hw_stopped to old_hw_stopped & improve logicIlpo Järvinen1-6/+5
2023-03-17serial: Make hw_stopped boolIlpo Järvinen1-3/+3
2023-03-17serial: Rename uart_change_speed() to uart_change_line_settings()Ilpo Järvinen1-6/+6
2023-03-17serial: Move uart_change_speed() earlierIlpo Järvinen1-48/+46
2023-03-17serial: Use B0 instead of implicit zero assumptionIlpo Järvinen1-2/+2
2023-03-17serial: Use ARRAY_SIZE() with iso7816 reserved arrayIlpo Järvinen1-1/+2
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman1-0/+5
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-4/+4
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen1-4/+4
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen1-4/+4
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-4/+4
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen1-5/+4
2023-01-19serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen1-5/+5
2023-01-19tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen1-2/+2
2023-01-19tty: Cleamup tty_port_set_suspended() bool parameterIlpo Järvinen1-4/+4
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen1-3/+3
2023-01-19serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier1-0/+12
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness1-0/+5
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness1-7/+7
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