aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serdev/serdev-ttyport.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: serdev: convert to u8 and size_t in serdev_controller_opsGravatar 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-1/+2
2023-08-11tty: make counts in tty_port_client_operations hooks size_tGravatar Jiri Slaby (SUSE) 1-2/+2
2023-08-11tty: make tty_port_client_operations operate with u8Gravatar Jiri Slaby (SUSE) 1-2/+2
2023-04-23serdev: Add method to assert break signal over tty UART portGravatar Neeraj Sanjay Kale 1-0/+12
2023-04-23serdev: Replace all instances of ENOTSUPP with EOPNOTSUPPGravatar Neeraj Sanjay Kale 1-2/+2
2020-02-10serdev: ttyport: restore client ops on deregistrationGravatar Johan Hovold 1-4/+2
2019-01-30serdev: ttyport: call tiocmget and tiocmset ops directlyGravatar Johan Hovold 1-2/+2
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+6
2018-01-23serdev: add method to set parityGravatar Ulrich Hecht 1-0/+24
2017-12-18serdev: ttyport: do not used keyed wakeup in write_wakeupGravatar Johan Hovold 1-1/+2
2017-12-11Merge 4.15-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-3/+23
2017-11-28serdev: ttyport: ignore carrier detect to avoid hangupsGravatar Johan Hovold 1-0/+2
2017-11-28serdev: ttyport: release tty lock sooner on openGravatar Johan Hovold 1-1/+2
2017-11-28serdev: ttyport: fix tty locking in closeGravatar Johan Hovold 1-0/+2
2017-11-28serdev: ttyport: fix NULL-deref on hangupGravatar Johan Hovold 1-2/+9
2017-11-28serdev: ttyport: add missing receive_buf sanity checksGravatar Johan Hovold 1-1/+12
2017-11-08tty: serdev: Remove redundant license textGravatar Greg Kroah-Hartman 1-9/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-10-23serdev: ttyport: add missing open() error handlingGravatar Johan Hovold 1-3/+10
2017-10-23serdev: ttyport: enforce tty-driver open() requirementGravatar Johan Hovold 1-4/+10
2017-05-29Merge 4.12-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-7/+14
2017-05-18tty/serdev: add serdev registration interfaceGravatar Johan Hovold 1-2/+4
2017-05-18serdev: fix tty-port client deregistrationGravatar Johan Hovold 1-5/+10
2017-05-18tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrateGravatar Stefan Wahren 1-1/+1
2017-04-12serdev: implement get/set tiocmGravatar Sebastian Reichel 1-0/+24
2017-04-12serdev: add serdev_device_wait_until_sentGravatar Sebastian Reichel 1-4/+14
2017-02-09serdev: ttyport: check whether tty_init_dev() failsGravatar Dan Carpenter 1-0/+2
2017-02-03serdev: add a tty port controller driverGravatar Rob Herring 1-0/+224