summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-1/+1
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* USB: serial: report unsupported break signallingJohan Hovold2023-06-071-1/+1
* USB: serial: return errors from break handlingJohan Hovold2023-06-071-1/+1
* tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-1/+1
* tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-2/+2
* tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* USB: serial: fix tty-port initialized commentsJohan Hovold2022-07-251-1/+1
* USB: serial: allow hung up ports to be suspendedJohan Hovold2021-09-201-14/+17
* USB: serial: clean up core error labelsJohan Hovold2021-09-201-18/+16
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+4
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* USB: serial: do not use tty class device for debuggingJohan Hovold2021-04-091-16/+16
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-5/+48
* USB: serial: fix return value for unsupported ioctlsJohan Hovold2021-04-081-3/+3
* USB: serial: add support for multi-interface functionsJohan Hovold2021-04-011-11/+73
* USB: serial: refactor endpoint classificationJohan Hovold2021-04-011-20/+31
* USB: serial: drop unused suspending flagJohan Hovold2021-04-011-7/+1
* USB: serial: fix tty cleanup-op kernel-docJohan Hovold2020-03-111-1/+1
* USB: serial: suppress driver bind attributesJohan Hovold2020-01-171-0/+3
* USB: serial: fix runtime PM after driver unbindJohan Hovold2019-10-041-4/+1
* 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-051-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/+1
|/
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0
* 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/+0
* 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/+0
* USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold2017-03-281-40/+0
* USB: serial: add calc_num_ports callback to generic driverJohan Hovold2017-03-281-19/+8
* USB: serial: add probe callback to generic driverJohan Hovold2017-03-281-2/+0
* USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold2017-03-281-13/+6
* USB: serial: add endpoint sanity check to coreJohan Hovold2017-03-161-5/+12
* USB: serial: replace runtime overflow checkJohan Hovold2017-03-161-8/+5
* 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-201-2/+3
|\