aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ti_usb_3410_5052.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-23usb: serial: Remove unused tty->hw_stoppedPeter Hurley1-6/+1
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold1-2/+2
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-13/+5
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-2/+0
2014-01-03USB: serial: constify device-id tablesJohan Hovold1-3/+3
2013-10-11USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well.Diego Elio Pettenò1-0/+1
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-4/+5
2013-08-12USB: ti_usb_3410_5052: fix big-endian firmware handlingJohan Hovold1-4/+5
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman1-1/+1
2013-07-24USB: ti_usb_3410_5052: fix dynamic-id matchingJohan Hovold1-1/+1
2013-07-23USB: ti_usb_3410_5052: remove vendor/product module parametersJohan Hovold1-65/+7
2013-07-23USB: ti_usb_3410_5052: remove unused wait queueJohan Hovold1-7/+0
2013-07-23USB: ti_usb_3410_5052: kill private fifoJohan Hovold1-14/+6
2013-07-23USB: serial: set drain delay at port probeJohan Hovold1-2/+2
2013-06-24Merge 3.10-rc7 into usb-nextGreg Kroah-Hartman1-1/+2
2013-06-19USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cableAnders Hammarquist1-1/+2
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-5/+5
2013-05-16USB: ti_usb_3410_5052: fix chars_in_buffer overheadJohan Hovold1-8/+15
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-125/+38
2013-04-19USB: ti_usb_3410_5052: kill custom closing_waitJohan Hovold1-54/+15
2013-04-19USB: ti_usb_3410_5052: remove redundant drain from break_ctlJohan Hovold1-2/+0
2013-04-19USB: ti_usb_3410_5052: query hardware-buffer status in chars_in_bufferJohan Hovold1-0/+8
2013-04-19USB: ti_usb_3410_5052: remove lsr from port dataJohan Hovold1-7/+7
2013-04-19USB: ti_usb_3410_5052: move write-fifo flushing to closeJohan Hovold1-9/+8
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-4/+6
2013-03-25USB: ti_usb_3410_5052: switch to generic TIOCMIWAIT implementationJohan Hovold1-26/+3
2013-03-25USB: ti_usb_3410_5052: switch to generic get_icount implementationJohan Hovold1-37/+7
2013-03-21USB: ti_usb_3410_5052: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+6
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-5/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-23/+16
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-6/+5
2012-10-17USB: ti_usb_3410_5052: fix port-data memory leakJohan Hovold1-45/+43
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-81/+69
2012-09-18USB: serial: ti_usb_3410_5052: fix up noisy printk() usageGreg Kroah-Hartman1-8/+1
2012-09-18USB: Serial: ti_usb_3410_5052.c: remove debug module parameterGreg Kroah-Hartman1-4/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-4/+4
2012-09-14USB: serial: ti_usb_3410_5052.c: remove dbg() usageGreg Kroah-Hartman1-65/+64
2012-07-16tty: move the termios object into the ttyAlan Cox1-5/+5
2012-05-11USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial consoleDarren Hart1-2/+4
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-9/+2
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: ti_usb_3410_5052.c: remove dbg() tracing callsGreg Kroah-Hartman1-38/+0
2012-04-18USB: serial: removed assignment from if statements in ti_usb_3410_5052.cAdhir Ramjiawan1-2/+6
2012-02-24usb-serial: use new registration API in [t-z]* driversAlan Stern1-27/+8
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman1-3/+2
2012-02-21USB: Serial: ti_usb_3410_5052: Add Abbot Diabetes Care cable idAndrew Lunn1-2/+4
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold1-3/+2