aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/u_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21usb: gadget: u_serial: Avoid double unlock of serial_port_lockPrashanth K1-0/+7
2025-04-25usb: gadget: u_serial: Implement remote wakeup capabilityPrashanth K1-0/+43
2025-01-17Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null"Greg Kroah-Hartman1-4/+4
2025-01-15USB: gadget: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2024-12-23usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being nullLianqin Hu1-4/+4
2024-12-04usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointerLianqin Hu1-3/+6
2024-08-12Merge 6.11-rc3 into usb-nextGreg Kroah-Hartman1-0/+1
2024-07-31usb: gadget: u_serial: add .get_icount() supportMichael Walle1-0/+22
2024-07-31usb: gadget: u_serial: Set start_delayed during suspendPrashanth K1-0/+1
2024-06-20usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-2/+2
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-1/+1
2023-06-13usb: gadget: u_serial: Add null pointer check in gs_start_ioKuen-Han Tsai1-1/+5
2023-05-29usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_pushPrashanth K1-0/+3
2023-05-29usb: gadget: u_serial: Add null pointer check in gserial_suspendPrashanth K1-2/+11
2023-02-14usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K1-4/+19
2022-11-03usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-09-22usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-07-27tty: don't store semi-state into tty driversJiri Slaby1-15/+17
2021-07-21usb: gadget: u_serial: remove WARN_ON on null portColin Ian King1-1/+1
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-3/+3
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-3/+3
2021-01-19usb: gadget: u_serial: Remove old tasklet commentsDavidlohr Bueso1-2/+2
2021-01-04usb: gadget: u_serial: use %*ph to print small bufferAndy Shevchenko1-3/+1
2020-10-02usb: gadget: u_serial: clear suspended flag when disconnectingYoshihiro Shimoda1-0/+1
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-09usb: gadget: function: u_serial: Repair misdocumented function argumentLee Jones1-1/+1
2020-05-25usb: gadget: u_serial: add suspend resume callbacksFabrice Gasnier1-8/+49
2020-02-11usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov1-1/+3
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