Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6ae06ff51eab5dcbbf959b05ce0f11003a305ba5
/
drivers
/
usb
/
serial
/
generic.c
659597b7
USB: serial: update copyright information
by Johan Hovold
· 12 years ago
befefcd
USB: serial: add generic get_icount implementation
by Johan Hovold
· 12 years ago
980373b
USB: serial: add generic TIOCMIWAIT implementation
by Johan Hovold
· 12 years ago
79b80b8
USB: serial: remove generic release callback
by Johan Hovold
· 12 years ago
0f16cfe
USB: serial: remove generic disconnect callback
by Johan Hovold
· 12 years ago
f8f0ad8
USB: serial: fix generic disconnect implementation
by Johan Hovold
· 12 years ago
19c6185
USB: serial: remove bogus disconnect test in cleanup
by Johan Hovold
· 12 years ago
49bd196
USB: serial: remove port number from generic-driver debug
by Johan Hovold
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
05c7cd3
TTY: switch tty_insert_flip_string
by Jiri Slaby
· 12 years ago
92a19f9
TTY: switch tty_insert_flip_char
by Jiri Slaby
· 12 years ago
428d998
USB: serial: export usb_serial_generic_chars_in_buffer
by Johan Hovold
· 12 years ago
3033bc8
USB: Serial: usb-serial: remove debug module parameter
by Greg Kroah-Hartman
· 12 years ago
59d33f2
USB: serial: remove debug parameter from usb_serial_debug_data()
by Greg Kroah-Hartman
· 12 years ago
0b84704
USB: serial-generic: use a single set of device IDs
by Alan Stern
· 12 years ago
689c278
USB: generic.c: remove dbg() usage
by Greg Kroah-Hartman
· 13 years ago
68e2411
USB: serial: rework usb_serial_register/deregister_drivers()
by Greg Kroah-Hartman
· 13 years ago
2edd284
USB: serial: remove bizarre generic_serial probe function
by Greg Kroah-Hartman
· 13 years ago
32078f9
USB: serial: remove usb_serial_disconnect call in all drivers
by Greg Kroah-Hartman
· 13 years ago
de5789e
USB: generic.c: remove dbg() tracing calls
by Greg Kroah-Hartman
· 13 years ago
c1d830c
USB: serial: fix double newlines in debug output
by Johan Hovold
· 13 years ago
c5b4ee6
USB: serial: remove redundant write-urb kill
by Johan Hovold
· 13 years ago
765e0ba
usb-serial: new API for driver registration
by Alan Stern
· 13 years ago
f1475a0
USB: serial: use dev_err_console in generic write
by Johan Hovold
· 13 years ago
548dd4b
USB: serial: fix console error reporting
by Johan Hovold
· 13 years ago
d83b405
USB: serial: add support for multiple read urbs
by Johan Hovold
· 13 years ago
d14fc1a
USB: serial: handle Data Carrier Detect changes
by Libor Pechacek
· 14 years ago
2637d13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
5c7efeb
USB: serial: export symbol usb_serial_generic_disconnect
by Bill Pemberton
· 14 years ago
6ee9f4b
USB: drop tty argument from usb_serial_handle_sysrq_char()
by Dmitry Torokhov
· 14 years ago
f335397
Input: sysrq - drop tty argument form handle_sysrq()
by Dmitry Torokhov
· 14 years ago
b58af40
USB: serial: fix stalled writes
by Johan Hovold
· 14 years ago
56a1df4
USB: serial: add special case for processing of empty read urbs
by Johan Hovold
· 15 years ago
c23e5fc
USB: serial: remove multi-urb write from generic driver
by Johan Hovold
· 15 years ago
27c7acf
USB: serial: reimplement generic fifo-based writes
by Johan Hovold
· 15 years ago
eaa3bcb
USB: serial: generalise write buffer preparation
by Johan Hovold
· 15 years ago
25d514c
USB: serial: re-implement multi-urb writes in generic driver
by Johan Hovold
· 15 years ago
40f92f0
USB: serial: allow custom multi-urb write bulk callbacks
by Johan Hovold
· 15 years ago
50a5f70
USB: serial: clean up generic write start busy test
by Johan Hovold
· 15 years ago
1a1405e
USB: serial: clean up some error and debug messages in generic driver
by Johan Hovold
· 15 years ago
f1e949a
USB: serial: export generic throttle and unthrottle
by Johan Hovold
· 15 years ago
2315432
USB: serial: generalise generic read implementation
by Johan Hovold
· 15 years ago
0f3d5ba
USB: serial: clean up read processing in generic driver
by Johan Hovold
· 15 years ago
056afc0
USB: serial: remove unnecessary re-initialisation of generic urbs
by Johan Hovold
· 15 years ago
41bd72f
USB: serial: refactor read urb submission in generic driver
by Johan Hovold
· 15 years ago
f26788d
USB: serial: refactor generic close
by Johan Hovold
· 15 years ago
ec3ee50
USB: serial: clear fifo on close
by Johan Hovold
· 15 years ago
50dbb85
USB: serial: fix missing locking on fifo in write callback
by Johan Hovold
· 15 years ago
30af7fb
USB: serial: fix generic chars_in_buffer
by Johan Hovold
· 15 years ago
7f0ae3a
usb: fix serial build when SYSRQ is disabled
by Randy Dunlap
· 15 years ago
bd5afa9
usb-serial: Use tty_port version console instead of usb_serial_port
by Jason Wessel
· 15 years ago
eb8878a
USB: serial: use port endpoint size to determine if ep is available
by Johan Hovold
· 15 years ago
6313620
USB: serial: fix softint not being called on errors
by Johan Hovold
· 15 years ago
0ae1474
USB: serial: fix error message on close in generic driver
by Johan Hovold
· 15 years ago
1f87158
USB: remove references to port->port.count from the serial drivers
by Alan Stern
· 15 years ago
759f363
USB: serial: Remove unnecessary \n's from dbg uses
by Joe Perches
· 15 years ago
7d40d7e
USB serial: make USB device id constant
by Németh Márton
· 15 years ago
2591530
usb: serial: fix memory leak in generic driver
by Johan Hovold
· 15 years ago
25719e6b
USB: serial: fix USB serial fix kfifo_len locking
by Stefani Seibold
· 15 years ago
119eecc
Fix usb_serial_probe() problem introduced by the recent kfifo changes
by Stefani Seibold
· 15 years ago
7acd72e
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
by Stefani Seibold
· 15 years ago
e64c026
kfifo: cleanup namespace
by Stefani Seibold
· 15 years ago
c1e13f2
kfifo: move out spinlock
by Stefani Seibold
· 15 years ago
63a9609
USB: Fix throttling in generic usbserial driver
by Joris van Rantwijk
· 15 years ago
8e8dce0
USB: use kfifo to buffer usb-generic serial writes
by David VomLehn
· 15 years ago
a509a7e
tty: USB does not need the filp argument in the drivers
by Alan Cox
· 15 years ago
24a15a6
tty: Fix USB kref leak
by Alan Cox
· 15 years ago
4cd1de0
tty: Sort out the USB sysrq changes that wrecked performance
by Alan Cox
· 15 years ago
f9c99bb
USB: usb-serial: replace shutdown with disconnect, release
by Alan Stern
· 15 years ago
568d422
USB: usb_serial: only allow sysrq on a console port
by Jason Wessel
· 15 years ago
98fcb5f
USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial break
by Jason Wessel
· 16 years ago
715b1dc
USB: usb_debug, usb_generic_serial: implement multi urb write
by Jason Wessel
· 16 years ago
335f851
tty: Bring the usb tty port structure into more use
by Alan Cox
· 15 years ago
2400a2b
USB: removal of tty->low_latency hack dating back to the old serial code
by Oliver Neukum
· 16 years ago
81d043c
USB: serial: export symbol of usb_serial_generic_resume
by Oliver Neukum
· 16 years ago
d55c0ae
USB: serial generic resume function fix
by Oliver Neukum
· 16 years ago
4a90f09
tty: usb-serial krefs
by Alan Cox
· 16 years ago
ae64387
tty-usb-generic: Code cleanup
by Alan Cox
· 16 years ago
95da310
usb_serial: API all change
by Alan Cox
· 16 years ago
cdc9779
USB: remove unnecessary type casting of urb->context
by Ming Lei
· 17 years ago
a5b6f60
usb serial: more fixes and groundwork for tty changes
by Alan Cox
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
0ba4034
USB: serial: remove unneeded number endpoints settings
by Greg Kroah-Hartman
· 17 years ago
b507cc9
USB: fix usb-serial generic recursive lock
by Pete Zaitcev
· 17 years ago
f0fbd5b
USB: Prepare serial core for autosuspend.
by Sarah Sharp
· 17 years ago
bfaeafc
usbserial: fix inconsistent lock state
by Borislav Petkov
· 17 years ago
acd2a84
USB: usbserial - fix potential deadlock between write() and IRQ
by Jiri Kosina
· 17 years ago
fbd27225
USB: serial: generic: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
1abdeeb
USB: generic usb serial to new buffering scheme
by Oliver Neukum
· 18 years ago
ec22559
USB: suspend support for usb serial
by Oliver Neukum
· 18 years ago
b46d60f
USB: fix usb-serial/generic build warning
by David Brownell
· 18 years ago
253ca92
USB: add flow control to usb-serial generic driver.
by Joris van Rantwijk
· 18 years ago
d9b1b78
USB serial: add driver pointer to all usb-serial drivers
by Johannes Hölzl
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
e81ee63
usb-serial: possible irq lock inversion (PPP vs. usb/serial)
by Peter Zijlstra
· 18 years ago
a969888
[PATCH] USB: move usb-serial.h to include/linux/usb/
by Greg Kroah-Hartman
· 18 years ago
166ffcc
[PATCH] USB: Anydata: Fixes wrong URB callback.
by Luiz Fernando N. Capitulino
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
cf2c748
[PATCH] USB serial: encapsulate schedule_work, remove double-calling
by Pete Zaitcev
· 19 years ago
815ddc9
[PATCH] USB: add ark3116 usb to serial driver
by Greg Kroah-Hartman
· 19 years ago
Next »