index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
usb-serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: Move the handling of the tty release logic
Alan Cox
2012-07-17
1
-2
/
+1
*
tty: move the termios object into the tty
Alan Cox
2012-07-16
1
-1
/
+1
*
Merge 3.5-rc4 into tty-next
Greg Kroah-Hartman
2012-06-26
1
-5
/
+7
|
\
|
*
usb: use usb_serial_put in usb_serial_probe errors
Jan Safrata
2012-06-13
1
-3
/
+3
|
*
USB: serial: Enforce USB driver and USB serial driver match
Bjørn Mork
2012-06-13
1
-2
/
+4
*
|
TTY: usb-serial, use tty_port_install
Jiri Slaby
2012-06-13
1
-1
/
+1
|
/
*
USB: serial: fix up reset_resume callback
Greg Kroah-Hartman
2012-05-16
1
-2
/
+4
*
USB: serial: generic driver is only for testing
Bjørn Mork
2012-05-16
1
-0
/
+2
*
USB: serial: hook up reset_resume callback
Greg Kroah-Hartman
2012-05-15
1
-1
/
+23
*
USB: serial: rework usb_serial_register/deregister_drivers()
Greg Kroah-Hartman
2012-05-08
1
-16
/
+22
*
USB: serial: remove bizarre generic_serial probe function
Greg Kroah-Hartman
2012-05-07
1
-1
/
+1
*
USB: serial: remove usb_serial_disconnect call in all drivers
Greg Kroah-Hartman
2012-05-07
1
-13
/
+13
*
USB: serial: remove usb_serial_probe call in all drivers
Greg Kroah-Hartman
2012-05-07
1
-1
/
+1
*
usb-serial: ftdi_sio: fix oops during autosuspend
Alan Stern
2012-05-07
1
-2
/
+7
*
USB: serial: fix interface data use
Johan Hovold
2012-04-25
1
-4
/
+2
*
USB: serial: fix race between probe and open
Johan Hovold
2012-04-10
1
-0
/
+8
*
USB: fix bug in serial driver unregistration
Alan Stern
2012-04-09
1
-21
/
+2
*
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
2012-03-20
1
-5
/
+72
|
\
|
*
USB: serial: remove usb_serial_register and usb_serial_deregister
Greg Kroah-Hartman
2012-02-24
1
-10
/
+2
|
*
usb-serial: new API for driver registration
Alan Stern
2012-02-24
1
-0
/
+75
*
|
TTY: remove re-assignments to tty_driver members
Jiri Slaby
2012-03-08
1
-1
/
+0
*
|
USB: serial, use tty_standard_install
Jiri Slaby
2012-02-02
1
-10
/
+6
|
/
*
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2012-01-13
1
-1
/
+1
*
USB: remove BKL comments
Davidlohr Bueso
2011-11-26
1
-2
/
+0
*
USB: serial: do not forward USB specific errors in write
Johan Hovold
2011-11-15
1
-0
/
+2
*
USB: serial: fix whitespace issues
Johan Hovold
2011-11-15
1
-8
/
+9
*
USB: serial: do not forward USB specific errors in open
Johan Hovold
2011-11-15
1
-0
/
+4
*
USB: serial: add support for multiple read urbs
Johan Hovold
2011-11-15
1
-19
/
+31
*
USB: serial: reuse generic write urb and bulk-out buffer
Johan Hovold
2011-11-15
1
-19
/
+4
*
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
1
-4
/
+4
*
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-03-16
1
-6
/
+6
|
\
|
*
tty: now phase out the ioctl file pointer for good
Alan Cox
2011-02-17
1
-1
/
+1
|
*
tty: remove filp from the USB tty ioctls
Alan Cox
2011-02-17
1
-1
/
+1
|
*
tiocmset: kill the file pointer argument
Alan Cox
2011-02-17
1
-2
/
+2
|
*
tiocmget: kill off the passing of the struct file
Alan Cox
2011-02-17
1
-2
/
+2
*
|
USB: serial drivers need to use larger bulk-in buffers
Alan Stern
2011-02-25
1
-3
/
+2
|
/
*
USB serial: add missing .usb_driver field in serial drivers
Alan Stern
2011-01-22
1
-2
/
+6
*
USB: fix autosuspend bug in usb-serial
Alan Stern
2010-11-30
1
-0
/
+3
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
1
-1
/
+0
*
tty: Make tiocgicount a handler
Alan Cox
2010-10-22
1
-0
/
+13
*
USB: serial: fix leak of usb serial module refrence count
Ming Lei
2010-08-23
1
-16
/
+7
*
USB: serial: enable async suspend for usb serial port device
Ming Lei
2010-08-10
1
-0
/
+2
*
USB-BKL: Remove BKL use for usb serial driver probing
Andi Kleen
2010-08-10
1
-16
/
+14
*
USB: serial: reimplement generic fifo-based writes
Johan Hovold
2010-05-20
1
-0
/
+33
*
USB: serial: generalise write buffer preparation
Johan Hovold
2010-05-20
1
-0
/
+1
*
USB: serial: generalise generic read implementation
Johan Hovold
2010-05-20
1
-0
/
+1
*
USB: serial: allow drivers to define bulk buffer sizes
Johan Hovold
2010-05-20
1
-2
/
+6
*
usb-serial: Use tty_port version console instead of usb_serial_port
Jason Wessel
2010-05-20
1
-2
/
+2
*
tty: Fix various bogus WARN checks in the usb serial layer
Alan Cox
2010-03-02
1
-13
/
+0
*
USB: serial: fix typo in debug message
Johan Hovold
2010-03-02
1
-1
/
+1
[next]