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
/
usb
/
serial
/
console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-30
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
1
-2
/
+2
2016-01-28
tty: Fix tty_init_termios() declaration
Peter Hurley
1
-5
/
+1
2015-02-26
USB: console: add dummy __module_get
Johan Hovold
1
-0
/
+2
2015-01-10
USB: console: fix potential use after free
Johan Hovold
1
-5
/
+10
2015-01-10
USB: console: fix uninitialised ldisc semaphore
Johan Hovold
1
-0
/
+1
2014-01-09
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-04
USB: serial: remove redundant OOM messages
Johan Hovold
1
-2
/
+0
2013-07-24
USB: console: remove unnecessary operations test
Johan Hovold
1
-15
/
+3
2013-07-24
USB: console: use dev_dbg
Johan Hovold
1
-4
/
+5
2013-06-18
USB: serial: make minor allocation dynamic
Greg Kroah-Hartman
1
-3
/
+3
2013-06-11
USB: serial: ports: add minor and port number
Greg Kroah-Hartman
1
-1
/
+1
2012-10-02
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-14
/
+9
2012-09-18
USB: Serial: usb-serial: remove debug module parameter
Greg Kroah-Hartman
1
-5
/
+1
2012-09-14
USB: serial: core: clean up dbg and printk usage.
Greg Kroah-Hartman
1
-7
/
+8
2012-09-14
USB: serial: core: remove some trace debugging calls
Greg Kroah-Hartman
1
-2
/
+0
2012-08-10
tty: fix up usb serial console for termios change.
Stephen Rothwell
1
-2
/
+2
2012-04-21
USB: console.c: remove err() usage
Greg Kroah-Hartman
1
-4
/
+5
2010-05-21
usb-console: pass baud from console to the initial tty open
Jason Wessel
1
-12
/
+10
2010-05-21
usb-serial: Use tty_port version console instead of usb_serial_port
Jason Wessel
1
-3
/
+2
2010-03-19
tty_port,usb-console: Fix usb serial console open/close regression
Jason Wessel
1
-0
/
+1
2009-09-20
USB serial: update the console driver
Alan Stern
1
-9
/
+19
2009-09-20
tty: USB does not need the filp argument in the drivers
Alan Cox
1
-2
/
+2
2009-07-13
USB: console: Fix regression in usb console on kernel boot
Jason Wessel
1
-6
/
+7
2009-06-11
tty: Bring the usb tty port structure into more use
Alan Cox
1
-2
/
+4
2009-01-02
Add device function for USB serial console
Kevin Hao
1
-0
/
+13
2008-12-01
Add kref to fake tty used by USB console
Kevin Hao
1
-0
/
+1
2008-10-13
tty: usb-serial krefs
Alan Cox
1
-4
/
+4
2008-09-09
usb: fix null deferences in low level usb serial
Jason Wessel
1
-1
/
+1
2008-07-23
tty-usb-console: Fix termios
Alan Cox
1
-32
/
+5
2008-07-23
tty-usb-console: tidy the USB console code
Alan Cox
1
-61
/
+66
2008-07-23
usb_serial: API all change
Alan Cox
1
-17
/
+17
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-5
/
+5
2008-02-02
USB: usb_serial_console: allocate fake tty and termios before calling driver ...
Aristeu Rozanski
1
-34
/
+48
2008-02-02
USB: usb_serial: clean tty reference in the last close
Aristeu Rozanski
1
-1
/
+2
2008-02-02
USB: usb_serial_console: fix command line parsing
Aristeu Rozanski
1
-3
/
+6
2007-10-25
usb serial: kill another case we pass NULL and shouldn't
Alan Cox
1
-1
/
+3
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-1
/
+1
2006-12-02
USB serial: replace kmalloc+memset with kzalloc
Burman Yan
1
-4
/
+2
2006-07-13
[PATCH] USB: move usb-serial.h to include/linux/usb/
Greg Kroah-Hartman
1
-2
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-22
[PATCH] USB console: fix disconnection issues
Guennadi Liakhovetski
1
-2
/
+15
2006-06-22
[PATCH] USB: console: fix cr/lf issues
Paul Fulghum
1
-9
/
+30
2006-04-14
[PATCH] USB: remove __init from usb_console_setup
Paul Fulghum
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+264