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
/
usb-serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-16
USB: serial: fix up reset_resume callback
Greg Kroah-Hartman
1
-2
/
+4
2012-05-16
USB: serial: generic driver is only for testing
Bjørn Mork
1
-0
/
+2
2012-05-16
USB: serial: hook up reset_resume callback
Greg Kroah-Hartman
1
-1
/
+23
2012-05-09
USB: serial: rework usb_serial_register/deregister_drivers()
Greg Kroah-Hartman
1
-16
/
+22
2012-05-08
USB: serial: remove bizarre generic_serial probe function
Greg Kroah-Hartman
1
-1
/
+1
2012-05-08
USB: serial: remove usb_serial_disconnect call in all drivers
Greg Kroah-Hartman
1
-13
/
+13
2012-05-08
USB: serial: remove usb_serial_probe call in all drivers
Greg Kroah-Hartman
1
-1
/
+1
2012-05-07
usb-serial: ftdi_sio: fix oops during autosuspend
Alan Stern
1
-2
/
+7
2012-04-25
USB: serial: fix interface data use
Johan Hovold
1
-4
/
+2
2012-04-11
USB: serial: fix race between probe and open
Johan Hovold
1
-0
/
+8
2012-04-10
USB: fix bug in serial driver unregistration
Alan Stern
1
-21
/
+2
2012-03-20
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-5
/
+72
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-1
/
+0
2012-02-25
USB: serial: remove usb_serial_register and usb_serial_deregister
Greg Kroah-Hartman
1
-10
/
+2
2012-02-25
usb-serial: new API for driver registration
Alan Stern
1
-0
/
+75
2012-02-03
USB: serial, use tty_standard_install
Jiri Slaby
1
-10
/
+6
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-11-27
USB: remove BKL comments
Davidlohr Bueso
1
-2
/
+0
2011-11-15
USB: serial: do not forward USB specific errors in write
Johan Hovold
1
-0
/
+2
2011-11-15
USB: serial: fix whitespace issues
Johan Hovold
1
-8
/
+9
2011-11-15
USB: serial: do not forward USB specific errors in open
Johan Hovold
1
-0
/
+4
2011-11-15
USB: serial: add support for multiple read urbs
Johan Hovold
1
-19
/
+31
2011-11-15
USB: serial: reuse generic write urb and bulk-out buffer
Johan Hovold
1
-19
/
+4
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-4
/
+4
2011-03-17
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-6
/
+6
2011-02-25
USB: serial drivers need to use larger bulk-in buffers
Alan Stern
1
-3
/
+2
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
1
-1
/
+1
2011-02-17
tty: remove filp from the USB tty ioctls
Alan Cox
1
-1
/
+1
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-2
/
+2
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-2
/
+2
2011-01-23
USB serial: add missing .usb_driver field in serial drivers
Alan Stern
1
-2
/
+6
2010-11-30
USB: fix autosuspend bug in usb-serial
Alan Stern
1
-0
/
+3
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-22
tty: Make tiocgicount a handler
Alan Cox
1
-0
/
+13
2010-08-24
USB: serial: fix leak of usb serial module refrence count
Ming Lei
1
-16
/
+7
2010-08-11
USB: serial: enable async suspend for usb serial port device
Ming Lei
1
-0
/
+2
2010-08-11
USB-BKL: Remove BKL use for usb serial driver probing
Andi Kleen
1
-16
/
+14
2010-05-21
USB: serial: reimplement generic fifo-based writes
Johan Hovold
1
-0
/
+33
2010-05-21
USB: serial: generalise write buffer preparation
Johan Hovold
1
-0
/
+1
2010-05-21
USB: serial: generalise generic read implementation
Johan Hovold
1
-0
/
+1
2010-05-21
USB: serial: allow drivers to define bulk buffer sizes
Johan Hovold
1
-2
/
+6
2010-05-21
usb-serial: Use tty_port version console instead of usb_serial_port
Jason Wessel
1
-2
/
+2
2010-03-03
tty: Fix various bogus WARN checks in the usb serial layer
Alan Cox
1
-13
/
+0
2010-03-03
USB: serial: fix typo in debug message
Johan Hovold
1
-1
/
+1
2009-12-23
Fix usb_serial_probe() problem introduced by the recent kfifo changes
Stefani Seibold
1
-3
/
+2
2009-12-23
kfifo: move out spinlock
Stefani Seibold
1
-2
/
+1
2009-12-23
kfifo: move struct kfifo in place
Stefani Seibold
1
-3
/
+2
2009-12-12
usb_serial: Kill port mutex
Alan Cox
1
-1
/
+0
2009-12-12
usb_serial: Use the shutdown() operation
Alan Cox
1
-28
/
+11
2009-12-12
tty_port: add "tty_port_open" helper
Alan Cox
1
-29
/
+20
[next]