aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7840.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+3
2021-09-20USB: serial: mos7840: remove duplicated 0xac24 device IDKrzysztof Kozlowski1-2/+0
2021-05-21USB: serial: mos7840: drop buffer-callback return-value commentsJohan Hovold1-5/+0
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-08USB: serial: stop reporting legacy UART typesJohan Hovold1-11/+0
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold1-9/+1
2021-04-08USB: serial: mos7840: fix TIOCGSERIAL implementationJohan Hovold1-8/+4
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-3/+1
2021-01-26USB: serial: mos7840: fix error code in mos7840_write()Dan Carpenter1-1/+3
2019-11-12USB: serial: mos7840: drop port open flagJohan Hovold1-28/+1
2019-11-12USB: serial: mos7840: drop read-urb checkJohan Hovold1-11/+0
2019-11-12USB: serial: mos7840: drop port driver data accessorsJohan Hovold1-91/+13
2019-11-12USB: serial: mos7840: drop serial struct accessorJohan Hovold1-30/+0
2019-11-12USB: serial: mos7840: drop paranoid serial checksJohan Hovold1-36/+2
2019-11-12USB: serial: mos7840: drop paranoid port checksJohan Hovold1-84/+8
2019-11-12USB: serial: mos7840: drop redundant urb context checkJohan Hovold1-5/+1
2019-11-12USB: serial: mos7840: rip out broken interrupt handlingJohan Hovold1-291/+3
2019-11-12USB: serial: mos7840: fix probe error handlingJohan Hovold1-20/+28
2019-11-12USB: serial: mos7840: document MCS7810 detection hackJohan Hovold1-0/+7
2019-11-12USB: serial: mos7840: clean up device-type handlingJohan Hovold1-77/+44
2019-11-12USB: serial: mos7840: fix remote wakeupJohan Hovold1-5/+0
2019-11-06USB: serial: mos7840: add USB ID to support Moxa UPort 2210Pavel Löbl1-0/+11
2018-12-10USB: serial: mos7840: remove set but not used variables 'number, serial'YueHaibing1-6/+0
2018-12-05USB: serial: mos7840: add a product ID for the new productJackyChou1-2/+8
2018-12-05USB: serial: mos7840: clean up register handlingJackyChou1-32/+16
2018-11-12USB: serial: mos7840: remove set but not used variables 'st, data1, iflag'YueHaibing1-6/+1
2018-10-13mos7840: switch to ->get_serial()Al Viro1-26/+13
2018-07-20Merge tag 'usb-serial-4.19-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-2/+3
2018-07-06USB: serial: mos7840: fix status-register error handlingJohan Hovold1-0/+3
2018-06-26USB: serial: mos7840: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+7
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-29USB: serial: drop termios-flag debuggingJohan Hovold1-10/+0
2017-03-28USB: serial: mos7840: clean up endpoint sanity checkJohan Hovold1-12/+11
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold1-1/+2
2017-02-09USB: serial: mos7840: fix another NULL-deref at openJohan Hovold1-1/+3
2017-01-26USB: serial: drop unused ASYNC flagsJohan Hovold1-1/+0
2017-01-16USB: serial: mos7840: fix control-message error handlingJohan Hovold1-4/+15
2017-01-04USB: serial: mos7840: fix misleading interrupt-URB commentJohan Hovold1-3/+1
2017-01-04USB: serial: mos7840: remove unused write URBJohan Hovold1-8/+0
2017-01-04USB: serial: mos7840: fix NULL-deref at openJohan Hovold1-0/+12
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold1-3/+0
2016-08-15USB: serial: mos7840: fix non-atomic allocation in write pathAlexey Khoroshilov1-2/+2
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+2
2016-02-28USB: serial: fix boolinit.cocci warningsMathieu OTHACEHE1-2/+2
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-2/+2
2015-12-11USB: mos7840: remove redundant conditionGeyslan G. Bem1-1/+1
2015-06-01USB: serial: mos7840: Use setup_timerVaishali Thakkar1-7/+4