index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_port.c
Age
Commit message (
Expand
)
Author
2025-02-04
serial: port: Make ->iotype validation global in __uart_read_properties()
Andy Shevchenko
2025-02-04
serial: port: Always update ->iotype in __uart_read_properties()
Andy Shevchenko
2025-02-04
serial: port: Assign ->iotype correctly when ->iobase is set
Andy Shevchenko
2024-06-04
serial: port: Don't block system suspend even if bytes are left to xmit
Douglas Anderson
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
2024-04-17
serial: port: Add support of PNP IRQ to __uart_read_properties()
Guanbing Huang
2024-04-11
serial: core: Fix missing shutdown and startup for serial base port
Tony Lindgren
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-03-05
serial: port: Introduce a common helper to read properties
Andy Shevchenko
2024-03-02
serial: port: Don't suspend if the port is still busy
Yicong Yang
2023-09-18
serial: core: Use port lock wrappers
Thomas Gleixner
2023-05-31
serial: core: Start managing serial controllers to enable runtime PM
Tony Lindgren