aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7720.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07USB: serial: return errors from break handlingJohan Hovold1-4/+5
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+3
2022-07-13USB: serial: fix repeated word "the" in commentsJiang Jian1-1/+1
2022-02-28USB: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby1-19/+1
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
2013-08-19USB: mos7720: fix big-endian control requestsJohan Hovold1-2/+2
2013-08-19USB: mos7720: use GFP_ATOMIC under spinlockDan Carpenter1-1/+1
2013-08-14USB: mos7720: fix broken control requestsJohan Hovold1-7/+14
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-19/+18
2013-06-04USB: mos7720: fix hardware flow controlJohan Hovold1-1/+1
2013-05-29USB: mos7720: fix message timeoutsJohan Hovold1-3/+3
2013-05-29USB: mos7720: fix DMA to stackJohan Hovold1-3/+14
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-65/+3
2013-03-25USB: mos7720: always disable uart on closeJohan Hovold1-10/+3
2013-03-25USB: mos7720: remove broken get_icount and TIOCMIWAITJohan Hovold1-55/+0
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-4/+0
2012-10-25USB: mos7720: fix port-data memory leakJohan Hovold1-30/+32
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-149/+82
2012-09-18USB: Serial: mos7720.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-1/+1
2012-09-14USB: serial: mos7720.c: remove dbg() usageGreg Kroah-Hartman1-141/+79
2012-09-05USB: mos7720: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun1-2/+2
2012-07-16tty: move the termios object into the ttyAlan Cox1-7/+7
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-9/+4
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: mos7720.c: remove dbg() tracing callsGreg Kroah-Hartman1-20/+14
2012-02-28USB: serial: mos7720.c: use module_usb_serial_driverGreg Kroah-Hartman1-21/+1
2012-02-24usb-serial: use new registration API in [k-m]* driversAlan Stern1-23/+9
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-5/+0
2011-11-15USB: mos7720: remove unused codeJohan Hovold1-3/+0
2011-11-15USB: mos7720: remove incorrect read-urb checkJohan Hovold1-10/+0
2011-08-10USB: serial: remove duplicate returnsDan Carpenter1-1/+0
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+4
2011-02-25USB: serial: mos7720: Fix possible null pointer dereferenceHuzaifa Sidhpurwala1-1/+2
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-6/+0
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-25/+29
2010-09-20USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg1-0/+3
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-6/+0
2010-05-20USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {r...Mike Dunn1-266/+122
2010-05-20USB: usbserial: mos7720: add support for parallel port on moschip 7715Mike Dunn1-86/+720
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-1/+0
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-7/+7
2010-03-02USB: serial: add support for serial port on the moschip 7715Mike Dunn1-4/+130
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2010-03-02USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmdJohan Hovold1-17/+17
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-2/+1
2009-09-19tty: usb_serial_mos7720: Fix get_lsr_infoKees Schoenmakers1-4/+15
2009-09-19MOS7720 has no tiocmget methodKees Schoenmakers1-37/+64
2009-07-20tty: fix chars_in_buffersAlan Cox1-1/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-6/+3
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-2/+1
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-7/+0
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-8/+11
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-32/+4
2008-07-22tty-usb-mos7720: Coding styleAlan Cox1-111/+116
2008-07-22usb_serial: API all changeAlan Cox1-52/+35
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox1-0/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-59/+59
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2008-02-01USB: stop io performed by mos7720 upon close()Oliver Neukum1-15/+18
2008-02-01USB: mos7720: clean up termiosAlan Cox1-20/+8
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-07-19USB: mos7720, mos7840: remove redundant urb checkFlorin Malita1-5/+0
2007-07-12USB: mos7720: remove bogus no termios change checkAlan Cox1-10/+0
2007-07-12USB: mos7720: change developer email addressesGreg Kroah-Hartman1-3/+3
2007-07-12USB: serial: mos7720: clean up urb->status usageGreg Kroah-Hartman1-12/+15
2007-04-27USB: fix endianness in mos7720Oliver Neukum1-10/+9
2007-04-27mos7720 updateOliver Neukum1-3/+10
2007-04-27USB: unnecessary GFP_ATOMIC in mos7720 driverOliver Neukum1-1/+1
2007-03-19USB: necessary update for mos7720 driverOliver Neukum1-0/+1
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-12/+2
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl1-7/+9
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-10-17USB: add USB serial mos7720 driverGreg Kroah-Hartman1-0/+1683