summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cypress_m8.c
Commit message (Expand)AuthorAgeFilesLines
* usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+4
* USB: serial: fix repeated word "the" in commentsJiang Jian2022-07-131-1/+1
* USB: serial: replace symbolic permissions by octal permissionsUtkarsh Verma2021-08-261-3/+3
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-8/+8
|\
| * USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby2021-05-191-4/+4
| * USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-191-4/+4
* | tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-17/+2
* | cypress_m8: switch data_bits to real character bitsJiri Slaby2021-06-151-6/+6
|/
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-4/+2
* Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-07-281-2/+2
|\
| * USB: serial: use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-081-2/+2
* | USB: serial: cypress_m8: enable Simply Automated UPB PIMJames Hilliard2020-06-231-0/+2
|/
* docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-201-1/+1
* USB: serial: cypress_m8: clean up initial-termios handlingJohan Hovold2019-04-261-29/+7
* USB: serial: cypress_m8: drop unused termiosJohan Hovold2019-04-261-11/+1
* USB: serial: cypress_m8: drop unused driver data flagJohan Hovold2019-04-261-1/+0
* USB: serial: cypress_m8: remove set but not used variable 'iflag'YueHaibing2018-10-051-2/+1
* USB: serial: cypress_m8: fix interrupt-out transfer lengthJohan Hovold2018-10-051-1/+1
* USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving"Colin Ian King2018-09-241-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: cypress_m8: remove unused variableSudip Mukherjee2017-01-161-5/+0
* USB: cypress_m8: add endpoint sanity checkOliver Neukum2016-03-311-6/+5
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-2/+1
* 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/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: cypress_m8: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-47/+16
* 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-231-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/+0
* 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/+36
* USB: cypress_m8: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-6/+8
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+2
* TTY: convert more flipping functionsJiri Slaby2013-01-151-1/+1
* USB: serial: remove driver version informationJohan Hovold2012-10-311-5/+0
* USB: cypress_m8: fix port-data memory leakJohan Hovold2012-10-171-38/+37
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-81/+76
|\
| * USB: Serial: cypress_m8.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-3/+0
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-5/+3
| * 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-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