aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
AgeCommit message (Expand)Author
2020-01-23USB: serial: suppress driver bind attributesJohan Hovold
2019-10-17USB: serial: fix runtime PM after driver unbindJohan 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
2016-05-10USB: serial: fix minor-number allocationJohan Hovold
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-25USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEJavier Martinez Canillas
2015-07-09USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn
2015-02-26USB: serial: fix port attribute-creation raceJohan Hovold
2015-02-26Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold
2014-08-27USB: serial: fix potential heap buffer overflowJohan Hovold
2014-08-27USB: serial: fix potential stack buffer overflowJohan Hovold
2014-05-27USB: serial: remove overly defensive port testsJohan Hovold
2014-04-24USB: serial: fix sysfs-attribute removal deadlockJohan Hovold
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold
2014-03-12USB: serial: add missing bracesJohan Hovold
2014-03-12USB: serial: make bulk_out_size a lower limitJohan Hovold
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold
2013-07-23USB: serial: clean up dtr_rtsJohan Hovold
2013-06-17USB: serial: increase the number of devices we supportGreg Kroah-Hartman
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman
2013-06-05USB: serial: fix TIOCMIWAIT return valueJohan Hovold
2013-05-16USB: serial: clean up chars_in_bufferJohan Hovold
2013-05-16USB: serial: add generic wait_until_sent implementationJohan Hovold
2013-05-16USB: serial: add wait_until_sent operationJohan Hovold
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman
2013-03-28Revert "USB: serial: fix hang when opening port"Greg Kroah-Hartman
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman
2013-03-26USB: serial: fix hang when opening portMing Lei
2013-03-25USB: serial: update copyright informationJohan Hovold
2013-03-25USB: serial: wake up MSR-wait queue on disconnectJohan Hovold
2013-03-25USB: serial: add tiocmiwait subdriver operationJohan Hovold
2013-03-25USB: serial: use urb poison to reliably kill trafficJohan Hovold
2013-03-25USB: serial: rename port releaseJohan Hovold
2013-03-25USB: serial: fix port releaseJohan Hovold