aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2022-07-25USB: serial: fix tty-port initialized commentsJohan Hovold1-1/+1
2021-09-20USB: serial: allow hung up ports to be suspendedJohan Hovold1-14/+17
2021-09-20USB: serial: clean up core error labelsJohan Hovold1-18/+16
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-5/+4
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-04-09USB: serial: do not use tty class device for debuggingJohan Hovold1-16/+16
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold1-5/+48
2021-04-08USB: serial: fix return value for unsupported ioctlsJohan Hovold1-3/+3
2021-04-01USB: serial: add support for multi-interface functionsJohan Hovold1-11/+73
2021-04-01USB: serial: refactor endpoint classificationJohan Hovold1-20/+31
2021-04-01USB: serial: drop unused suspending flagJohan Hovold1-7/+1
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