summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/mos7840.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-133/+24
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-6/+10
2013-03-26USB: mos7840: switch to generic TIOCMIWAIT implementationJohan Hovold1-46/+2
2013-03-26USB: mos7840: switch to generic get_icount implementationJohan Hovold1-47/+9
2013-03-26USB: mos7840: remove smp barriers from icount handlingJohan Hovold1-29/+19
2013-03-26USB: mos7840: remove bogus disconnect test in closeJohan Hovold1-22/+6
2013-03-25Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman1-6/+10
2013-03-22USB: mos7840: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+8
2013-03-22USB: mos7840: fix broken TIOCMIWAITJohan Hovold1-2/+3
2013-03-19TTY: add tty_port_tty_wakeup helperJiri Slaby1-5/+2
2013-03-15usb: serial: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+2
2013-01-16TTY: switch tty_insert_flip_stringJiri Slaby1-2/+3
2012-10-31USB: serial: remove driver version informationJohan Hovold1-4/+0
2012-10-25USB: mos7840: fix port_probe flowJohan Hovold1-183/+166
2012-10-25USB: mos7840: fix port-data memory leakJohan Hovold1-130/+89
2012-10-25USB: mos7840: remove invalid disconnect handlingJohan Hovold1-12/+1
2012-10-25USB: mos7840: remove NULL-urb submissionJohan Hovold1-13/+1
2012-10-25USB: mos7840: fix port-device leak in error pathJohan Hovold1-1/+0
2012-10-25USB: mos7840: fix urb leak at releaseJohan Hovold1-0/+1
2012-10-02Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-295/+183
2012-09-18USB: Serial: mos7840.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-1/+1
2012-09-15USB: serial: mos7840.c: remove dbg() usageGreg Kroah-Hartman1-290/+183
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman1-7/+9
2012-08-16USB: serial: Fix mos7840 timeoutMark Ferrell1-4/+3
2012-08-10usb: serial: mos7840: Fixup mos7840_chars_in_buffer()Mark Ferrell1-3/+6
2012-07-17tty: move the termios object into the ttyAlan Cox1-6/+6
2012-06-13USB: mos7840: Fix compilation of usb serial driverTony Zelenoff1-1/+1
2012-05-09USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-34/+5
2012-05-08USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-08USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-04USB: mos7840.c: remove dbg() tracing callsGreg Kroah-Hartman1-57/+2
2012-04-20USB: serial: mos7840: add support for MCS7810 devicesDonald1-14/+188
2012-03-14USB: serial: mos7840: Fixed MCS7820 device attach problemDonald Lee1-26/+57
2012-02-29USB: serial: mos7840.c: use module_usb_serial_driverGreg Kroah-Hartman1-36/+1
2012-02-25usb-serial: use new registration API in [k-m]* driversAlan Stern1-22/+10
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-4/+0
2011-08-10USB: serial: remove duplicate returnsDan Carpenter1-1/+0
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-7/+0
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-24/+29
2010-09-21USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg1-0/+3
2010-09-04usb: serial: mos7840: Add USB IDs to support more B&B USB/RS485 converters.Dave Ludlow1-13/+22
2010-09-04usb: serial: mos7840: Add USB ID to support the B&B Electronics USOPTL4-2P.Dave Ludlow1-0/+3
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-7/+0