index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vcc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-18
tty: vcc: Add check for kstrdup() in vcc_probe()
Yi Yang
1
-3
/
+13
2023-08-11
tty: vcc: convert counts to size_t
Jiri Slaby (SUSE)
1
-6
/
+6
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-2
/
+3
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-2
/
+1
2022-09-09
termios: start unifying non-UAPI parts of asm/termios.h
Al Viro
1
-0
/
+1
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-07-06
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-30
sparc64: vcc: make ktermios const
Bhumika Goyal
1
-1
/
+1
2017-08-29
sparc64: vcc: Check for IS_ERR() instead of NULL
Dan Carpenter
1
-2
/
+2
2017-08-16
sparc64: vcc: Add install & cleanup TTY operations
Jag Raman
1
-0
/
+73
2017-08-16
sparc64: vcc: Add break_ctl TTY operation
Jag Raman
1
-0
/
+35
2017-08-16
sparc64: vcc: Add chars_in_buffer TTY operation
Jag Raman
1
-5
/
+29
2017-08-16
sparc64: vcc: Add write & write_room TTY operations
Jag Raman
1
-3
/
+98
2017-08-16
sparc64: vcc: Add hangup TTY operation
Jag Raman
1
-0
/
+41
2017-08-16
sparc64: vcc: Add open & close TTY operations
Jag Raman
1
-1
/
+62
2017-08-16
sparc64: vcc: Enable LDC event processing engine
Jag Raman
1
-0
/
+34
2017-08-16
sparc64: vcc: Add RX & TX timer for delayed LDC operation
Jag Raman
1
-2
/
+193
2017-08-16
sparc64: vcc: Create sysfs attribute group
Jag Raman
1
-0
/
+82
2017-08-16
sparc64: vcc: Enable VCC port probe and removal
Jag Raman
1
-0
/
+379
2017-08-16
sparc64: vcc: TTY driver initialization and cleanup
Jag Raman
1
-1
/
+82
2017-08-16
sparc64: vcc: Add VCC debug message macros
Jag Raman
1
-0
/
+41
2017-08-16
sparc64: vcc: Enable VCC module in linux
Jag Raman
1
-0
/
+18