aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vcc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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