summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_port.c
Commit message (Expand)AuthorAgeFilesLines
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: make counts in tty_port_client_operations hooks size_tJiri Slaby (SUSE)2023-08-111-6/+5
* tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)2023-08-111-5/+4
* tty: tty_port: rename 'disc' to 'ld'Jiri Slaby (SUSE)2023-08-111-11/+11
* tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-2/+2
* tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-2/+2
* tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen2023-01-191-5/+5
* tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
* tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen2022-06-101-0/+21
* tty: Drop duplicate NULL check in TTY port functionsAndy Shevchenko2022-02-041-7/+4
* tty: tty_port_open, document shutdown vs failed activateJiri Slaby2022-01-261-0/+3
* tty: add kfifo to tty_portJiri Slaby2022-01-261-1/+5
* tty: add kernel-doc for more tty_port functionsJiri Slaby2021-11-261-2/+52
* tty: reformat kernel-doc in tty_port.cJiri Slaby2021-11-261-73/+88
* tty: tty_port: Fix coding style issues of block commentsXiaofei Tan2021-05-131-5/+9
* tty: tty_port: Add a blank line after declarationsXiaofei Tan2021-05-131-0/+1
* tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo)Xiaofei Tan2021-05-131-1/+0
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-1/+1
* tty: create internal tty.h fileGreg Kroah-Hartman2021-04-151-0/+1
* tty: tty_port: Demote obvious abuse of kernel-doc formattingLee Jones2020-11-061-2/+2
* serdev: ttyport: restore client ops on deregistrationJohan Hovold2020-02-101-2/+3
* tty: always relink the portSudip Mukherjee2019-12-301-2/+1
* tty: link tty and port before configuring it as consoleSudip Mukherjee2019-12-171-1/+2
* Revert "tty: fix NULL pointer issue when tty_port ops is not set"Johan Hovold2019-04-161-5/+5
* tty: fix NULL pointer issue when tty_port ops is not setFabien Dessenne2019-03-281-5/+5
* tty: do not set TTY_IO_ERROR flag if console portChanho Park2018-11-271-1/+2
* tty_port: Remove incorrect whitespace after commentsTobin C. Harding2018-09-181-7/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* ttyport: trivial fix for some typo in commentsAntonio Borneo2017-09-181-2/+2
* Revert "tty: fix port buffer locking"Greg Kroah-Hartman2017-06-041-2/+0
* tty/serdev: add serdev registration interfaceJohan Hovold2017-05-181-0/+75
* tty: fix port buffer lockingVegard Nossum2017-05-181-0/+2
* Revert "tty_port: register tty ports with serdev bus"Johan Hovold2017-05-181-12/+0
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* tty_port: register tty ports with serdev busRob Herring2017-02-031-0/+12
* tty_port: Add port client functionsRob Herring2017-02-031-6/+40
* tty_port: make tty_port_register_device wrap tty_port_register_device_attrRob Herring2017-01-191-2/+1
* tty_port: allow a port to be opened with a tty that has no file handleAlan Cox2017-01-191-2/+2
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-6/+7
* tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-6/+6
* tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-1/+1
* tty: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-2/+1
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-1/+1
* tty: Allow unreadable mess to be > 80 charsPeter Hurley2016-01-281-4/+2
* tty: Define tty_*() printk macrosPeter Hurley2015-12-131-5/+4
* tty: Abstract tty buffer workPeter Hurley2015-10-171-1/+1
* tty: Remove tty_port::close_waitPeter Hurley2015-10-171-2/+0
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-171-12/+1
* tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-171-9/+2
* tty: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-261-2/+1