summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/mos7720.c
AgeCommit message (Expand)Author
2023-06-07USB: serial: return errors from break handlingJohan Hovold
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-07-13USB: serial: fix repeated word "the" in commentsJiang Jian
2022-02-28USB: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby
2021-05-21USB: serial: mos7720: drop buffer-callback sanity checksJohan Hovold
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby
2021-04-26Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold
2021-04-08USB: serial: mos7720: fix TIOCGSERIAL implementationJohan Hovold
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König
2021-01-28USB: serial: mos7720: fix error code in mos7720_write()Dan Carpenter
2021-01-12USB: serial: mos7720: improve OOM-handling in read_mos_reg()Tom Rix
2020-11-20USB: serial: mos7720: defer state restore to a workqueueDavidlohr Bueso
2020-11-05USB: serial: mos7720: fix parallel-port state restoreJohan Hovold
2020-08-18usb: mos7720: convert tasklets to use new tasklet_setup() APIAllen Pais
2019-11-12USB: serial: mos7720: fix remote wakeupJohan Hovold
2019-03-20USB: serial: mos7720: fix mos_parport refcount imbalance on error pathLin Yi
2018-10-13mos7720: switch to ->get_serial()Al Viro
2018-09-14mos7720: bury dead TIOCM... in ->ioctl()Al Viro
2018-07-16USB: serial: mos7720: remove redundant variables iflag, mask and serialColin Ian King
2018-06-26USB: serial: mos7720: use irqsave() in USB's complete callbackJohn Ogness
2018-01-22USB: serial: remove redundant initializations of 'mos_parport'Colin Ian King
2017-11-04USB: serial: fix module-license macrosJohan Hovold
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
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