summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cypress_m8.c
Commit message (Expand)AuthorAgeFilesLines
* 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-081-6/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: cypress_m8.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-36/+0
* USB: serial: cypress_m8.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-29/+1
* usb-serial: use new registration API in [a-c]* driversAlan Stern2012-02-241-32/+10
* 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/+0
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-26/+0
* 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/+0
* USB: cypress_m8: use kfifo to implement write bufferingJohan Hovold2010-05-201-222/+17
* USB: cypress_m8: remove unused drain defineJohan Hovold2010-05-201-1/+0
* 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/+3
* | USB: serial: Eliminate useless codeJulia Lawall2010-03-021-1/+0
* | 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/+3
* | USB: cypress_m8: stop using USB debug driver configMike Frysinger2010-03-021-5/+1
|/
* USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-091-7/+5
* tty: USB serial termios bitsAlan Cox2009-09-191-9/+3
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+2
* USB: cypress_m8: remove invalid Clear-HaltAlan Stern2009-07-121-2/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-6/+5
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-58/+23
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-4/+0
* 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/+17
* cypress_m8: coding styleAlan Cox2008-07-221-293/+324
* usb_serial: API all changeAlan Cox2008-07-221-53/+64
* drivers/usb annotations and fixesAl Viro2008-04-281-1/+1
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-2/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-64/+64
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-12/+0
* USB: cypress_m8: Speed handlingAlan Cox2008-04-241-140/+29
* USB: cypress_m8: Limit baud rate to <=4800 for USB low speed devicesMike Isely2008-04-241-45/+59