summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAgeFilesLines
...
| * USB: serial: fix minor-number allocationJohan Hovold2016-05-101-1/+2
| * USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEJavier Martinez Canillas2016-04-251-1/+1
* | tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-1/+1
|/
* USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn2015-07-091-0/+1
* USB: serial: fix port attribute-creation raceJohan Hovold2015-02-261-0/+16
* Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold2015-02-261-2/+3
* USB: serial: fix potential heap buffer overflowJohan Hovold2014-08-271-0/+5
* USB: serial: fix potential stack buffer overflowJohan Hovold2014-08-271-10/+22
* USB: serial: remove overly defensive port testsJohan Hovold2014-05-271-24/+14
* USB: serial: fix sysfs-attribute removal deadlockJohan Hovold2014-04-241-1/+3
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-2/+2
* USB: serial: add missing bracesJohan Hovold2014-03-121-4/+4
* USB: serial: make bulk_out_size a lower limitJohan Hovold2014-03-121-3/+2
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-1/+1
* USB: serial: clean up dtr_rtsJohan Hovold2013-07-231-12/+2
* USB: serial: increase the number of devices we supportGreg Kroah-Hartman2013-06-171-3/+6
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-68/+55
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-3/+4
* USB: serial: fix TIOCMIWAIT return valueJohan Hovold2013-06-051-3/+1
* USB: serial: clean up chars_in_bufferJohan Hovold2013-05-161-9/+2
* USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-161-0/+2
* USB: serial: add wait_until_sent operationJohan Hovold2013-05-161-0/+17
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-119/+111
|\
| * Revert "USB: serial: fix hang when opening port"Greg Kroah-Hartman2013-03-281-1/+0
| * Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-281-0/+1
| |\
| * | USB: serial: update copyright informationJohan Hovold2013-03-251-0/+1
| * | USB: serial: wake up MSR-wait queue on disconnectJohan Hovold2013-03-251-0/+1
| * | USB: serial: add tiocmiwait subdriver operationJohan Hovold2013-03-251-4/+11
| * | USB: serial: use urb poison to reliably kill trafficJohan Hovold2013-03-251-18/+37
| * | USB: serial: rename port releaseJohan Hovold2013-03-251-2/+2
| * | USB: serial: fix port releaseJohan Hovold2013-03-251-7/+0
| * | USB: serial: clean up generic-operation handlingJohan Hovold2013-03-251-6/+6
| * | USB: serial: remove generic release callbackJohan Hovold2013-03-251-2/+1
| * | USB: serial: remove generic disconnect callbackJohan Hovold2013-03-251-2/+2
| * | USB: serial: remove redundant allocation error messagesJohan Hovold2013-03-251-28/+9
| * | USB: serial: clean up debug infoJohan Hovold2013-03-251-19/+20
| * | USB: serial: remove redundant commentsJohan Hovold2013-03-251-15/+5
| * | USB: serial: rename tty-port callbacksJohan Hovold2013-03-251-9/+9
| * | USB: serial: comments on suspend failureMing Lei2013-03-251-0/+5
| * | Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman2013-03-251-1/+2
| |\ \
| * | | usb/serial: Remove unnecessary check for consolePeter Hurley2013-03-151-9/+5
* | | | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-011-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | USB: serial: fix hang when opening portMing Lei2013-03-261-0/+1
| | |/ | |/|
| * | USB: serial: fix interface refcountingJohan Hovold2013-03-211-1/+2
| |/
* / TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-9/+1
|/
* USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-02-131-2/+12
* USB: serial: grab disconnect mutex in chars_in_bufferJohan Hovold2013-01-181-4/+10
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-0/+1
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-100/+76
|\
| * USB: serial: fix up bug with missing {}Greg Kroah-Hartman2012-09-191-1/+2