summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7720.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: mos7720: fix mos_parport refcount imbalance on error pathLin Yi2019-03-201-2/+2
* mos7720: switch to ->get_serial()Al Viro2018-10-131-21/+13Star
* mos7720: bury dead TIOCM... in ->ioctl()Al Viro2018-09-141-52/+0Star
* USB: serial: mos7720: remove redundant variables iflag, mask and serialColin Ian King2018-07-161-9/+0Star
* USB: serial: mos7720: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
* USB: serial: remove redundant initializations of 'mos_parport'Colin Ian King2018-01-221-2/+2
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: constify static arraysJohan Hovold2017-04-191-1/+1
* USB: serial: drop termios-flag debuggingJohan Hovold2017-03-291-11/+0Star
* USB: serial: mos7720: always require an interrupt endpointJohan Hovold2017-03-281-2/+2
* USB: serial: mos7720: clean up mcs7715 port setupJohan Hovold2017-03-281-32/+20Star
* USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold2017-03-281-1/+2
* USB: serial: mos7720: simplify endpoint checkJohan Hovold2017-03-161-5/+2Star
* USB: serial: drop unused ASYNC flagsJohan Hovold2017-01-261-1/+0Star
* USB: serial: mos7720: fix control-message error handlingJohan Hovold2017-01-161-2/+7
* USB: serial: mos7720: remove obsolete port initialisationJohan Hovold2017-01-041-5/+0Star
* USB: serial: mos7720: fix parallel probeJohan Hovold2017-01-041-23/+7Star
* USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold2017-01-041-10/+8Star
* USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold2017-01-041-1/+5
* USB: serial: mos7720: fix NULL-deref at openJohan Hovold2017-01-041-0/+5
* USB: serial: fix invalid user-pointer checksJohan Hovold2016-11-111-3/+0Star
* USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov2016-08-151-1/+1
* USB: mos7720: delete parportSudip Mukherjee2016-06-081-0/+1
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-2/+2
* USB: mos7720: rename registersSudip Mukherjee2015-07-061-115/+138
* USB: mos7720: delete some unneeded codeDan Carpenter2014-12-031-4/+0Star
* USB: mos7720: replace unnecessary atomic allocationsJohan Hovold2014-11-031-2/+2
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-6/+6
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
* USB: serial: correct spelling mistakes in commentsRahul Bedarkar2014-01-031-4/+4
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-19/+7Star
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-2/+0Star
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* USB: mos7720: fix big-endian control requestsJohan Hovold2013-08-201-2/+2
* USB: mos7720: use GFP_ATOMIC under spinlockDan Carpenter2013-08-201-1/+1
* USB: mos7720: fix broken control requestsJohan Hovold2013-08-141-7/+14
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-19/+18Star
* USB: mos7720: fix hardware flow controlJohan Hovold2013-06-041-1/+1
* USB: mos7720: fix message timeoutsJohan Hovold2013-05-291-3/+3
* USB: mos7720: fix DMA to stackJohan Hovold2013-05-291-3/+14
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-65/+3Star
|\
| * USB: mos7720: always disable uart on closeJohan Hovold2013-03-251-10/+3Star
| * USB: mos7720: remove broken get_icount and TIOCMIWAITJohan Hovold2013-03-251-55/+0Star
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-6/+2Star
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-5/+2Star
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-1/+1
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0Star