summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ti_usb_3410_5052.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-50/+24
|\
| * ti_usb_3410_5052: switch to ->[sg]et_serial()Al Viro2018-10-131-50/+24
* | USB: serial: ti_usb_3410_5052: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
|/
* USB: serial: ti_usb_3410_5052: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-4/+5
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: drop termios-flag debuggingJohan Hovold2017-03-291-8/+0
* USB: serial: ti_usb_3410_5052: always require a bulk-out endpointJohan Hovold2017-03-281-0/+2
* USB: serial: ti_usb_3410_5052: fix control-message error handlingJohan Hovold2017-01-161-8/+4
* USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold2017-01-041-0/+7
* USB: serial: fix invalid user-pointer checksJohan Hovold2016-11-111-3/+0
* USB: serial: ti_usb_3410_5052: remove unused variablesMathieu OTHACEHE2016-08-231-13/+0
* USB: serial: ti_usb_3410_5052: use C_X macrosMathieu OTHACEHE2016-08-231-8/+8
* USB: serial: ti_usb_3410_5052: remove useless NULL-testingMathieu OTHACEHE2016-08-231-33/+1
* USB: serial: ti_usb_3410_5052: remove useless dev_dbg messagesMathieu OTHACEHE2016-08-231-11/+0
* USB: serial: ti_usb_3410_5052: do not use __uX typesMathieu OTHACEHE2016-08-231-49/+50
* USB: serial: ti_usb_3410_5052: use functions rather than macrosMathieu OTHACEHE2016-07-151-4/+11
* USB: serial: ti_usb_3410_5052: remove ti_usb_3410_5052.hMathieu OTHACEHE2016-07-151-2/+235
* USB: serial: ti_usb_3410_5052: remove useless commentsMathieu OTHACEHE2016-07-151-21/+2
* USB: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 supportMathieu OTHACEHE2016-05-111-3/+52
* USB: ti_usb_3410_5052: Add Honeywell HGI80 IDDavid Woodhouse2015-11-161-0/+2
* usb: serial: Remove unused tty->hw_stoppedPeter Hurley2014-09-231-6/+1
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-2/+2
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-13/+5
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-2/+0
* USB: serial: constify device-id tablesJohan Hovold2014-01-031-3/+3
* USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...Diego Elio Pettenò2013-10-111-0/+1
* Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-181-4/+5
|\
| * USB: ti_usb_3410_5052: fix big-endian firmware handlingJohan Hovold2013-08-121-4/+5
* | Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman2013-07-291-1/+1
|\|
| * USB: ti_usb_3410_5052: fix dynamic-id matchingJohan Hovold2013-07-241-1/+1
* | USB: ti_usb_3410_5052: remove vendor/product module parametersJohan Hovold2013-07-231-65/+7
* | USB: ti_usb_3410_5052: remove unused wait queueJohan Hovold2013-07-231-7/+0
* | USB: ti_usb_3410_5052: kill private fifoJohan Hovold2013-07-231-14/+6
* | USB: serial: set drain delay at port probeJohan Hovold2013-07-231-2/+2
|/
* Merge 3.10-rc7 into usb-nextGreg Kroah-Hartman2013-06-241-1/+2
|\
| * USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cableAnders Hammarquist2013-06-191-1/+2
* | USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* | USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-5/+5
|/
* USB: ti_usb_3410_5052: fix chars_in_buffer overheadJohan Hovold2013-05-161-8/+15
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-125/+38
|\
| * USB: ti_usb_3410_5052: kill custom closing_waitJohan Hovold2013-04-191-54/+15
| * USB: ti_usb_3410_5052: remove redundant drain from break_ctlJohan Hovold2013-04-191-2/+0
| * USB: ti_usb_3410_5052: query hardware-buffer status in chars_in_bufferJohan Hovold2013-04-191-0/+8
| * USB: ti_usb_3410_5052: remove lsr from port dataJohan Hovold2013-04-191-7/+7
| * USB: ti_usb_3410_5052: move write-fifo flushing to closeJohan Hovold2013-04-191-9/+8
| * USB: ti_usb_3410_5052: switch to generic TIOCMIWAIT implementationJohan Hovold2013-03-251-26/+3
| * USB: ti_usb_3410_5052: switch to generic get_icount implementationJohan Hovold2013-03-251-37/+7
* | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-011-4/+6
|\|