aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vcc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby1-1/+1
2021-03-10tty: make everyone's chars_in_buffer return >= 0Jiri Slaby1-1/+1
2021-03-10tty: vcc, remove useless tty checksJiri Slaby1-45/+0
2021-03-10tty: vcc, use name strings directlyJiri Slaby1-4/+2
2021-03-10tty: vcc, drop version dumpJiri Slaby1-10/+1
2021-03-10tty: vcc, make globals staticJiri Slaby1-3/+3
2021-01-15tty: vcc: Drop impossible to hit WARN_ONUwe Kleine-König1-5/+2
2021-01-15tty: vcc: Drop unnecessary if blockUwe Kleine-König1-3/+0
2020-04-28sparc64: vcc: Fix error return code in vcc_probe()Wei Yongjun1-0/+1
2019-04-04tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman1-0/+1
2017-11-04tty: vcc: Convert timers to use timer_setup()Kees Cook1-14/+6
2017-10-03drivers: tty: vcc: use setup_timer() helper.Allen Pais1-7/+2
2017-08-29sparc64: vcc: make ktermios constBhumika Goyal1-1/+1
2017-08-28sparc64: vcc: Check for IS_ERR() instead of NULLDan Carpenter1-2/+2
2017-08-15sparc64: vcc: Add install & cleanup TTY operationsJag Raman1-0/+73
2017-08-15sparc64: vcc: Add break_ctl TTY operationJag Raman1-0/+35
2017-08-15sparc64: vcc: Add chars_in_buffer TTY operationJag Raman1-5/+29
2017-08-15sparc64: vcc: Add write & write_room TTY operationsJag Raman1-3/+98
2017-08-15sparc64: vcc: Add hangup TTY operationJag Raman1-0/+41
2017-08-15sparc64: vcc: Add open & close TTY operationsJag Raman1-1/+62
2017-08-15sparc64: vcc: Enable LDC event processing engineJag Raman1-0/+34
2017-08-15sparc64: vcc: Add RX & TX timer for delayed LDC operationJag Raman1-2/+193
2017-08-15sparc64: vcc: Create sysfs attribute groupJag Raman1-0/+82
2017-08-15sparc64: vcc: Enable VCC port probe and removalJag Raman1-0/+379
2017-08-15sparc64: vcc: TTY driver initialization and cleanupJag Raman1-1/+82
2017-08-15sparc64: vcc: Add VCC debug message macrosJag Raman1-0/+41
2017-08-15sparc64: vcc: Enable VCC module in linuxJag Raman1-0/+18