index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_port.c
Age
Commit message (
Expand
)
Author
2023-12-08
tty: switch tty_port::xmit_* to u8
Jiri Slaby (SUSE)
2023-11-25
serial: core: Move tty and serdev to be children of serial core port device
Tony Lindgren
2023-10-03
tty: stop using ndash in kernel-doc
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
tty: make counts in tty_port_client_operations hooks size_t
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_port_client_operations operate with u8
Jiri Slaby (SUSE)
2023-08-11
tty: tty_port: rename 'disc' to 'ld'
Jiri Slaby (SUSE)
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
tty: Cleanup tty_port_set_active() bool parameter
Ilpo Järvinen
2023-01-19
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
2022-06-10
tty: Implement lookahead to process XON/XOFF timely
Ilpo Järvinen
2022-02-04
tty: Drop duplicate NULL check in TTY port functions
Andy Shevchenko
2022-01-26
tty: tty_port_open, document shutdown vs failed activate
Jiri Slaby
2022-01-26
tty: add kfifo to tty_port
Jiri Slaby
2021-11-26
tty: add kernel-doc for more tty_port functions
Jiri Slaby
2021-11-26
tty: reformat kernel-doc in tty_port.c
Jiri Slaby
2021-05-13
tty: tty_port: Fix coding style issues of block comments
Xiaofei Tan
2021-05-13
tty: tty_port: Add a blank line after declarations
Xiaofei Tan
2021-05-13
tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo)
Xiaofei Tan
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2021-04-15
tty: create internal tty.h file
Greg Kroah-Hartman
2020-11-06
tty: tty_port: Demote obvious abuse of kernel-doc formatting
Lee Jones
2020-02-10
serdev: ttyport: restore client ops on deregistration
Johan Hovold
2019-12-30
tty: always relink the port
Sudip Mukherjee
2019-12-17
tty: link tty and port before configuring it as console
Sudip Mukherjee
2019-04-16
Revert "tty: fix NULL pointer issue when tty_port ops is not set"
Johan Hovold
2019-03-28
tty: fix NULL pointer issue when tty_port ops is not set
Fabien Dessenne
2018-11-27
tty: do not set TTY_IO_ERROR flag if console port
Chanho Park
2018-09-18
tty_port: Remove incorrect whitespace after comments
Tobin C. Harding
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-09-18
ttyport: trivial fix for some typo in comments
Antonio Borneo
2017-06-04
Revert "tty: fix port buffer locking"
Greg Kroah-Hartman
2017-05-18
tty/serdev: add serdev registration interface
Johan Hovold
2017-05-18
tty: fix port buffer locking
Vegard Nossum
2017-05-18
Revert "tty_port: register tty ports with serdev bus"
Johan Hovold
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-02-03
tty_port: register tty ports with serdev bus
Rob Herring
2017-02-03
tty_port: Add port client functions
Rob Herring
2017-01-19
tty_port: make tty_port_register_device wrap tty_port_register_device_attr
Rob Herring
2017-01-19
tty_port: allow a port to be opened with a tty that has no file handle
Alan Cox
2016-04-30
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
2016-04-30
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
Peter Hurley
2016-04-30
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
2016-01-28
tty: Remove ASYNC_CLOSING
Peter Hurley
2016-01-28
tty: Use termios c_*flag macros
Peter Hurley
2016-01-28
tty: Allow unreadable mess to be > 80 chars
Peter Hurley
2015-12-13
tty: Define tty_*() printk macros
Peter Hurley
2015-10-17
tty: Abstract tty buffer work
Peter Hurley
2015-10-17
tty: Remove tty_port::close_wait
Peter Hurley
[next]