aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/u_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-22usb: gadget: u_serial: use mutex for serialising open()sMichał Mirosław1-75/+37
2019-10-22usb: gadget: u_serial: diagnose missed console messagesMichał Mirosław1-1/+14
2019-10-22usb: gadget: u_serial: allow more console gadget portsMichał Mirosław1-0/+48
2019-10-22usb: gadget: u_serial: make OBEX port not a consoleMichał Mirosław1-4/+12
2019-10-22usb: gadget: u_serial: reimplement console supportMichał Mirosław1-181/+158
2019-10-22usb: gadget: u_serial: add missing port entry lockingMichał Mirosław1-0/+2
2019-01-28usb: gadget: u_serial: process RX in workqueue instead of taskletMichał Mirosław1-21/+14
2017-12-11usb: gadget: u_serial: Use kfifo instead of homemade circular bufferLu Baolu1-168/+24
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-24usb: gadget: serial: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-18usb: gadget: serial: fix oops when data rx'd after closeStephen Warren1-1/+1
2017-05-16usb: gadget: gserial: check if console kthread existsBogdan Mirea1-1/+1
2016-11-18usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke1-1/+2
2016-11-03usb: Convert pr_warning to pr_warnJoe Perches1-2/+2
2016-08-22usb: gadget: Add the gserial port checking in gs_start_tx()Baolin Wang1-1/+6
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz1-2/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-2/+2
2015-12-22usb: gadget: Add the console support for usb-to-serial portBaolin Wang1-0/+258
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+4
2015-10-17usb: gadget: gserial: Privatize close_waitPeter Hurley1-2/+4
2015-09-27usb: gadget: u_serial: eliminate abuse of ep->driver dataRobert Baldyga1-5/+0
2015-04-27usb: gadget: serial: fix re-ordering of tx dataPhilip Oberstaller1-1/+4
2015-03-13usb: gadget: serial: %pf is only for function pointersScott Wood1-1/+1
2014-08-27usb: gadget: serial: remove PREFIX macroRichard Leitner1-17/+13
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-0/+1347