summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_port.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04serial: port: Don't block system suspend even if bytes are left to xmitDouglas Anderson1-0/+7
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman1-0/+34
2024-04-17serial: port: Add support of PNP IRQ to __uart_read_properties()Guanbing Huang1-1/+6
2024-04-11serial: core: Fix missing shutdown and startup for serial base portTony Lindgren1-0/+34
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-1/+1
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+145
2024-03-05serial: port: Introduce a common helper to read propertiesAndy Shevchenko1-0/+145
2024-03-02serial: port: Don't suspend if the port is still busyYicong Yang1-1/+24
2023-09-18serial: core: Use port lock wrappersThomas Gleixner1-2/+2
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren1-0/+105