summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cypress_m8.c
Commit message (Expand)AuthorAgeFilesLines
* USB: cypress_m8: add endpoint sanity checkOliver Neukum2016-03-311-6/+5Star
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-2/+1Star
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-1/+1
* USB: cypress_m8: fix potential scheduling while atomicJohan Hovold2014-03-121-16/+3Star
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
* USB: cypress_m8: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-47/+16Star
* USB: cypress_m8: only wake up MSR queue on changesJohan Hovold2014-01-031-1/+4
* USB: serial: set drain delay at port probeJohan Hovold2013-07-241-1/+3
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-2/+2
* USB: Serial: cypress_M8: Enable FRWD Dongle hidcom deviceRobert Butora2013-06-031-1/+17
* USB: cypress_m8: remove bogus disconnect test from closeJohan Hovold2013-03-251-7/+0Star
* USB: cypress_m8: fix TIOCMIWAIT and disconnectJohan Hovold2013-03-251-2/+2
* USB: cypress_m8: replace custom ioctl operation with tiocmiwaitJohan Hovold2013-03-251-49/+36Star
* USB: cypress_m8: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-6/+8
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-2/+2
* TTY: convert more flipping functionsJiri Slaby2013-01-161-1/+1
* 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