aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7720.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-20USB: serial: mos7720: fix mos_parport refcount imbalance on error pathLin Yi1-2/+2
2018-10-13mos7720: switch to ->get_serial()Al Viro1-21/+13
2018-09-14mos7720: bury dead TIOCM... in ->ioctl()Al Viro1-52/+0
2018-07-16USB: serial: mos7720: remove redundant variables iflag, mask and serialColin Ian King1-9/+0
2018-06-26USB: serial: mos7720: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-01-22USB: serial: remove redundant initializations of 'mos_parport'Colin Ian King1-2/+2
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-04-19USB: serial: constify static arraysJohan Hovold1-1/+1
2017-03-29USB: serial: drop termios-flag debuggingJohan Hovold1-11/+0
2017-03-28USB: serial: mos7720: always require an interrupt endpointJohan Hovold1-2/+2
2017-03-28USB: serial: mos7720: clean up mcs7715 port setupJohan Hovold1-32/+20
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold1-1/+2
2017-03-16USB: serial: mos7720: simplify endpoint checkJohan Hovold1-5/+2
2017-01-26USB: serial: drop unused ASYNC flagsJohan Hovold1-1/+0
2017-01-16USB: serial: mos7720: fix control-message error handlingJohan Hovold1-2/+7
2017-01-04USB: serial: mos7720: remove obsolete port initialisationJohan Hovold1-5/+0
2017-01-04USB: serial: mos7720: fix parallel probeJohan Hovold1-23/+7
2017-01-04USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold1-10/+8
2017-01-04USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold1-1/+5
2017-01-04USB: serial: mos7720: fix NULL-deref at openJohan Hovold1-0/+5
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold1-3/+0
2016-08-15USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov1-1/+1
2016-06-07USB: mos7720: delete parportSudip Mukherjee1-0/+1
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-2/+2
2015-07-06USB: mos7720: rename registersSudip Mukherjee1-115/+138
2014-12-02USB: mos7720: delete some unneeded codeDan Carpenter1-4/+0
2014-11-03USB: mos7720: replace unnecessary atomic allocationsJohan Hovold1-2/+2
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold1-6/+6
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar1-4/+4
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-19/+7
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-2/+0
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-08-19USB: mos7720: fix big-endian control requestsJohan Hovold1-2/+2
2013-08-19USB: mos7720: use GFP_ATOMIC under spinlockDan Carpenter1-1/+1
2013-08-14USB: mos7720: fix broken control requestsJohan Hovold1-7/+14
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-19/+18
2013-06-04USB: mos7720: fix hardware flow controlJohan Hovold1-1/+1
2013-05-29USB: mos7720: fix message timeoutsJohan Hovold1-3/+3
2013-05-29USB: mos7720: fix DMA to stackJohan Hovold1-3/+14
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-65/+3
2013-03-25USB: mos7720: always disable uart on closeJohan Hovold1-10/+3
2013-03-25USB: mos7720: remove broken get_icount and TIOCMIWAITJohan Hovold1-55/+0
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-4/+0