aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serdev/serdev-ttyport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-10serdev: ttyport: restore client ops on deregistrationJohan Hovold1-4/+2
2019-01-30serdev: ttyport: call tiocmget and tiocmset ops directlyJohan Hovold1-2/+2
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+6
2018-01-23serdev: add method to set parityUlrich Hecht1-0/+24
2017-12-18serdev: ttyport: do not used keyed wakeup in write_wakeupJohan Hovold1-1/+2
2017-12-11Merge 4.15-rc3 into tty-nextGreg Kroah-Hartman1-3/+23
2017-11-28serdev: ttyport: ignore carrier detect to avoid hangupsJohan Hovold1-0/+2
2017-11-28serdev: ttyport: release tty lock sooner on openJohan Hovold1-1/+2
2017-11-28serdev: ttyport: fix tty locking in closeJohan Hovold1-0/+2
2017-11-28serdev: ttyport: fix NULL-deref on hangupJohan Hovold1-2/+9
2017-11-28serdev: ttyport: add missing receive_buf sanity checksJohan Hovold1-1/+12
2017-11-08tty: serdev: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-23serdev: ttyport: add missing open() error handlingJohan Hovold1-3/+10
2017-10-23serdev: ttyport: enforce tty-driver open() requirementJohan Hovold1-4/+10
2017-05-29Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman1-7/+14
2017-05-18tty/serdev: add serdev registration interfaceJohan Hovold1-2/+4
2017-05-18serdev: fix tty-port client deregistrationJohan Hovold1-5/+10
2017-05-18tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrateStefan Wahren1-1/+1
2017-04-12serdev: implement get/set tiocmSebastian Reichel1-0/+24
2017-04-12serdev: add serdev_device_wait_until_sentSebastian Reichel1-4/+14
2017-02-09serdev: ttyport: check whether tty_init_dev() failsDan Carpenter1-0/+2
2017-02-03serdev: add a tty port controller driverRob Herring1-0/+224