summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serdev/serdev-ttyport.c
Commit message (Expand)AuthorAgeFilesLines
* treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-271-6/+4
* tty: serdev: convert to u8 and size_t in serdev_controller_opsJiri Slaby (SUSE)2023-12-081-1/+1
* serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren2023-11-251-1/+2
* tty: make counts in tty_port_client_operations hooks size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)2023-08-111-2/+2
* serdev: Add method to assert break signal over tty UART portNeeraj Sanjay Kale2023-04-231-0/+12
* serdev: Replace all instances of ENOTSUPP with EOPNOTSUPPNeeraj Sanjay Kale2023-04-231-2/+2
* serdev: ttyport: restore client ops on deregistrationJohan Hovold2020-02-101-4/+2
* serdev: ttyport: call tiocmget and tiocmset ops directlyJohan Hovold2019-01-301-2/+2
* Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-011-2/+6
|\
| * serdev: ttyport: do not used keyed wakeup in write_wakeupJohan Hovold2017-12-181-1/+2
| * Merge 4.15-rc3 into tty-nextGreg Kroah-Hartman2017-12-111-3/+23
| |\
| * | serdev: ttyport: ignore carrier detect to avoid hangupsJohan Hovold2017-11-281-0/+2
| * | serdev: ttyport: release tty lock sooner on openJohan Hovold2017-11-281-1/+2
* | | serdev: add method to set parityUlrich Hecht2018-01-231-0/+24
| |/ |/|
* | serdev: ttyport: fix tty locking in closeJohan Hovold2017-11-281-0/+2
* | serdev: ttyport: fix NULL-deref on hangupJohan Hovold2017-11-281-2/+9
* | serdev: ttyport: add missing receive_buf sanity checksJohan Hovold2017-11-281-1/+12
|/
* tty: serdev: Remove redundant license textGreg Kroah-Hartman2017-11-081-9/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serdev: ttyport: add missing open() error handlingJohan Hovold2017-10-231-3/+10
* serdev: ttyport: enforce tty-driver open() requirementJohan Hovold2017-10-231-4/+10
* Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman2017-05-291-7/+14
|\
| * tty/serdev: add serdev registration interfaceJohan Hovold2017-05-181-2/+4
| * serdev: fix tty-port client deregistrationJohan Hovold2017-05-181-5/+10
* | tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrateStefan Wahren2017-05-181-1/+1
|/
* serdev: implement get/set tiocmSebastian Reichel2017-04-121-0/+24
* serdev: add serdev_device_wait_until_sentSebastian Reichel2017-04-121-4/+14
* serdev: ttyport: check whether tty_init_dev() failsDan Carpenter2017-02-091-0/+2
* serdev: add a tty port controller driverRob Herring2017-02-031-0/+224