summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/mos7840.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-2/+2
* usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+3
* USB: serial: mos7840: remove duplicated 0xac24 device IDKrzysztof Kozlowski2021-09-201-2/+0
* USB: serial: mos7840: drop buffer-callback return-value commentsJohan Hovold2021-05-211-5/+0
* USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby2021-05-191-3/+3
* USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-191-3/+3
* USB: serial: stop reporting legacy UART typesJohan Hovold2021-04-081-11/+0
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-9/+1
* USB: serial: mos7840: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-8/+4
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-3/+1
* USB: serial: mos7840: fix error code in mos7840_write()Dan Carpenter2021-01-261-1/+3
* USB: serial: mos7840: drop port open flagJohan Hovold2019-11-121-28/+1
* USB: serial: mos7840: drop read-urb checkJohan Hovold2019-11-121-11/+0
* USB: serial: mos7840: drop port driver data accessorsJohan Hovold2019-11-121-91/+13
* USB: serial: mos7840: drop serial struct accessorJohan Hovold2019-11-121-30/+0
* USB: serial: mos7840: drop paranoid serial checksJohan Hovold2019-11-121-36/+2
* USB: serial: mos7840: drop paranoid port checksJohan Hovold2019-11-121-84/+8
* USB: serial: mos7840: drop redundant urb context checkJohan Hovold2019-11-121-5/+1
* USB: serial: mos7840: rip out broken interrupt handlingJohan Hovold2019-11-121-291/+3
* USB: serial: mos7840: fix probe error handlingJohan Hovold2019-11-121-20/+28
* USB: serial: mos7840: document MCS7810 detection hackJohan Hovold2019-11-121-0/+7
* USB: serial: mos7840: clean up device-type handlingJohan Hovold2019-11-121-77/+44
* USB: serial: mos7840: fix remote wakeupJohan Hovold2019-11-121-5/+0
* USB: serial: mos7840: add USB ID to support Moxa UPort 2210Pavel Löbl2019-11-061-0/+11
* USB: serial: mos7840: remove set but not used variables 'number, serial'YueHaibing2018-12-101-6/+0
* USB: serial: mos7840: add a product ID for the new productJackyChou2018-12-051-2/+8
* USB: serial: mos7840: clean up register handlingJackyChou2018-12-051-32/+16
* USB: serial: mos7840: remove set but not used variables 'st, data1, iflag'YueHaibing2018-11-121-6/+1
* mos7840: switch to ->get_serial()Al Viro2018-10-131-26/+13
* Merge tag 'usb-serial-4.19-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-07-201-2/+3
|\
| * USB: serial: mos7840: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
* | USB: serial: mos7840: fix status-register error handlingJohan Hovold2018-07-061-0/+3
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+7
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: drop termios-flag debuggingJohan Hovold2017-03-291-10/+0
* USB: serial: mos7840: clean up endpoint sanity checkJohan Hovold2017-03-281-12/+11
* USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold2017-03-281-1/+2
* USB: serial: mos7840: fix another NULL-deref at openJohan Hovold2017-02-091-1/+3
* USB: serial: drop unused ASYNC flagsJohan Hovold2017-01-261-1/+0
* USB: serial: mos7840: fix control-message error handlingJohan Hovold2017-01-161-4/+15
* USB: serial: mos7840: fix misleading interrupt-URB commentJohan Hovold2017-01-041-3/+1
* USB: serial: mos7840: remove unused write URBJohan Hovold2017-01-041-8/+0
* USB: serial: mos7840: fix NULL-deref at openJohan Hovold2017-01-041-0/+12
* USB: serial: fix invalid user-pointer checksJohan Hovold2016-11-111-3/+0
* USB: serial: mos7840: fix non-atomic allocation in write pathAlexey Khoroshilov2016-08-151-2/+2
* Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-2/+2
|\
| * USB: serial: fix boolinit.cocci warningsMathieu OTHACEHE2016-02-281-2/+2
* | tty: Use termios c_*flag macrosPeter Hurley2016-01-281-2/+2
|/
* USB: mos7840: remove redundant conditionGeyslan G. Bem2015-12-111-1/+1