aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/mos7720.c
AgeCommit message (Expand)Author
2013-08-19USB: mos7720: fix big-endian control requestsJohan Hovold
2013-08-19USB: mos7720: use GFP_ATOMIC under spinlockDan Carpenter
2013-08-14USB: mos7720: fix broken control requestsJohan Hovold
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman
2013-06-04USB: mos7720: fix hardware flow controlJohan Hovold
2013-05-29USB: mos7720: fix message timeoutsJohan Hovold
2013-05-29USB: mos7720: fix DMA to stackJohan Hovold
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-03-25USB: mos7720: always disable uart on closeJohan Hovold
2013-03-25USB: mos7720: remove broken get_icount and TIOCMIWAITJohan Hovold
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-10-31USB: serial: remove driver version informationJohan Hovold
2012-10-25USB: mos7720: fix port-data memory leakJohan Hovold
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-09-18USB: Serial: mos7720.c: remove debug module parameterGreg Kroah-Hartman
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman
2012-09-14USB: serial: mos7720.c: remove dbg() usageGreg Kroah-Hartman
2012-09-05USB: mos7720: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman
2012-05-03USB: mos7720.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-02-28USB: serial: mos7720.c: use module_usb_serial_driverGreg Kroah-Hartman
2012-02-24usb-serial: use new registration API in [k-m]* driversAlan Stern
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold
2011-11-15USB: mos7720: remove unused codeJohan Hovold
2011-11-15USB: mos7720: remove incorrect read-urb checkJohan Hovold
2011-08-10USB: serial: remove duplicate returnsDan Carpenter
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-02-25USB: serial: mos7720: Fix possible null pointer dereferenceHuzaifa Sidhpurwala
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox
2010-09-20USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches
2010-05-20USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {r...Mike Dunn
2010-05-20USB: usbserial: mos7720: add support for parallel port on moschip 7715Mike Dunn
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches
2010-03-02USB: serial: add support for serial port on the moschip 7715Mike Dunn
2010-03-02USB serial: make USB device id constantNémeth Márton
2010-03-02USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmdJohan Hovold