summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAgeFilesLines
* docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-201-1/+1
* USB: serial: fix initial-termios handlingJohan Hovold2019-04-261-4/+7
* complete ->[sg]et_serial() switchoverAl Viro2018-10-131-2/+2
* usb-serial: begin switching to ->[sg]et_serial()Al Viro2018-10-131-0/+20
* Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-06-061-1/+1
|\
| * USB: serial: use tty_port_register_device()Johan Hovold2018-05-171-1/+1
* | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1Star
|/
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: drop unused core USB driverJohan Hovold2017-10-131-22/+0Star
* USB: serial: propagate late probe errorsJohan Hovold2017-06-211-11/+12
* USB: serial: refactor port endpoint setupJohan Hovold2017-06-211-92/+130
* USB: serial: drop obsolete open-race workaroundJohan Hovold2017-03-311-8/+0Star
* USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold2017-03-281-40/+0Star
* USB: serial: add calc_num_ports callback to generic driverJohan Hovold2017-03-281-19/+8Star
* USB: serial: add probe callback to generic driverJohan Hovold2017-03-281-2/+0Star
* USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold2017-03-281-13/+6Star
* USB: serial: add endpoint sanity check to coreJohan Hovold2017-03-161-5/+12
* USB: serial: replace runtime overflow checkJohan Hovold2017-03-161-8/+5Star
* USB: serial: refactor and clean up endpoint handlingJohan Hovold2017-03-161-74/+80
* USB: serial: clean up endpoint and port-counter typesJohan Hovold2017-03-161-7/+7
* USB: serial: clean up probe error pathsJohan Hovold2017-03-161-12/+12
* USB: serial: fix potential NULL-dereference at probeJohan Hovold2016-10-211-1/+2
* USB: serial: fix memleak in driver-registration error pathAlexey Klimov2016-08-081-1/+3
* Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-211-2/+3
|\
| * 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-281-24/+14Star
* 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/+2Star
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-1/+1
* USB: serial: clean up dtr_rtsJohan Hovold2013-07-241-12/+2Star
* 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/+55Star
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-3/+4
* USB: serial: fix TIOCMIWAIT return valueJohan Hovold2013-06-051-3/+1Star
* USB: serial: clean up chars_in_bufferJohan Hovold2013-05-171-9/+2Star
* USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-171-0/+2
* USB: serial: add wait_until_sent operationJohan Hovold2013-05-171-0/+17
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-119/+111Star
|\
| * Revert "USB: serial: fix hang when opening port"Greg Kroah-Hartman2013-03-281-1/+0Star