aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/spcp8x5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold1-4/+3
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-02USB: spcp8x5: correct handling of CS5 settingColin Leitner1-16/+14
2013-07-23USB: serial: set drain delay at port probeJohan Hovold1-2/+2
2013-06-10USB: spcp8x5: fix device initialisation at openJohan Hovold1-6/+4
2013-03-25USB: spcp8x5: add proper modem-status supportJohan Hovold1-17/+10
2013-03-25USB: spcp8x5: reimplement device type detectionJohan Hovold1-49/+21
2013-03-25USB: spcp8x5: clean up modem status retrievalJohan Hovold1-11/+7
2013-03-25USB: spcp8x5: pass usb-serial port to control functionsJohan Hovold1-26/+28
2013-03-25USB: spcp8x5: clean up codeJohan Hovold1-35/+37
2013-03-25USB: spcp8x5: remove broken uart-error handlingJohan Hovold1-52/+0
2013-03-25USB: spcp8x5: remove broken TIOCMIWAIT supportJohan Hovold1-68/+0
2013-03-21USB: spcp8x5: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+5
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-9/+9
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-15TTY: convert more flipping functionsJiri Slaby1-1/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-4/+0
2012-10-17USB: spcp8x5: fix port-data memory leakJohan Hovold1-28/+18
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-5/+0
2012-09-14USB: serial: spcp8x5.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-07-16tty: move the termios object into the ttyAlan Cox1-6/+6
2012-05-15USB: spcp8x5.c: remove dbg() usageGreg Kroah-Hartman1-4/+8
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-7/+1
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: spcp8x5.c: remove dbg() tracing callsGreg Kroah-Hartman1-2/+0
2012-02-28USB: serial: spcp8x5.c: use module_usb_serial_driverGreg Kroah-Hartman1-18/+1
2012-02-24usb-serial: use new registration API in [q-s]* driversAlan Stern1-16/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
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-1/+1
2011-01-22USB: serial: handle Data Carrier Detect changesLibor Pechacek1-1/+5
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern1-0/+1
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
2010-05-20USB: spcp8x5: reimplement using generic frameworkJohan Hovold1-378/+29
2010-05-20USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagJohan Hovold1-2/+2
2010-03-02USB: remove references to port->port.count from the serial driversAlan Stern1-12/+5
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-4/+2
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-1/+1
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-19tty: USB serial termios bitsAlan Cox1-11/+10
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+2
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-54/+31
2009-01-07USB: serial: fix up urb->status usageGreg Kroah-Hartman1-10/+10
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-3/+4
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-1/+2