summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2023-10-07serial: core: Fix checks for tx runtime PM stateTony Lindgren
2023-10-03serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-07-31serial: move WARN_ON() in uart_write() to the conditionJiri Slaby
2023-07-25serial: pass state to __uart_start() directlyJiri Slaby
2023-07-25serial: make uart_insert_char() accept u8sJiri Slaby
2023-07-25serial: convert uart sysrq handling to u8Jiri Slaby
2023-06-02serial: core: Fix error handling for serial_core_ctrl_device_add()Tony Lindgren
2023-06-01serial: core: Don't drop port_mutex in serial_core_remove_one_portSteven Price
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren
2023-05-30serial: core: lock port for start_rx() in uart_resume_port()John Ogness
2023-05-30serial: core: lock port for stop_rx() in uart_suspend_port()John Ogness
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König
2023-04-20serial: core: Disable uart_start() on uart_remove_one_port()Tony Lindgren
2023-04-20serial: fix TIOCSRS485 lockingJohan Hovold
2023-03-29serial: uart_poll_init() should power on the UARTDouglas Anderson
2023-03-17serial: Remove uart_wait_until_sent() forward declarationIlpo Järvinen
2023-03-17serial: Rename hw_stopped to old_hw_stopped & improve logicIlpo Järvinen
2023-03-17serial: Make hw_stopped boolIlpo Järvinen
2023-03-17serial: Rename uart_change_speed() to uart_change_line_settings()Ilpo Järvinen
2023-03-17serial: Move uart_change_speed() earlierIlpo Järvinen
2023-03-17serial: Use B0 instead of implicit zero assumptionIlpo Järvinen
2023-03-17serial: Use ARRAY_SIZE() with iso7816 reserved arrayIlpo Järvinen
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen
2023-01-19serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen
2023-01-19tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen
2023-01-19tty: Cleamup tty_port_set_suspended() bool parameterIlpo Järvinen
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen
2023-01-19serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-28tty: serial: document uart_get_console()Jiri Slaby
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby
2022-07-14serial: core: sanitize RS485 delays read from device treeLino Sanfilippo
2022-07-14serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo
2022-07-08serial: RS485 termination is supported if DT provides oneIlpo Järvinen