summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cypress_m8.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: remove driver version informationJohan Hovold2012-10-311-5/+0Star
* USB: cypress_m8: fix port-data memory leakJohan Hovold2012-10-171-38/+37Star
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-81/+76Star
|\
| * USB: Serial: cypress_m8.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-3/+0Star
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-5/+3Star
| * USB: serial: cypress_m8.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-73/+73
* | tty: move the termios object into the ttyAlan Cox2012-07-161-20/+20
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-6/+1Star
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: cypress_m8.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-041-36/+0Star
* USB: serial: cypress_m8.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-29/+1Star
* usb-serial: use new registration API in [a-c]* driversAlan Stern2012-02-241-32/+10Star
* USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-101-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-3/+0Star
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-26/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-2/+2
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-2/+2
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-2/+2
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0Star
* USB: cypress_m8: use kfifo to implement write bufferingJohan Hovold2010-05-201-222/+17Star
* USB: cypress_m8: remove unused drain defineJohan Hovold2010-05-201-1/+0Star
* USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagJohan Hovold2010-05-201-1/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | USB: remove references to port->port.count from the serial driversAlan Stern2010-03-021-3/+3
* | USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-7/+3Star
* | USB: serial: Eliminate useless codeJulia Lawall2010-03-021-1/+0Star
* | USB serial: make USB device id constantNémeth Márton2010-03-021-4/+4
* | USB: cypress_m8: use put_unaligned_le32() where necessaryJohan Hovold2010-03-021-2/+3
* | USB: cypress_m8: fix endianess bugJohan Hovold2010-03-021-2/+2
* | USB: cypress_m8: fix DMA buffer on stackJohan Hovold2010-03-021-14/+17
* | USB: cypress_m8: allow unstable baud ratesMike Frysinger2010-03-021-0/+6
* | USB: cypress_m8: unify confusing new baudrate checkMike Frysinger2010-03-021-6/+3Star
* | USB: cypress_m8: stop using USB debug driver configMike Frysinger2010-03-021-5/+1Star
|/
* USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-091-7/+5Star
* tty: USB serial termios bitsAlan Cox2009-09-191-9/+3Star
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+2Star
* USB: cypress_m8: remove invalid Clear-HaltAlan Stern2009-07-131-2/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-161-6/+5Star
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-58/+23Star
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-4/+0Star
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-8/+10
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-2/+3
* usb-cypress: There is no 0 case to go with CS5/6/7/8 so remove the testAlan Cox2008-07-221-20/+17Star
* cypress_m8: coding styleAlan Cox2008-07-221-293/+324
* usb_serial: API all changeAlan Cox2008-07-221-53/+64