aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_port.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: switch tty_port::xmit_* to u8Gravatar Jiri Slaby (SUSE) 1-1/+1
2023-11-25serial: core: Move tty and serdev to be children of serial core port deviceGravatar Tony Lindgren 1-7/+9
2023-10-03tty: stop using ndash in kernel-docGravatar Jiri Slaby (SUSE) 1-3/+3
2023-08-11tty: use u8 for flagsGravatar Jiri Slaby (SUSE) 1-1/+1
2023-08-11tty: make counts in tty_port_client_operations hooks size_tGravatar Jiri Slaby (SUSE) 1-6/+5
2023-08-11tty: make tty_port_client_operations operate with u8Gravatar Jiri Slaby (SUSE) 1-5/+4
2023-08-11tty: tty_port: rename 'disc' to 'ld'Gravatar Jiri Slaby (SUSE) 1-11/+11
2023-01-19tty: Convert ->dtr_rts() to take bool argumentGravatar Ilpo Järvinen 1-2/+2
2023-01-19tty: Convert ->carrier_raised() and callchains to boolGravatar Ilpo Järvinen 1-2/+2
2023-01-19tty: Cleanup tty_port_set_active() bool parameterGravatar Ilpo Järvinen 1-5/+5
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterGravatar Ilpo Järvinen 1-2/+2
2022-06-10tty: Implement lookahead to process XON/XOFF timelyGravatar Ilpo Järvinen 1-0/+21
2022-02-04tty: Drop duplicate NULL check in TTY port functionsGravatar Andy Shevchenko 1-7/+4
2022-01-26tty: tty_port_open, document shutdown vs failed activateGravatar Jiri Slaby 1-0/+3
2022-01-26tty: add kfifo to tty_portGravatar Jiri Slaby 1-1/+5
2021-11-26tty: add kernel-doc for more tty_port functionsGravatar Jiri Slaby 1-2/+52
2021-11-26tty: reformat kernel-doc in tty_port.cGravatar Jiri Slaby 1-73/+88
2021-05-13tty: tty_port: Fix coding style issues of block commentsGravatar Xiaofei Tan 1-5/+9
2021-05-13tty: tty_port: Add a blank line after declarationsGravatar Xiaofei Tan 1-0/+1
2021-05-13tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo)Gravatar Xiaofei Tan 1-1/+0
2021-05-13tty: cumulate and document tty_struct::flow* membersGravatar Jiri Slaby 1-1/+1
2021-04-15tty: create internal tty.h fileGravatar Greg Kroah-Hartman 1-0/+1
2020-11-06tty: tty_port: Demote obvious abuse of kernel-doc formattingGravatar Lee Jones 1-2/+2
2020-02-10serdev: ttyport: restore client ops on deregistrationGravatar Johan Hovold 1-2/+3
2019-12-30tty: always relink the portGravatar Sudip Mukherjee 1-2/+1
2019-12-17tty: link tty and port before configuring it as consoleGravatar Sudip Mukherjee 1-1/+2
2019-04-16Revert "tty: fix NULL pointer issue when tty_port ops is not set"Gravatar Johan Hovold 1-5/+5
2019-03-28tty: fix NULL pointer issue when tty_port ops is not setGravatar Fabien Dessenne 1-5/+5
2018-11-27tty: do not set TTY_IO_ERROR flag if console portGravatar Chanho Park 1-1/+2
2018-09-18tty_port: Remove incorrect whitespace after commentsGravatar Tobin C. Harding 1-7/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-09-18ttyport: trivial fix for some typo in commentsGravatar Antonio Borneo 1-2/+2
2017-06-04Revert "tty: fix port buffer locking"Gravatar Greg Kroah-Hartman 1-2/+0
2017-05-18tty/serdev: add serdev registration interfaceGravatar Johan Hovold 1-0/+75
2017-05-18tty: fix port buffer lockingGravatar Vegard Nossum 1-0/+2
2017-05-18Revert "tty_port: register tty ports with serdev bus"Gravatar Johan Hovold 1-12/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-03tty_port: register tty ports with serdev busGravatar Rob Herring 1-0/+12
2017-02-03tty_port: Add port client functionsGravatar Rob Herring 1-6/+40
2017-01-19tty_port: make tty_port_register_device wrap tty_port_register_device_attrGravatar Rob Herring 1-2/+1
2017-01-19tty_port: allow a port to be opened with a tty that has no file handleGravatar Alan Cox 1-2/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-6/+7
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyGravatar Peter Hurley 1-6/+6
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-1/+1
2016-01-28tty: Remove ASYNC_CLOSINGGravatar Peter Hurley 1-2/+1
2016-01-28tty: Use termios c_*flag macrosGravatar Peter Hurley 1-1/+1
2016-01-28tty: Allow unreadable mess to be > 80 charsGravatar Peter Hurley 1-4/+2
2015-12-13tty: Define tty_*() printk macrosGravatar Peter Hurley 1-5/+4
2015-10-17tty: Abstract tty buffer workGravatar Peter Hurley 1-1/+1
2015-10-17tty: Remove tty_port::close_waitGravatar Peter Hurley 1-2/+0