aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cypress_m8.c
Commit message (Expand)AuthorAge
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-08
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-07
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-07
* USB: cypress_m8.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-03
* USB: serial: cypress_m8.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-28
* usb-serial: use new registration API in [a-c]* driversAlan Stern2012-02-24
* USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-10
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-15
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-15
* Fix common misspellingsLucas De Marchi2011-03-31
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-17
* tiocmset: kill the file pointer argumentAlan Cox2011-02-17
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-17
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-10
* USB: cypress_m8: use kfifo to implement write bufferingJohan Hovold2010-05-20
* USB: cypress_m8: remove unused drain defineJohan Hovold2010-05-20
* USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagJohan Hovold2010-05-20
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* | USB: remove references to port->port.count from the serial driversAlan Stern2010-03-02
* | USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-02
* | USB: serial: Eliminate useless codeJulia Lawall2010-03-02
* | USB serial: make USB device id constantNémeth Márton2010-03-02
* | USB: cypress_m8: use put_unaligned_le32() where necessaryJohan Hovold2010-03-02
* | USB: cypress_m8: fix endianess bugJohan Hovold2010-03-02
* | USB: cypress_m8: fix DMA buffer on stackJohan Hovold2010-03-02
* | USB: cypress_m8: allow unstable baud ratesMike Frysinger2010-03-02
* | USB: cypress_m8: unify confusing new baudrate checkMike Frysinger2010-03-02
* | USB: cypress_m8: stop using USB debug driver configMike Frysinger2010-03-02
|/
* USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-09
* tty: USB serial termios bitsAlan Cox2009-09-19
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-19
* USB: cypress_m8: remove invalid Clear-HaltAlan Stern2009-07-12
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-16
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-11
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-23
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-17
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-17
* tty: usb-serial krefsAlan Cox2008-10-13
* usb-cypress: There is no 0 case to go with CS5/6/7/8 so remove the testAlan Cox2008-07-22
* cypress_m8: coding styleAlan Cox2008-07-22
* usb_serial: API all changeAlan Cox2008-07-22
* drivers/usb annotations and fixesAl Viro2008-04-28
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-25
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-25
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-25
* USB: cypress_m8: Speed handlingAlan Cox2008-04-25
* USB: cypress_m8: Limit baud rate to <=4800 for USB low speed devicesMike Isely2008-04-25
* USB: cypress_m8: Get rid of pointless NULL checkMike Isely2008-04-25