summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ti_usb_3410_5052.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * USB: ti_usb_3410_5052: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-4/+6
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-5/+2
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-23/+16
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-6/+5
* USB: ti_usb_3410_5052: fix port-data memory leakJohan Hovold2012-10-171-45/+43
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-81/+69
|\
| * USB: serial: ti_usb_3410_5052: fix up noisy printk() usageGreg Kroah-Hartman2012-09-181-8/+1
| * USB: Serial: ti_usb_3410_5052.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-4/+0
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-4/+4
| * USB: serial: ti_usb_3410_5052.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-65/+64
* | tty: move the termios object into the ttyAlan Cox2012-07-161-5/+5
|/
* USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial consoleDarren Hart2012-05-111-2/+4
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-9/+2
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: ti_usb_3410_5052.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-38/+0
* USB: serial: removed assignment from if statements in ti_usb_3410_5052.cAdhir Ramjiawan2012-04-181-2/+6
* usb-serial: use new registration API in [t-z]* driversAlan Stern2012-02-241-27/+8
* Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman2012-02-231-3/+2
|\
| * USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-101-3/+2
* | USB: Serial: ti_usb_3410_5052: Add Abbot Diabetes Care cable idAndrew Lunn2012-02-211-2/+4
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
OpenPOWER on IntegriCloud