| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-08-26 | USB: serial: drop driver owner initialization | Krzysztof Kozlowski | 1 | -1/+0 |
| 2021-05-19 | USB: serial: make usb_serial_driver::chars_in_buffer return uint | Jiri Slaby | 1 | -3/+3 |
| 2021-05-19 | USB: serial: make usb_serial_driver::write_room return uint | Jiri Slaby | 1 | -3/+3 |
| 2020-07-09 | USB: serial: drop redundant transfer-buffer casts | Johan Hovold | 1 | -1/+1 |
| 2020-07-09 | USB: serial: add sysrq break-handler dummy | Johan Hovold | 1 | -2/+2 |
| 2020-07-09 | USB: serial: inline sysrq dummy function | Johan Hovold | 1 | -7/+2 |
| 2020-07-09 | USB: serial: only process sysrq when enabled | Johan Hovold | 1 | -1/+1 |
| 2020-07-09 | USB: serial: only set sysrq timestamp for consoles | Johan Hovold | 1 | -4/+7 |
| 2020-03-11 | USB: serial: clean up carrier-detect helper | Johan Hovold | 1 | -5/+3 |
| 2020-02-10 | USB: serial: relax unthrottle memory barrier | Johan Hovold | 1 | -2/+2 |
| 2019-04-30 | USB: serial: drop unnecessary goto | Johan Hovold | 1 | -2/+1 |
| 2019-04-30 | USB: serial: clean up throttle handling | Johan Hovold | 1 | -26/+8 |
| 2019-04-30 | USB: serial: fix unthrottle races | Johan Hovold | 1 | -7/+32 |
| 2017-11-04 | USB: serial: Remove redundant license text | Greg Kroah-Hartman | 1 | -4/+0 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-03-28 | USB: serial: relax generic driver bulk-endpoint requirement | Johan Hovold | 1 | -2/+4 |
| 2017-03-28 | USB: serial: add calc_num_ports callback to generic driver | Johan Hovold | 1 | -2/+16 |
| 2017-03-28 | USB: serial: add probe callback to generic driver | Johan Hovold | 1 | -0/+12 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
| 2016-07-16 | USB: serial: use variable for status | Oliver Neukum | 1 | -8/+10 |
| 2016-04-30 | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley | 1 | -3/+3 |
| 2015-03-07 | USB: serial: fix infinite wait_until_sent timeout | Johan Hovold | 1 | -2/+3 |
| 2015-01-12 | usb: serial: handle -ENODEV quietly in generic_submit_read_urb | Jeremiah Mahler | 1 | -1/+1 |
| 2015-01-12 | usb: serial: silence all non-critical read errors | Jeremiah Mahler | 1 | -1/+1 |
| 2014-03-12 | USB: serial: add missing braces | Johan Hovold | 1 | -5/+6 |
| 2014-03-12 | USB: serial: continue to write on errors | Johan Hovold | 1 | -10/+19 |
| 2014-03-12 | USB: serial: continue to read on errors | Johan Hovold | 1 | -4/+17 |
| 2013-11-25 | USB: serial: fix write memory-allocation flag | Johan Hovold | 1 | -1/+1 |
| 2013-11-25 | USB: serial: fix race in generic write | Johan Hovold | 1 | -9/+1 |
| 2013-10-11 | USB: serial: export usb_serial_generic_write_start | Johan Hovold | 1 | -1/+2 |
| 2013-10-11 | USB: serial: add memory flags to usb_serial_generic_write_start | Johan Hovold | 1 | -8/+10 |
| 2013-10-11 | USB: serial: clean up comments in generic driver | Johan Hovold | 1 | -32/+25 |
| 2013-09-26 | USB: serial: invoke dcd_change ldisc's handler. | Paul Chavent | 1 | -0/+10 |
| 2013-07-23 | USB: serial: remove hupping check from tiocmiwait | Johan Hovold | 1 | -11/+2 |
| 2013-05-16 | USB: serial: add generic wait_until_sent implementation | Johan Hovold | 1 | -0/+31 |
| 2013-03-25 | USB: serial: update copyright information | Johan Hovold | 1 | -1/+1 |
| 2013-03-25 | USB: serial: add generic get_icount implementation | Johan Hovold | 1 | -0/+27 |
| 2013-03-25 | USB: serial: add generic TIOCMIWAIT implementation | Johan Hovold | 1 | -0/+58 |
| 2013-03-25 | USB: serial: remove generic release callback | Johan Hovold | 1 | -5/+0 |
| 2013-03-25 | USB: serial: remove generic disconnect callback | Johan Hovold | 1 | -6/+0 |
| 2013-03-25 | USB: serial: fix generic disconnect implementation | Johan Hovold | 1 | -11/+1 |
| 2013-03-25 | USB: serial: remove bogus disconnect test in cleanup | Johan Hovold | 1 | -14/+10 |
| 2013-03-25 | USB: serial: remove port number from generic-driver debug | Johan Hovold | 1 | -6/+4 |
| 2013-01-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -7/+1 |
| 2013-01-15 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -1/+1 |
| 2013-01-15 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -1/+1 |
| 2012-10-30 | USB: serial: export usb_serial_generic_chars_in_buffer | Johan Hovold | 1 | -0/+1 |
| 2012-09-18 | USB: Serial: usb-serial: remove debug module parameter | Greg Kroah-Hartman | 1 | -4/+1 |
| 2012-09-18 | USB: serial: remove debug parameter from usb_serial_debug_data() | Greg Kroah-Hartman | 1 | -4/+2 |
| 2012-06-13 | USB: serial-generic: use a single set of device IDs | Alan Stern | 1 | -8/+2 |
| 2012-05-15 | USB: generic.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -8/+13 |
| 2012-05-08 | USB: serial: rework usb_serial_register/deregister_drivers() | Greg Kroah-Hartman | 1 | -7/+2 |
| 2012-05-07 | USB: serial: remove bizarre generic_serial probe function | Greg Kroah-Hartman | 1 | -14/+0 |
| 2012-05-07 | USB: serial: remove usb_serial_disconnect call in all drivers | Greg Kroah-Hartman | 1 | -1/+0 |
| 2012-05-03 | USB: generic.c: remove dbg() tracing calls | Greg Kroah-Hartman | 1 | -22/+0 |
| 2012-04-25 | USB: serial: fix double newlines in debug output | Johan Hovold | 1 | -3/+3 |
| 2012-04-25 | USB: serial: remove redundant write-urb kill | Johan Hovold | 1 | -1/+0 |
| 2012-02-24 | usb-serial: new API for driver registration | Alan Stern | 1 | -11/+6 |
| 2012-02-10 | USB: serial: use dev_err_console in generic write | Johan Hovold | 1 | -3/+1 |
| 2012-02-10 | USB: serial: fix console error reporting | Johan Hovold | 1 | -1/+3 |
| 2011-11-15 | USB: serial: add support for multiple read urbs | Johan Hovold | 1 | -21/+62 |
| 2011-01-22 | USB: serial: handle Data Carrier Detect changes | Libor Pechacek | 1 | -0/+20 |
| 2010-08-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -6/+4 |
| 2010-08-23 | USB: serial: export symbol usb_serial_generic_disconnect | Bill Pemberton | 1 | -0/+1 |
| 2010-08-21 | USB: drop tty argument from usb_serial_handle_sysrq_char() | Dmitry Torokhov | 1 | -5/+3 |
| 2010-08-21 | Input: sysrq - drop tty argument form handle_sysrq() | Dmitry Torokhov | 1 | -1/+1 |
| 2010-08-10 | USB: serial: fix stalled writes | Johan Hovold | 1 | -5/+10 |
| 2010-05-20 | USB: serial: add special case for processing of empty read urbs | Johan Hovold | 1 | -0/+3 |
| 2010-05-20 | USB: serial: remove multi-urb write from generic driver | Johan Hovold | 1 | -128/+22 |
| 2010-05-20 | USB: serial: reimplement generic fifo-based writes | Johan Hovold | 1 | -20/+39 |
| 2010-05-20 | USB: serial: generalise write buffer preparation | Johan Hovold | 1 | -13/+34 |
| 2010-05-20 | USB: serial: re-implement multi-urb writes in generic driver | Johan Hovold | 1 | -76/+56 |
| 2010-05-20 | USB: serial: allow custom multi-urb write bulk callbacks | Johan Hovold | 1 | -1/+1 |
| 2010-05-20 | USB: serial: clean up generic write start busy test | Johan Hovold | 1 | -11/+4 |
| 2010-05-20 | USB: serial: clean up some error and debug messages in generic driver | Johan Hovold | 1 | -9/+4 |
| 2010-05-20 | USB: serial: export generic throttle and unthrottle | Johan Hovold | 1 | -0/+2 |
| 2010-05-20 | USB: serial: generalise generic read implementation | Johan Hovold | 1 | -2/+3 |
| 2010-05-20 | USB: serial: clean up read processing in generic driver | Johan Hovold | 1 | -16/+11 |
| 2010-05-20 | USB: serial: remove unnecessary re-initialisation of generic urbs | Johan Hovold | 1 | -23/+2 |
| 2010-05-20 | USB: serial: refactor read urb submission in generic driver | Johan Hovold | 1 | -24/+8 |
| 2010-05-20 | USB: serial: refactor generic close | Johan Hovold | 1 | -0/+1 |
| 2010-05-20 | USB: serial: clear fifo on close | Johan Hovold | 1 | -1/+7 |
| 2010-05-20 | USB: serial: fix missing locking on fifo in write callback | Johan Hovold | 1 | -2/+5 |
| 2010-05-20 | USB: serial: fix generic chars_in_buffer | Johan Hovold | 1 | -4/+11 |
| 2010-05-20 | usb: fix serial build when SYSRQ is disabled | Randy Dunlap | 1 | -0/+9 |
| 2010-05-20 | usb-serial: Use tty_port version console instead of usb_serial_port | Jason Wessel | 1 | -2/+2 |
| 2010-03-19 | USB: serial: use port endpoint size to determine if ep is available | Johan Hovold | 1 | -11/+19 |
| 2010-03-19 | USB: serial: fix softint not being called on errors | Johan Hovold | 1 | -10/+5 |
| 2010-03-19 | USB: serial: fix error message on close in generic driver | Johan Hovold | 1 | -1/+3 |
| 2010-03-02 | USB: remove references to port->port.count from the serial drivers | Alan Stern | 1 | -1/+2 |
| 2010-03-02 | USB: serial: Remove unnecessary \n's from dbg uses | Joe Perches | 1 | -1/+1 |
| 2010-03-02 | USB serial: make USB device id constant | Németh Márton | 1 | -1/+1 |
| 2010-01-20 | usb: serial: fix memory leak in generic driver | Johan Hovold | 1 | -0/+2 |
| 2010-01-20 | USB: serial: fix USB serial fix kfifo_len locking | Stefani Seibold | 1 | -4/+4 |
| 2009-12-23 | Fix usb_serial_probe() problem introduced by the recent kfifo changes | Stefani Seibold | 1 | -6/+6 |
| 2009-12-22 | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... | Stefani Seibold | 1 | -2/+2 |
| 2009-12-22 | kfifo: cleanup namespace | Stefani Seibold | 1 | -2/+2 |
| 2009-12-22 | kfifo: move out spinlock | Stefani Seibold | 1 | -2/+2 |
| 2009-10-09 | USB: Fix throttling in generic usbserial driver | Joris van Rantwijk | 1 | -1/+1 |
| 2009-09-23 | USB: use kfifo to buffer usb-generic serial writes | David VomLehn | 1 | -81/+125 |
| 2009-09-19 | tty: USB does not need the filp argument in the drivers | Alan Cox | 1 | -2/+1 |
| 2009-07-10 | tty: Fix USB kref leak | Alan Cox | 1 | -3/+4 |
| 2009-07-10 | tty: Sort out the USB sysrq changes that wrecked performance | Alan Cox | 1 | -4/+11 |
| 2009-06-15 | USB: usb-serial: replace shutdown with disconnect, release | Alan Stern | 1 | -2/+7 |
| 2009-06-15 | USB: usb_serial: only allow sysrq on a console port | Jason Wessel | 1 | -1/+1 |
| 2009-06-15 | USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial break | Jason Wessel | 1 | -12/+44 |
| 2009-06-15 | USB: usb_debug, usb_generic_serial: implement multi urb write | Jason Wessel | 1 | -7/+114 |
| 2009-06-11 | tty: Bring the usb tty port structure into more use | Alan Cox | 1 | -2/+1 |
| 2009-04-23 | USB: removal of tty->low_latency hack dating back to the old serial code | Oliver Neukum | 1 | -6/+0 |
| 2009-03-24 | USB: serial: export symbol of usb_serial_generic_resume | Oliver Neukum | 1 | -0/+1 |
| 2009-03-24 | USB: serial generic resume function fix | Oliver Neukum | 1 | -8/+0 |
| 2008-10-13 | tty: usb-serial krefs | Alan Cox | 1 | -1/+2 |
| 2008-07-22 | tty-usb-generic: Code cleanup | Alan Cox | 1 | -38/+49 |
| 2008-07-22 | usb_serial: API all change | Alan Cox | 1 | -16/+23 |
| 2008-04-24 | USB: remove unnecessary type casting of urb->context | Ming Lei | 1 | -2/+2 |
| 2008-04-24 | usb serial: more fixes and groundwork for tty changes | Alan Cox | 1 | -2/+3 |
| 2008-04-24 | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -22/+22 |
| 2008-04-24 | USB: serial: remove unneeded number endpoints settings | Greg Kroah-Hartman | 1 | -3/+0 |
| 2008-03-10 | USB: fix usb-serial generic recursive lock | Pete Zaitcev | 1 | -4/+6 |
| 2008-02-01 | USB: Prepare serial core for autosuspend. | Sarah Sharp | 1 | -0/+8 |
| 2007-11-28 | usbserial: fix inconsistent lock state | Borislav Petkov | 1 | -2/+3 |
| 2007-10-25 | USB: usbserial - fix potential deadlock between write() and IRQ | Jiri Kosina | 1 | -3/+4 |
| 2007-07-12 | USB: serial: generic: clean up urb->status usage | Greg Kroah-Hartman | 1 | -4/+8 |
| 2007-07-12 | USB: generic usb serial to new buffering scheme | Oliver Neukum | 1 | -35/+34 |
| 2007-07-12 | USB: suspend support for usb serial | Oliver Neukum | 1 | -0/+18 |
| 2007-03-26 | USB: fix usb-serial/generic build warning | David Brownell | 1 | -3/+4 |
| 2007-02-16 | USB: add flow control to usb-serial generic driver. | Joris van Rantwijk | 1 | -18/+84 |
| 2007-02-07 | USB serial: add driver pointer to all usb-serial drivers | Johannes Hölzl | 1 | -15/+20 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+2 |
| 2006-09-28 | usb-serial: possible irq lock inversion (PPP vs. usb/serial) | Peter Zijlstra | 1 | -3/+3 |
| 2006-07-12 | [PATCH] USB: move usb-serial.h to include/linux/usb/ | Greg Kroah-Hartman | 1 | -1/+1 |
| 2006-07-12 | [PATCH] USB: Anydata: Fixes wrong URB callback. | Luiz Fernando N. Capitulino | 1 | -0/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-21 | [PATCH] USB serial: encapsulate schedule_work, remove double-calling | Pete Zaitcev | 1 | -3/+1 |
| 2006-05-12 | [PATCH] USB: add ark3116 usb to serial driver | Greg Kroah-Hartman | 1 | -0/+1 |
| 2006-01-10 | [PATCH] TTY layer buffering revamp | Alan Cox | 1 | -9/+2 |
| 2006-01-04 | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-01-04 | [PATCH] USB: allow usb drivers to disable dynamic ids | Greg Kroah-Hartman | 1 | -0/+1 |
| 2005-11-17 | [PATCH] USB: add the anydata usb-serial driver | Greg Kroah-Hartman | 1 | -0/+1 |
| 2005-10-28 | [PATCH] USB Serial: move name to driver structure | Greg Kroah-Hartman | 1 | -2/+1 |
| 2005-10-28 | [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver | Greg Kroah-Hartman | 1 | -1/+3 |
| 2005-10-28 | [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver | Greg Kroah-Hartman | 1 | -1/+1 |
| 2005-10-14 | [PATCH] usbserial: Regression in USB generic serial driver | Randall Nortman | 1 | -1/+1 |
| 2005-06-27 | [PATCH] USB: add ability for usb-serial drivers to determine if their write u... | Greg Kroah-Hartman | 1 | -8/+16 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+315 |