index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vcc.c
Age
Commit message (
Expand
)
Author
2021-07-05
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-06-04
tty: vcc: use DEVICE_ATTR_*() macro
Zhen Lei
2021-05-14
sparc/vio: make remove callback return void
Uwe Kleine-König
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-03-10
tty: make everyone's write_room return >= 0
Jiri Slaby
2021-03-10
tty: make everyone's chars_in_buffer return >= 0
Jiri Slaby
2021-03-10
tty: vcc, remove useless tty checks
Jiri Slaby
2021-03-10
tty: vcc, use name strings directly
Jiri Slaby
2021-03-10
tty: vcc, drop version dump
Jiri Slaby
2021-03-10
tty: vcc, make globals static
Jiri Slaby
2021-01-15
tty: vcc: Drop impossible to hit WARN_ON
Uwe Kleine-König
2021-01-15
tty: vcc: Drop unnecessary if block
Uwe Kleine-König
2020-04-28
sparc64: vcc: Fix error return code in vcc_probe()
Wei Yongjun
2019-04-04
tty: fix up a few remaining files without SPDX identifiers
Greg Kroah-Hartman
2017-11-04
tty: vcc: Convert timers to use timer_setup()
Kees Cook
2017-10-03
drivers: tty: vcc: use setup_timer() helper.
Allen Pais
2017-08-29
sparc64: vcc: make ktermios const
Bhumika Goyal
2017-08-28
sparc64: vcc: Check for IS_ERR() instead of NULL
Dan Carpenter
2017-08-15
sparc64: vcc: Add install & cleanup TTY operations
Jag Raman
2017-08-15
sparc64: vcc: Add break_ctl TTY operation
Jag Raman
2017-08-15
sparc64: vcc: Add chars_in_buffer TTY operation
Jag Raman
2017-08-15
sparc64: vcc: Add write & write_room TTY operations
Jag Raman
2017-08-15
sparc64: vcc: Add hangup TTY operation
Jag Raman
2017-08-15
sparc64: vcc: Add open & close TTY operations
Jag Raman
2017-08-15
sparc64: vcc: Enable LDC event processing engine
Jag Raman
2017-08-15
sparc64: vcc: Add RX & TX timer for delayed LDC operation
Jag Raman
2017-08-15
sparc64: vcc: Create sysfs attribute group
Jag Raman
2017-08-15
sparc64: vcc: Enable VCC port probe and removal
Jag Raman
2017-08-15
sparc64: vcc: TTY driver initialization and cleanup
Jag Raman
2017-08-15
sparc64: vcc: Add VCC debug message macros
Jag Raman
2017-08-15
sparc64: vcc: Enable VCC module in linux
Jag Raman