| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: drop put_tty_driver | Jiri Slaby | 2021-07-27 | 1 | -2/+2 |
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2021-07-05 | 1 | -12/+12 |
|\ |
|
| * | tty: vcc: use DEVICE_ATTR_*() macro | Zhen Lei | 2021-06-04 | 1 | -8/+8 |
| * | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 2021-05-13 | 1 | -2/+2 |
| * | tty: make tty_operations::write_room return uint | Jiri Slaby | 2021-05-13 | 1 | -2/+2 |
* | | sparc/vio: make remove callback return void | Uwe Kleine-König | 2021-05-14 | 1 | -3/+1 |
|/ |
|
* | tty: make everyone's write_room return >= 0 | Jiri Slaby | 2021-03-10 | 1 | -1/+1 |
* | tty: make everyone's chars_in_buffer return >= 0 | Jiri Slaby | 2021-03-10 | 1 | -1/+1 |
* | tty: vcc, remove useless tty checks | Jiri Slaby | 2021-03-10 | 1 | -45/+0 |
* | tty: vcc, use name strings directly | Jiri Slaby | 2021-03-10 | 1 | -4/+2 |
* | tty: vcc, drop version dump | Jiri Slaby | 2021-03-10 | 1 | -10/+1 |
* | tty: vcc, make globals static | Jiri Slaby | 2021-03-10 | 1 | -3/+3 |
* | tty: vcc: Drop impossible to hit WARN_ON | Uwe Kleine-König | 2021-01-15 | 1 | -5/+2 |
* | tty: vcc: Drop unnecessary if block | Uwe Kleine-König | 2021-01-15 | 1 | -3/+0 |
* | sparc64: vcc: Fix error return code in vcc_probe() | Wei Yongjun | 2020-04-28 | 1 | -0/+1 |
* | tty: fix up a few remaining files without SPDX identifiers | Greg Kroah-Hartman | 2019-04-04 | 1 | -0/+1 |
* | tty: vcc: Convert timers to use timer_setup() | Kees Cook | 2017-11-04 | 1 | -14/+6 |
* | drivers: tty: vcc: use setup_timer() helper. | Allen Pais | 2017-10-03 | 1 | -7/+2 |
* | sparc64: vcc: make ktermios const | Bhumika Goyal | 2017-08-30 | 1 | -1/+1 |
* | sparc64: vcc: Check for IS_ERR() instead of NULL | Dan Carpenter | 2017-08-29 | 1 | -2/+2 |
* | sparc64: vcc: Add install & cleanup TTY operations | Jag Raman | 2017-08-16 | 1 | -0/+73 |
* | sparc64: vcc: Add break_ctl TTY operation | Jag Raman | 2017-08-16 | 1 | -0/+35 |
* | sparc64: vcc: Add chars_in_buffer TTY operation | Jag Raman | 2017-08-16 | 1 | -5/+29 |
* | sparc64: vcc: Add write & write_room TTY operations | Jag Raman | 2017-08-16 | 1 | -3/+98 |
* | sparc64: vcc: Add hangup TTY operation | Jag Raman | 2017-08-16 | 1 | -0/+41 |
* | sparc64: vcc: Add open & close TTY operations | Jag Raman | 2017-08-16 | 1 | -1/+62 |
* | sparc64: vcc: Enable LDC event processing engine | Jag Raman | 2017-08-16 | 1 | -0/+34 |
* | sparc64: vcc: Add RX & TX timer for delayed LDC operation | Jag Raman | 2017-08-16 | 1 | -2/+193 |
* | sparc64: vcc: Create sysfs attribute group | Jag Raman | 2017-08-16 | 1 | -0/+82 |
* | sparc64: vcc: Enable VCC port probe and removal | Jag Raman | 2017-08-16 | 1 | -0/+379 |
* | sparc64: vcc: TTY driver initialization and cleanup | Jag Raman | 2017-08-16 | 1 | -1/+82 |
* | sparc64: vcc: Add VCC debug message macros | Jag Raman | 2017-08-16 | 1 | -0/+41 |
* | sparc64: vcc: Enable VCC module in linux | Jag Raman | 2017-08-16 | 1 | -0/+18 |