aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb-serial.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-21USB: serial: propagate late probe errorsGravatar Johan Hovold 1-11/+12
2017-06-21USB: serial: refactor port endpoint setupGravatar Johan Hovold 1-92/+130
2017-03-31USB: serial: drop obsolete open-race workaroundGravatar Johan Hovold 1-8/+0
2017-03-28USB: serial: move pl2303 hack out of usb-serial coreGravatar Johan Hovold 1-40/+0
2017-03-28USB: serial: add calc_num_ports callback to generic driverGravatar Johan Hovold 1-19/+8
2017-03-28USB: serial: add probe callback to generic driverGravatar Johan Hovold 1-2/+0
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingGravatar Johan Hovold 1-13/+6
2017-03-16USB: serial: add endpoint sanity check to coreGravatar Johan Hovold 1-5/+12
2017-03-16USB: serial: replace runtime overflow checkGravatar Johan Hovold 1-8/+5
2017-03-16USB: serial: refactor and clean up endpoint handlingGravatar Johan Hovold 1-74/+80
2017-03-16USB: serial: clean up endpoint and port-counter typesGravatar Johan Hovold 1-7/+7
2017-03-16USB: serial: clean up probe error pathsGravatar Johan Hovold 1-12/+12
2016-10-21USB: serial: fix potential NULL-dereference at probeGravatar Johan Hovold 1-1/+2
2016-08-08USB: serial: fix memleak in driver-registration error pathGravatar Alexey Klimov 1-1/+3
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+3
2016-05-10USB: serial: fix minor-number allocationGravatar Johan Hovold 1-1/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-1/+1
2016-04-25USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEGravatar Javier Martinez Canillas 1-1/+1
2015-07-09USB: serial: Destroy serial_minors IDR on module exitGravatar Johannes Thumshirn 1-0/+1
2015-02-26USB: serial: fix port attribute-creation raceGravatar Johan Hovold 1-0/+16
2015-02-26Revert "USB: serial: make bulk_out_size a lower limit"Gravatar Johan Hovold 1-2/+3
2014-08-27USB: serial: fix potential heap buffer overflowGravatar Johan Hovold 1-0/+5
2014-08-27USB: serial: fix potential stack buffer overflowGravatar Johan Hovold 1-10/+22
2014-05-27USB: serial: remove overly defensive port testsGravatar Johan Hovold 1-24/+14
2014-04-24USB: serial: fix sysfs-attribute removal deadlockGravatar Johan Hovold 1-1/+3
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Gravatar Johan Hovold 1-2/+2
2014-03-12USB: serial: add missing bracesGravatar Johan Hovold 1-4/+4
2014-03-12USB: serial: make bulk_out_size a lower limitGravatar Johan Hovold 1-3/+2
2014-01-03USB: serial: clean up ioctl debuggingGravatar Johan Hovold 1-1/+1
2013-07-23USB: serial: clean up dtr_rtsGravatar Johan Hovold 1-12/+2
2013-06-17USB: serial: increase the number of devices we supportGravatar Greg Kroah-Hartman 1-3/+6
2013-06-17USB: serial: make minor allocation dynamicGravatar Greg Kroah-Hartman 1-68/+55
2013-06-10USB: serial: ports: add minor and port numberGravatar Greg Kroah-Hartman 1-3/+4
2013-06-05USB: serial: fix TIOCMIWAIT return valueGravatar Johan Hovold 1-3/+1
2013-05-16USB: serial: clean up chars_in_bufferGravatar Johan Hovold 1-9/+2
2013-05-16USB: serial: add generic wait_until_sent implementationGravatar Johan Hovold 1-0/+2
2013-05-16USB: serial: add wait_until_sent operationGravatar Johan Hovold 1-0/+17
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-119/+111
2013-04-01Merge 3.9-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-1/+3
2013-03-28Revert "USB: serial: fix hang when opening port"Gravatar Greg Kroah-Hartman 1-1/+0
2013-03-28Merge branch 'usb-linus' into usb-nextGravatar Greg Kroah-Hartman 1-0/+1
2013-03-26USB: serial: fix hang when opening portGravatar Ming Lei 1-0/+1
2013-03-25USB: serial: update copyright informationGravatar Johan Hovold 1-0/+1
2013-03-25USB: serial: wake up MSR-wait queue on disconnectGravatar Johan Hovold 1-0/+1
2013-03-25USB: serial: add tiocmiwait subdriver operationGravatar Johan Hovold 1-4/+11
2013-03-25USB: serial: use urb poison to reliably kill trafficGravatar Johan Hovold 1-18/+37
2013-03-25USB: serial: rename port releaseGravatar Johan Hovold 1-2/+2
2013-03-25USB: serial: fix port releaseGravatar Johan Hovold 1-7/+0
2013-03-25USB: serial: clean up generic-operation handlingGravatar Johan Hovold 1-6/+6
2013-03-25USB: serial: remove generic release callbackGravatar Johan Hovold 1-2/+1