aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7840.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-19USB: mos7840: remove unused codeColin Ian King1-60/+0
2014-11-03USB: mos7840: replace unnecessary atomic allocationsJohan Hovold1-2/+2
2014-07-09drivers/usb/serial/mos7840.c: remove unnecessary null test before kfreeFabian Frederick1-4/+1
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold1-2/+2
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-15/+3
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-2/+0
2013-12-02USB: mos7840: correct handling of CS5 settingColin Leitner1-16/+16
2013-10-11USB: mos7840: fix tiocmget error handlingJohan Hovold1-0/+4
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2013-08-12USB: mos7840: fix big-endian probeJohan Hovold1-1/+1
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman1-63/+87
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman1-8/+17
2013-07-28USB: mos7840: fix pointer castsJohan Hovold1-3/+3
2013-07-26USB: mos7840: fix race in led handlingJohan Hovold1-22/+37
2013-07-26USB: mos7840: fix device-type detectionJohan Hovold1-40/+35
2013-07-26USB: mos7840: fix race in register handlingJohan Hovold1-2/+16
2013-07-25USB: mos7840: fix memory leak in openJohan Hovold1-8/+17
2013-07-23USB: mos7840: remove broken chase implementationJohan Hovold1-48/+0
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-4/+3
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-34/+18
2013-05-29USB: mos7840: fix DMA to stackJohan Hovold1-8/+27
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-133/+24