summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/ti_usb_3410_5052.c
AgeCommit message (Expand)Author
2021-06-24Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby
2021-05-10USB: serial: ti_usb_3410_5052: add startech.com device idSean MacLennan
2021-04-13USB: serial: ti_usb_3410_5052: clean up termios CSIZE handlingJohan Hovold
2021-04-13USB: serial: ti_usb_3410_5052: use kernel types consistentlyJohan Hovold
2021-04-13USB: serial: ti_usb_3410_5052: add port-command helpersJohan Hovold
2021-04-13USB: serial: ti_usb_3410_5052: clean up vendor-request helpersJohan Hovold
2021-04-13USB: serial: ti_usb_3410_5052: drop unnecessary packed attributesJohan Hovold
2021-04-13USB: serial: ti_usb_3410_5052: drop drain delay for 3410Johan Hovold
2021-04-13USB: serial: ti_usb_3410_5052: reduce drain delay to one charJohan Hovold
2021-04-08USB: serial: ti_usb_3410_5052: switch to 30-second closing waitJohan Hovold
2021-04-08USB: serial: ti_usb_3410_5052: drop closing_wait module parameterJohan Hovold
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold
2021-04-08USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission checkJohan Hovold
2021-04-08USB: serial: ti_usb_3410_5052: fix TIOCGSERIAL implementationJohan Hovold
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-10-16USB: serial: ti_usb_3410_5052: clean up serial data accessJohan Hovold
2019-10-16USB: serial: ti_usb_3410_5052: fix port-close racesJohan Hovold
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-13ti_usb_3410_5052: switch to ->[sg]et_serial()Al Viro
2018-08-27USB: serial: ti_usb_3410_5052: fix array underflow in completion handlerJohan Hovold
2018-06-26USB: serial: ti_usb_3410_5052: use irqsave() in USB's complete callbackJohn Ogness
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-03-29USB: serial: drop termios-flag debuggingJohan Hovold
2017-03-28USB: serial: ti_usb_3410_5052: always require a bulk-out endpointJohan Hovold
2017-01-16USB: serial: ti_usb_3410_5052: fix control-message error handlingJohan Hovold
2017-01-04USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold
2016-08-23USB: serial: ti_usb_3410_5052: remove unused variablesMathieu OTHACEHE
2016-08-23USB: serial: ti_usb_3410_5052: use C_X macrosMathieu OTHACEHE
2016-08-23USB: serial: ti_usb_3410_5052: remove useless NULL-testingMathieu OTHACEHE
2016-08-23USB: serial: ti_usb_3410_5052: remove useless dev_dbg messagesMathieu OTHACEHE
2016-08-23USB: serial: ti_usb_3410_5052: do not use __uX typesMathieu OTHACEHE
2016-07-15USB: serial: ti_usb_3410_5052: use functions rather than macrosMathieu OTHACEHE
2016-07-15USB: serial: ti_usb_3410_5052: remove ti_usb_3410_5052.hMathieu OTHACEHE
2016-07-15USB: serial: ti_usb_3410_5052: remove useless commentsMathieu OTHACEHE
2016-05-11USB: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 supportMathieu OTHACEHE
2015-11-16USB: ti_usb_3410_5052: Add Honeywell HGI80 IDDavid Woodhouse
2014-09-23usb: serial: Remove unused tty->hw_stoppedPeter Hurley
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold
2014-01-03USB: serial: constify device-id tablesJohan Hovold
2013-10-11USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...Diego Elio Pettenò
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman