index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vcc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-07-05
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-12
/
+12
2021-06-04
tty: vcc: use DEVICE_ATTR_*() macro
Zhen Lei
1
-8
/
+8
2021-05-14
sparc/vio: make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-2
/
+2
2021-03-10
tty: make everyone's write_room return >= 0
Jiri Slaby
1
-1
/
+1
2021-03-10
tty: make everyone's chars_in_buffer return >= 0
Jiri Slaby
1
-1
/
+1
2021-03-10
tty: vcc, remove useless tty checks
Jiri Slaby
1
-45
/
+0
2021-03-10
tty: vcc, use name strings directly
Jiri Slaby
1
-4
/
+2
2021-03-10
tty: vcc, drop version dump
Jiri Slaby
1
-10
/
+1
2021-03-10
tty: vcc, make globals static
Jiri Slaby
1
-3
/
+3
2021-01-15
tty: vcc: Drop impossible to hit WARN_ON
Uwe Kleine-König
1
-5
/
+2
2021-01-15
tty: vcc: Drop unnecessary if block
Uwe Kleine-König
1
-3
/
+0
2020-04-28
sparc64: vcc: Fix error return code in vcc_probe()
Wei Yongjun
1
-0
/
+1
2019-04-04
tty: fix up a few remaining files without SPDX identifiers
Greg Kroah-Hartman
1
-0
/
+1
2017-11-04
tty: vcc: Convert timers to use timer_setup()
Kees Cook
1
-14
/
+6
2017-10-03
drivers: tty: vcc: use setup_timer() helper.
Allen Pais
1
-7
/
+2
2017-08-29
sparc64: vcc: make ktermios const
Bhumika Goyal
1
-1
/
+1
2017-08-28
sparc64: vcc: Check for IS_ERR() instead of NULL
Dan Carpenter
1
-2
/
+2
2017-08-15
sparc64: vcc: Add install & cleanup TTY operations
Jag Raman
1
-0
/
+73
2017-08-15
sparc64: vcc: Add break_ctl TTY operation
Jag Raman
1
-0
/
+35
2017-08-15
sparc64: vcc: Add chars_in_buffer TTY operation
Jag Raman
1
-5
/
+29
2017-08-15
sparc64: vcc: Add write & write_room TTY operations
Jag Raman
1
-3
/
+98
2017-08-15
sparc64: vcc: Add hangup TTY operation
Jag Raman
1
-0
/
+41
2017-08-15
sparc64: vcc: Add open & close TTY operations
Jag Raman
1
-1
/
+62
2017-08-15
sparc64: vcc: Enable LDC event processing engine
Jag Raman
1
-0
/
+34
2017-08-15
sparc64: vcc: Add RX & TX timer for delayed LDC operation
Jag Raman
1
-2
/
+193
2017-08-15
sparc64: vcc: Create sysfs attribute group
Jag Raman
1
-0
/
+82
2017-08-15
sparc64: vcc: Enable VCC port probe and removal
Jag Raman
1
-0
/
+379
2017-08-15
sparc64: vcc: TTY driver initialization and cleanup
Jag Raman
1
-1
/
+82
2017-08-15
sparc64: vcc: Add VCC debug message macros
Jag Raman
1
-0
/
+41
2017-08-15
sparc64: vcc: Enable VCC module in linux
Jag Raman
1
-0
/
+18