summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7720.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-21USB: serial: mos7720: drop buffer-callback sanity checksJohan Hovold1-15/+2
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby1-3/+3
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby1-3/+3
2021-04-26Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-18/+0
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold1-6/+0
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold1-10/+2
2021-04-08USB: serial: mos7720: fix TIOCGSERIAL implementationJohan Hovold1-8/+4
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby1-1/+1
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-3/+1
2021-01-28USB: serial: mos7720: fix error code in mos7720_write()Dan Carpenter1-1/+3
2021-01-12USB: serial: mos7720: improve OOM-handling in read_mos_reg()Tom Rix1-1/+3
2020-11-20USB: serial: mos7720: defer state restore to a workqueueDavidlohr Bueso1-199/+35
2020-11-05USB: serial: mos7720: fix parallel-port state restoreJohan Hovold1-0/+2
2020-08-18usb: mos7720: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+4
2019-11-12USB: serial: mos7720: fix remote wakeupJohan Hovold1-4/+0
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