aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAge
* USB: serial: fix module-license macrosJohan Hovold2017-11-04
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-04
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-04
* USB: serial: drop unused core USB driverJohan Hovold2017-10-13
* USB: serial: propagate late probe errorsJohan Hovold2017-06-21
* USB: serial: refactor port endpoint setupJohan Hovold2017-06-21
* USB: serial: drop obsolete open-race workaroundJohan Hovold2017-03-31
* USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold2017-03-28
* USB: serial: add calc_num_ports callback to generic driverJohan Hovold2017-03-28
* USB: serial: add probe callback to generic driverJohan Hovold2017-03-28
* USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold2017-03-28
* USB: serial: add endpoint sanity check to coreJohan Hovold2017-03-16
* USB: serial: replace runtime overflow checkJohan Hovold2017-03-16
* USB: serial: refactor and clean up endpoint handlingJohan Hovold2017-03-16
* USB: serial: clean up endpoint and port-counter typesJohan Hovold2017-03-16
* USB: serial: clean up probe error pathsJohan Hovold2017-03-16
* USB: serial: fix potential NULL-dereference at probeJohan Hovold2016-10-21
* USB: serial: fix memleak in driver-registration error pathAlexey Klimov2016-08-08
* Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-21
|\
| * USB: serial: fix minor-number allocationJohan Hovold2016-05-10
| * USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEJavier Martinez Canillas2016-04-25
* | tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-30
|/
* USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn2015-07-09
* USB: serial: fix port attribute-creation raceJohan Hovold2015-02-26
* Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold2015-02-26
* USB: serial: fix potential heap buffer overflowJohan Hovold2014-08-27
* USB: serial: fix potential stack buffer overflowJohan Hovold2014-08-27
* USB: serial: remove overly defensive port testsJohan Hovold2014-05-27
* USB: serial: fix sysfs-attribute removal deadlockJohan Hovold2014-04-24
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-12
* USB: serial: add missing bracesJohan Hovold2014-03-12
* USB: serial: make bulk_out_size a lower limitJohan Hovold2014-03-12
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-03
* USB: serial: clean up dtr_rtsJohan Hovold2013-07-23
* USB: serial: increase the number of devices we supportGreg Kroah-Hartman2013-06-17
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-17
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-10
* USB: serial: fix TIOCMIWAIT return valueJohan Hovold2013-06-05
* USB: serial: clean up chars_in_bufferJohan Hovold2013-05-16
* USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-16
* USB: serial: add wait_until_sent operationJohan Hovold2013-05-16
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-29
|\
| * Revert "USB: serial: fix hang when opening port"Greg Kroah-Hartman2013-03-28
| * Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-28
| |\
| * | USB: serial: update copyright informationJohan Hovold2013-03-25
| * | USB: serial: wake up MSR-wait queue on disconnectJohan Hovold2013-03-25
| * | USB: serial: add tiocmiwait subdriver operationJohan Hovold2013-03-25
| * | USB: serial: use urb poison to reliably kill trafficJohan Hovold2013-03-25
| * | USB: serial: rename port releaseJohan Hovold2013-03-25
| * | USB: serial: fix port releaseJohan Hovold2013-03-25