summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb-serial.c
AgeCommit message (Expand)Author
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-06-07USB: serial: report unsupported break signallingJohan Hovold
2023-06-07USB: serial: return errors from break handlingJohan Hovold
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2022-07-25USB: serial: fix tty-port initialized commentsJohan Hovold
2021-09-20USB: serial: allow hung up ports to be suspendedJohan Hovold
2021-09-20USB: serial: clean up core error labelsJohan Hovold
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-04-09USB: serial: do not use tty class device for debuggingJohan Hovold
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold
2021-04-08USB: serial: fix return value for unsupported ioctlsJohan Hovold
2021-04-01USB: serial: add support for multi-interface functionsJohan Hovold
2021-04-01USB: serial: refactor endpoint classificationJohan Hovold
2021-04-01USB: serial: drop unused suspending flagJohan Hovold
2020-03-11USB: serial: fix tty cleanup-op kernel-docJohan Hovold
2020-01-17USB: serial: suppress driver bind attributesJohan Hovold
2019-10-04USB: serial: fix runtime PM after driver unbindJohan Hovold
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab
2019-04-26USB: serial: fix initial-termios handlingJohan Hovold
2018-10-13complete ->[sg]et_serial() switchoverAl Viro
2018-10-13usb-serial: begin switching to ->[sg]et_serial()Al Viro
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-05-17USB: serial: use tty_port_register_device()Johan Hovold
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig
2017-11-04USB: serial: fix module-license macrosJohan Hovold
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-13USB: serial: drop unused core USB driverJohan Hovold
2017-06-21USB: serial: propagate late probe errorsJohan Hovold
2017-06-21USB: serial: refactor port endpoint setupJohan Hovold
2017-03-31USB: serial: drop obsolete open-race workaroundJohan Hovold
2017-03-28USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold
2017-03-28USB: serial: add calc_num_ports callback to generic driverJohan Hovold
2017-03-28USB: serial: add probe callback to generic driverJohan Hovold
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold
2017-03-16USB: serial: add endpoint sanity check to coreJohan Hovold
2017-03-16USB: serial: replace runtime overflow checkJohan Hovold
2017-03-16USB: serial: refactor and clean up endpoint handlingJohan Hovold
2017-03-16USB: serial: clean up endpoint and port-counter typesJohan Hovold
2017-03-16USB: serial: clean up probe error pathsJohan Hovold
2016-10-21USB: serial: fix potential NULL-dereference at probeJohan Hovold
2016-08-08USB: serial: fix memleak in driver-registration error pathAlexey Klimov
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds