开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Age
Commit message (
Expand
)
Author
2023-10-24
serial: core: Fix runtime PM handling for pending tx
Tony Lindgren
2023-10-16
serial: core: tidy invalid baudrate handling in uart_get_baud_rate
Max Filippov
2023-10-16
Merge 6.6-rc6 into tty-next
Greg Kroah-Hartman
2023-10-07
serial: core: Fix checks for tx runtime PM state
Tony Lindgren
2023-10-07
serial: initialize retinfo in uart_get_info()
Alexey Dobriyan
2023-10-05
serial: core: Simplify uart_get_rs485_mode()
Andy Shevchenko
2023-10-03
serial: Reduce spinlocked portion of uart_rs485_config()
Lukas Wunner
2023-09-18
serial: core: Use port lock wrappers
Thomas Gleixner
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-07-31
serial: move WARN_ON() in uart_write() to the condition
Jiri Slaby
2023-07-25
serial: pass state to __uart_start() directly
Jiri Slaby
2023-07-25
serial: make uart_insert_char() accept u8s
Jiri Slaby
2023-07-25
serial: convert uart sysrq handling to u8
Jiri Slaby
2023-06-02
serial: core: Fix error handling for serial_core_ctrl_device_add()
Tony Lindgren
2023-06-01
serial: core: Don't drop port_mutex in serial_core_remove_one_port
Steven Price
2023-05-31
serial: core: Start managing serial controllers to enable runtime PM
Tony Lindgren
2023-05-30
serial: core: lock port for start_rx() in uart_resume_port()
John Ogness
2023-05-30
serial: core: lock port for stop_rx() in uart_suspend_port()
John Ogness
2023-05-13
serial: Make uart_remove_one_port() return void
Uwe Kleine-König
2023-04-20
serial: core: Disable uart_start() on uart_remove_one_port()
Tony Lindgren
2023-04-20
serial: fix TIOCSRS485 locking
Johan Hovold
2023-03-29
serial: uart_poll_init() should power on the UART
Douglas Anderson
2023-03-17
serial: Remove uart_wait_until_sent() forward declaration
Ilpo Järvinen
2023-03-17
serial: Rename hw_stopped to old_hw_stopped & improve logic
Ilpo Järvinen
2023-03-17
serial: Make hw_stopped bool
Ilpo Järvinen
2023-03-17
serial: Rename uart_change_speed() to uart_change_line_settings()
Ilpo Järvinen
2023-03-17
serial: Move uart_change_speed() earlier
Ilpo Järvinen
2023-03-17
serial: Use B0 instead of implicit zero assumption
Ilpo Järvinen
2023-03-17
serial: Use ARRAY_SIZE() with iso7816 reserved array
Ilpo Järvinen
2023-01-22
Merge 6.2-rc5 into tty-next
Greg Kroah-Hartman
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
2023-01-19
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
2023-01-19
tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
Ilpo Järvinen
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
2023-01-19
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
2023-01-19
serial: Convert uart_{,port_}startup() init_hw param to bool
Ilpo Järvinen
2023-01-19
tty: Cleanup tty_port_set_active() bool parameter
Ilpo Järvinen
2023-01-19
tty: Cleamup tty_port_set_suspended() bool parameter
Ilpo Järvinen
2023-01-19
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
2023-01-19
serial: core: Add option to output RS485 RX_DURING_TX state via GPIO
Christoph Niedermaier
2023-01-16
tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
John Ogness
2022-12-02
serial_core: replace uart_console_enabled() with uart_console_registered()
John Ogness
2022-09-25
serial: Deassert Transmit Enable on probe in driver-specific way
Lukas Wunner
2022-08-30
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
tty: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-07-28
tty: serial: document uart_get_console()
Jiri Slaby
[next]