summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7840.c
Commit message (Expand)AuthorAgeFilesLines
* USB: mos7840: remove unused codeColin Ian King2015-01-191-60/+0Star
* USB: mos7840: replace unnecessary atomic allocationsJohan Hovold2014-11-031-2/+2
* drivers/usb/serial/mos7840.c: remove unnecessary null test before kfreeFabian Frederick2014-07-101-4/+1Star
* 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-091-1/+0Star
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-15/+3Star
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-2/+0Star
* USB: mos7840: correct handling of CS5 settingColin Leitner2013-12-031-16/+16
* USB: mos7840: fix tiocmget error handlingJohan Hovold2013-10-121-0/+4
* Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-191-1/+1
|\
| * USB: mos7840: fix big-endian probeJohan Hovold2013-08-121-1/+1
* | Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman2013-08-051-63/+87
|\|
| * USB: mos7840: fix pointer castsJohan Hovold2013-07-281-3/+3
| * USB: mos7840: fix race in led handlingJohan Hovold2013-07-261-22/+37
| * USB: mos7840: fix device-type detectionJohan Hovold2013-07-261-40/+35Star
| * USB: mos7840: fix race in register handlingJohan Hovold2013-07-261-2/+16
* | Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman2013-07-291-8/+17
|\|
| * USB: mos7840: fix memory leak in openJohan Hovold2013-07-251-8/+17
* | USB: mos7840: remove broken chase implementationJohan Hovold2013-07-241-48/+0Star
|/
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-4/+3Star
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-34/+18Star
* USB: mos7840: fix DMA to stackJohan Hovold2013-05-291-8/+27
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-133/+24Star
|\
| * USB: mos7840: switch to generic TIOCMIWAIT implementationJohan Hovold2013-03-251-46/+2Star
| * USB: mos7840: switch to generic get_icount implementationJohan Hovold2013-03-251-47/+9Star
| * USB: mos7840: remove smp barriers from icount handlingJohan Hovold2013-03-251-29/+19Star
| * USB: mos7840: remove bogus disconnect test in closeJohan Hovold2013-03-251-22/+6Star
| * Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman2013-03-251-6/+10
| |\
| * | usb: serial: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-151-2/+1Star
* | | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-011-6/+10
|\ \ \ | | |/ | |/|
| * | USB: mos7840: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-5/+8
| * | USB: mos7840: fix broken TIOCMIWAITJohan Hovold2013-03-211-2/+3
| |/
* / TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-5/+2Star
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-7/+2Star
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-2/+3
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0Star
* USB: mos7840: fix port_probe flowJohan Hovold2012-10-251-183/+166Star
* USB: mos7840: fix port-data memory leakJohan Hovold2012-10-251-130/+89Star
* USB: mos7840: remove invalid disconnect handlingJohan Hovold2012-10-251-12/+1Star
* USB: mos7840: remove NULL-urb submissionJohan Hovold2012-10-251-13/+1Star
* USB: mos7840: fix port-device leak in error pathJohan Hovold2012-10-251-1/+0Star
* USB: mos7840: fix urb leak at releaseJohan Hovold2012-10-251-0/+1
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-295/+183Star
|\
| * USB: Serial: mos7840.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+0Star
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-1/+1
| * USB: serial: mos7840.c: remove dbg() usageGreg Kroah-Hartman2012-09-151-290/+183Star
* | Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-271-7/+9
|\|
| * USB: serial: Fix mos7840 timeoutMark Ferrell2012-08-161-4/+3Star
| * usb: serial: mos7840: Fixup mos7840_chars_in_buffer()Mark Ferrell2012-08-101-3/+6
* | tty: move the termios object into the ttyAlan Cox2012-07-161-6/+6
|/