aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7720.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/tty-2.6Linus 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/jikos/trivialLinus 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 {read,write}_mos_regMike 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