aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vcc.c
AgeCommit message (Expand)Author
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-04tty: vcc: use DEVICE_ATTR_*() macroZhen Lei
2021-05-14sparc/vio: make remove callback return voidUwe Kleine-König
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby
2021-03-10tty: make everyone's chars_in_buffer return >= 0Jiri Slaby
2021-03-10tty: vcc, remove useless tty checksJiri Slaby
2021-03-10tty: vcc, use name strings directlyJiri Slaby
2021-03-10tty: vcc, drop version dumpJiri Slaby
2021-03-10tty: vcc, make globals staticJiri Slaby
2021-01-15tty: vcc: Drop impossible to hit WARN_ONUwe Kleine-König
2021-01-15tty: vcc: Drop unnecessary if blockUwe Kleine-König
2020-04-28sparc64: vcc: Fix error return code in vcc_probe()Wei Yongjun
2019-04-04tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman
2017-11-04tty: vcc: Convert timers to use timer_setup()Kees Cook
2017-10-03drivers: tty: vcc: use setup_timer() helper.Allen Pais
2017-08-29sparc64: vcc: make ktermios constBhumika Goyal
2017-08-28sparc64: vcc: Check for IS_ERR() instead of NULLDan Carpenter
2017-08-15sparc64: vcc: Add install & cleanup TTY operationsJag Raman
2017-08-15sparc64: vcc: Add break_ctl TTY operationJag Raman
2017-08-15sparc64: vcc: Add chars_in_buffer TTY operationJag Raman
2017-08-15sparc64: vcc: Add write & write_room TTY operationsJag Raman
2017-08-15sparc64: vcc: Add hangup TTY operationJag Raman
2017-08-15sparc64: vcc: Add open & close TTY operationsJag Raman
2017-08-15sparc64: vcc: Enable LDC event processing engineJag Raman
2017-08-15sparc64: vcc: Add RX & TX timer for delayed LDC operationJag Raman
2017-08-15sparc64: vcc: Create sysfs attribute groupJag Raman
2017-08-15sparc64: vcc: Enable VCC port probe and removalJag Raman
2017-08-15sparc64: vcc: TTY driver initialization and cleanupJag Raman
2017-08-15sparc64: vcc: Add VCC debug message macrosJag Raman
2017-08-15sparc64: vcc: Enable VCC module in linuxJag Raman