Age | Commit message (Expand) | Author | Files | Lines |
2020-02-10 | serdev: ttyport: restore client ops on deregistration | Johan Hovold | 1 | -4/+2 |
2019-01-30 | serdev: ttyport: call tiocmget and tiocmset ops directly | Johan Hovold | 1 | -2/+2 |
2018-02-01 | Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+6 |
2018-01-23 | serdev: add method to set parity | Ulrich Hecht | 1 | -0/+24 |
2017-12-18 | serdev: ttyport: do not used keyed wakeup in write_wakeup | Johan Hovold | 1 | -1/+2 |
2017-12-11 | Merge 4.15-rc3 into tty-next | Greg Kroah-Hartman | 1 | -3/+23 |
2017-11-28 | serdev: ttyport: ignore carrier detect to avoid hangups | Johan Hovold | 1 | -0/+2 |
2017-11-28 | serdev: ttyport: release tty lock sooner on open | Johan Hovold | 1 | -1/+2 |
2017-11-28 | serdev: ttyport: fix tty locking in close | Johan Hovold | 1 | -0/+2 |
2017-11-28 | serdev: ttyport: fix NULL-deref on hangup | Johan Hovold | 1 | -2/+9 |
2017-11-28 | serdev: ttyport: add missing receive_buf sanity checks | Johan Hovold | 1 | -1/+12 |
2017-11-08 | tty: serdev: Remove redundant license text | Greg Kroah-Hartman | 1 | -9/+0 |
2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-23 | serdev: ttyport: add missing open() error handling | Johan Hovold | 1 | -3/+10 |
2017-10-23 | serdev: ttyport: enforce tty-driver open() requirement | Johan Hovold | 1 | -4/+10 |
2017-05-29 | Merge 4.12-rc3 into tty-next | Greg Kroah-Hartman | 1 | -7/+14 |
2017-05-18 | tty/serdev: add serdev registration interface | Johan Hovold | 1 | -2/+4 |
2017-05-18 | serdev: fix tty-port client deregistration | Johan Hovold | 1 | -5/+10 |
2017-05-18 | tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrate | Stefan Wahren | 1 | -1/+1 |
2017-04-12 | serdev: implement get/set tiocm | Sebastian Reichel | 1 | -0/+24 |
2017-04-12 | serdev: add serdev_device_wait_until_sent | Sebastian Reichel | 1 | -4/+14 |
2017-02-09 | serdev: ttyport: check whether tty_init_dev() fails | Dan Carpenter | 1 | -0/+2 |
2017-02-03 | serdev: add a tty port controller driver | Rob Herring | 1 | -0/+224 |