summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vcc.c
Commit message (Expand)AuthorAgeFilesLines
* termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-0/+1
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-12/+12
|\
| * tty: vcc: use DEVICE_ATTR_*() macroZhen Lei2021-06-041-8/+8
| * tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-2/+2
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-2/+2
* | sparc/vio: make remove callback return voidUwe Kleine-König2021-05-141-3/+1
|/
* tty: make everyone's write_room return >= 0Jiri Slaby2021-03-101-1/+1
* tty: make everyone's chars_in_buffer return >= 0Jiri Slaby2021-03-101-1/+1
* tty: vcc, remove useless tty checksJiri Slaby2021-03-101-45/+0
* tty: vcc, use name strings directlyJiri Slaby2021-03-101-4/+2
* tty: vcc, drop version dumpJiri Slaby2021-03-101-10/+1
* tty: vcc, make globals staticJiri Slaby2021-03-101-3/+3
* tty: vcc: Drop impossible to hit WARN_ONUwe Kleine-König2021-01-151-5/+2
* tty: vcc: Drop unnecessary if blockUwe Kleine-König2021-01-151-3/+0
* sparc64: vcc: Fix error return code in vcc_probe()Wei Yongjun2020-04-281-0/+1
* tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman2019-04-041-0/+1
* tty: vcc: Convert timers to use timer_setup()Kees Cook2017-11-041-14/+6
* drivers: tty: vcc: use setup_timer() helper.Allen Pais2017-10-031-7/+2
* sparc64: vcc: make ktermios constBhumika Goyal2017-08-291-1/+1
* sparc64: vcc: Check for IS_ERR() instead of NULLDan Carpenter2017-08-281-2/+2
* sparc64: vcc: Add install & cleanup TTY operationsJag Raman2017-08-151-0/+73
* sparc64: vcc: Add break_ctl TTY operationJag Raman2017-08-151-0/+35
* sparc64: vcc: Add chars_in_buffer TTY operationJag Raman2017-08-151-5/+29
* sparc64: vcc: Add write & write_room TTY operationsJag Raman2017-08-151-3/+98
* sparc64: vcc: Add hangup TTY operationJag Raman2017-08-151-0/+41
* sparc64: vcc: Add open & close TTY operationsJag Raman2017-08-151-1/+62
* sparc64: vcc: Enable LDC event processing engineJag Raman2017-08-151-0/+34
* sparc64: vcc: Add RX & TX timer for delayed LDC operationJag Raman2017-08-151-2/+193
* sparc64: vcc: Create sysfs attribute groupJag Raman2017-08-151-0/+82
* sparc64: vcc: Enable VCC port probe and removalJag Raman2017-08-151-0/+379
* sparc64: vcc: TTY driver initialization and cleanupJag Raman2017-08-151-1/+82
* sparc64: vcc: Add VCC debug message macrosJag Raman2017-08-151-0/+41
* sparc64: vcc: Enable VCC module in linuxJag Raman2017-08-151-0/+18