summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/mos7720.c
AgeCommit message (Expand)Author
2019-12-01USB: serial: mos7720: fix remote wakeupJohan Hovold
2019-04-03USB: serial: mos7720: fix mos_parport refcount imbalance on error pathLin Yi
2017-04-19USB: serial: constify static arraysJohan Hovold
2017-03-29USB: serial: drop termios-flag debuggingJohan Hovold
2017-03-28USB: serial: mos7720: always require an interrupt endpointJohan Hovold
2017-03-28USB: serial: mos7720: clean up mcs7715 port setupJohan Hovold
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold
2017-03-16USB: serial: mos7720: simplify endpoint checkJohan Hovold
2017-01-26USB: serial: drop unused ASYNC flagsJohan Hovold
2017-01-16USB: serial: mos7720: fix control-message error handlingJohan Hovold
2017-01-04USB: serial: mos7720: remove obsolete port initialisationJohan Hovold
2017-01-04USB: serial: mos7720: fix parallel probeJohan Hovold
2017-01-04USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold
2017-01-04USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold
2017-01-04USB: serial: mos7720: fix NULL-deref at openJohan Hovold
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold
2016-08-15USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov
2016-06-07USB: mos7720: delete parportSudip Mukherjee
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2015-07-06USB: mos7720: rename registersSudip Mukherjee
2014-12-02USB: mos7720: delete some unneeded codeDan Carpenter
2014-11-03USB: mos7720: replace unnecessary atomic allocationsJohan Hovold
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
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