summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/u_serial.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-201-0/+1
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-1/+1
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-1/+1
* usb: gadget: u_serial: Add null pointer check in gs_start_ioKuen-Han Tsai2023-06-131-1/+5
* usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_pushPrashanth K2023-05-291-0/+3
* usb: gadget: u_serial: Add null pointer check in gserial_suspendPrashanth K2023-05-291-2/+11
* usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K2023-02-141-4/+19
* usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-031-1/+2
* usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-221-2/+2
* Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-091-1/+1
|\
| * usb: gadget: u_serial: remove WARN_ON on null portColin Ian King2021-07-211-1/+1
* | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* | tty: don't store semi-state into tty driversJiri Slaby2021-07-271-15/+17
|/
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-3/+3
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-3/+3
* usb: gadget: u_serial: Remove old tasklet commentsDavidlohr Bueso2021-01-191-2/+2
* usb: gadget: u_serial: use %*ph to print small bufferAndy Shevchenko2021-01-041-3/+1
* usb: gadget: u_serial: clear suspended flag when disconnectingYoshihiro Shimoda2020-10-021-0/+1
* usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-3/+3
* usb: gadget: function: u_serial: Repair misdocumented function argumentLee Jones2020-07-091-1/+1
* usb: gadget: u_serial: add suspend resume callbacksFabrice Gasnier2020-05-251-8/+49
* usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov2020-02-111-1/+3
* usb: gadget: u_serial: use mutex for serialising open()sMichał Mirosław2019-10-221-75/+37
* usb: gadget: u_serial: diagnose missed console messagesMichał Mirosław2019-10-221-1/+14
* usb: gadget: u_serial: allow more console gadget portsMichał Mirosław2019-10-221-0/+48
* usb: gadget: u_serial: make OBEX port not a consoleMichał Mirosław2019-10-221-4/+12
* usb: gadget: u_serial: reimplement console supportMichał Mirosław2019-10-221-181/+158
* usb: gadget: u_serial: add missing port entry lockingMichał Mirosław2019-10-221-0/+2
* usb: gadget: u_serial: process RX in workqueue instead of taskletMichał Mirosław2019-01-281-21/+14
* usb: gadget: u_serial: Use kfifo instead of homemade circular bufferLu Baolu2017-12-111-168/+24
* USB: gadget: function: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: gadget: serial: mark expected switch fall-throughGustavo A. R. Silva2017-10-241-0/+1
* usb: gadget: serial: fix oops when data rx'd after closeStephen Warren2017-08-181-1/+1
* usb: gadget: gserial: check if console kthread existsBogdan Mirea2017-05-161-1/+1
* usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke2016-11-181-1/+2
* usb: Convert pr_warning to pr_warnJoe Perches2016-11-031-2/+2
* usb: gadget: Add the gserial port checking in gs_start_tx()Baolin Wang2016-08-221-1/+6
* usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz2016-06-211-2/+1
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-2/+2
* usb: gadget: Add the console support for usb-to-serial portBaolin Wang2015-12-221-0/+258
* Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-041-2/+4
|\
| * usb: gadget: gserial: Privatize close_waitPeter Hurley2015-10-171-2/+4
* | usb: gadget: u_serial: eliminate abuse of ep->driver dataRobert Baldyga2015-09-271-5/+0
|/
* usb: gadget: serial: fix re-ordering of tx dataPhilip Oberstaller2015-04-271-1/+4
* usb: gadget: serial: %pf is only for function pointersScott Wood2015-03-131-1/+1
* usb: gadget: serial: remove PREFIX macroRichard Leitner2014-08-271-17/+13
* usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz2014-07-161-0/+1347