aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/serial/usb-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-11USB: serial: fix tty cleanup-op kernel-docJohan Hovold1-1/+1
2020-01-17USB: serial: suppress driver bind attributesJohan Hovold1-0/+3
2019-10-04USB: serial: fix runtime PM after driver unbindJohan Hovold1-4/+1
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2019-04-26USB: serial: fix initial-termios handlingJohan Hovold1-4/+7
2018-10-13complete ->[sg]et_serial() switchoverAl Viro1-2/+2
2018-10-13usb-serial: begin switching to ->[sg]et_serial()Al Viro1-0/+20
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2018-05-17USB: serial: use tty_port_register_device()Johan Hovold1-1/+1
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-13USB: serial: drop unused core USB driverJohan Hovold1-22/+0
2017-06-21USB: serial: propagate late probe errorsJohan Hovold1-11/+12
2017-06-21USB: serial: refactor port endpoint setupJohan Hovold1-92/+130
2017-03-31USB: serial: drop obsolete open-race workaroundJohan Hovold1-8/+0
2017-03-28USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold1-40/+0
2017-03-28USB: serial: add calc_num_ports callback to generic driverJohan Hovold1-19/+8
2017-03-28USB: serial: add probe callback to generic driverJohan Hovold1-2/+0
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold1-13/+6
2017-03-16USB: serial: add endpoint sanity check to coreJohan Hovold1-5/+12
2017-03-16USB: serial: replace runtime overflow checkJohan Hovold1-8/+5
2017-03-16USB: serial: refactor and clean up endpoint handlingJohan Hovold1-74/+80
2017-03-16USB: serial: clean up endpoint and port-counter typesJohan Hovold1-7/+7
2017-03-16USB: serial: clean up probe error pathsJohan Hovold1-12/+12
2016-10-21USB: serial: fix potential NULL-dereference at probeJohan Hovold1-1/+2
2016-08-08USB: serial: fix memleak in driver-registration error pathAlexey Klimov1-1/+3
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+3
2016-05-10USB: serial: fix minor-number allocationJohan Hovold1-1/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-1/+1
2016-04-25USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEJavier Martinez Canillas1-1/+1
2015-07-09USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn1-0/+1
2015-02-26USB: serial: fix port attribute-creation raceJohan Hovold1-0/+16
2015-02-26Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold1-2/+3
2014-08-27USB: serial: fix potential heap buffer overflowJohan Hovold1-0/+5
2014-08-27USB: serial: fix potential stack buffer overflowJohan Hovold1-10/+22
2014-05-27USB: serial: remove overly defensive port testsJohan Hovold1-24/+14
2014-04-24USB: serial: fix sysfs-attribute removal deadlockJohan Hovold1-1/+3
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold1-2/+2
2014-03-12USB: serial: add missing bracesJohan Hovold1-4/+4
2014-03-12USB: serial: make bulk_out_size a lower limitJohan Hovold1-3/+2
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-1/+1
2013-07-23USB: serial: clean up dtr_rtsJohan Hovold1-12/+2
2013-06-17USB: serial: increase the number of devices we supportGreg Kroah-Hartman1-3/+6
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-68/+55
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-3/+4
2013-06-05USB: serial: fix TIOCMIWAIT return valueJohan Hovold1-3/+1
2013-05-16USB: serial: clean up chars_in_bufferJohan Hovold1-9/+2
2013-05-16USB: serial: add generic wait_until_sent implementationJohan Hovold1-0/+2