summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-20serial: switch change_irq and change_port to bool in uart_set_info()Jiri Slaby (SUSE)
2025-03-20serial: pass struct uart_state to uart_line_info()Jiri Slaby (SUSE)
2025-03-20serial: remove redundant tty_port_link_device()Jiri Slaby (SUSE)
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2024-12-14tty: serial: extract uart_change_port() from uart_set_info()Jiri Slaby (SUSE)
2024-12-14tty: serial: get rid of exit label from uart_set_info()Jiri Slaby (SUSE)
2024-12-14tty: serial_core: use more guard(mutex)Jiri Slaby (SUSE)
2024-10-16serial: core: Switch to irq_get_nr_irqs()Bart Van Assche
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-08-21serial: core: Introduce wrapper to set @uart_port->consJohn Ogness
2024-08-14serial: use guards for simple mutex locksJiri Slaby (SUSE)
2024-08-12Merge 6.11-rc3 into tty-nextGreg Kroah-Hartman
2024-08-07serial: don't use uninitialized value in uart_poll_init()Jiri Slaby (SUSE)
2024-08-07serial: protect uart_port_dtr_rts() in uart_shutdown() tooJiri Slaby (SUSE)
2024-07-31serial: core: check uartclk for zero to avoid divide by zeroGeorge Kennedy
2024-07-04serial: core: Add serial_base_match_and_update_preferred_console()Tony Lindgren
2024-06-25Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...Greg Kroah-Hartman
2024-06-04serial: drop debugging WARN_ON_ONCE() from uart_write()Tetsuo Handa
2024-05-10serial: Clear UPF_DEAD before calling tty_port_register_device_attr_serdev()Hans de Goede
2024-05-04serial: core: Call device_set_awake_path() for console portClaudiu Beznea
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman
2024-04-17serial: core: Extract uart_alloc_xmit_buf() and uart_free_xmit_buf()Andy Shevchenko
2024-04-17serial: drop debugging WARN_ON_ONCE() from uart_put_char()Jiri Slaby (SUSE)
2024-04-11serial: core: Fix missing shutdown and startup for serial base portTony Lindgren
2024-04-09serial: core: Clearing the circular buffer before NULLifying itAndy Shevchenko
2024-04-09serial: core: Fix regression when runtime PM is not enabledTony Lindgren
2024-04-09serial: core: Add support for DEVNAME:0.0 style naming for kernel consoleTony Lindgren
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)
2024-03-05serial: Lock console when calling into driver before registrationPeter Collingbourne
2024-01-27serial: core: Fix atomicity violation in uart_tiocmgetGui-Dong Han
2024-01-04serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo
2024-01-04serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo
2024-01-04serial: core: fix sanitizing check for RTS settingsLino Sanfilippo
2024-01-04serial: core: set missing supported flag for RX during TX GPIOLino Sanfilippo
2024-01-04serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo
2024-01-04tty: serial: kgdboc: Fix 8250_* kgdb over serialMichael Trimarchi
2024-01-04tty: serial: Add RS422 flag to struct serial_rs485Crescent CY Hsieh
2024-01-04serial: core: Clean up uart_update_timeout() functionVamshi Gajjela
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)
2023-11-25serial: core: Revert checks for tx runtime PM stateTony Lindgren
2023-11-25serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren
2023-10-24serial: core: Fix runtime PM handling for pending txTony Lindgren
2023-10-16serial: core: tidy invalid baudrate handling in uart_get_baud_rateMax Filippov
2023-10-16Merge 6.6-rc6 into tty-nextGreg Kroah-Hartman
2023-10-07serial: core: Fix checks for tx runtime PM stateTony Lindgren