summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/u_serial.c
AgeCommit message (Expand)Author
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-06-13usb: gadget: u_serial: Add null pointer check in gs_start_ioKuen-Han Tsai
2023-05-29usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_pushPrashanth K
2023-05-29usb: gadget: u_serial: Add null pointer check in gserial_suspendPrashanth K
2023-02-14usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K
2022-11-03usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-09-22usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-27tty: don't store semi-state into tty driversJiri Slaby
2021-07-21usb: gadget: u_serial: remove WARN_ON on null portColin Ian King
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-01-19usb: gadget: u_serial: Remove old tasklet commentsDavidlohr Bueso
2021-01-04usb: gadget: u_serial: use %*ph to print small bufferAndy Shevchenko
2020-10-02usb: gadget: u_serial: clear suspended flag when disconnectingYoshihiro Shimoda
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-09usb: gadget: function: u_serial: Repair misdocumented function argumentLee Jones
2020-05-25usb: gadget: u_serial: add suspend resume callbacksFabrice Gasnier
2020-02-11usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov
2019-10-22usb: gadget: u_serial: use mutex for serialising open()sMichał Mirosław
2019-10-22usb: gadget: u_serial: diagnose missed console messagesMichał Mirosław
2019-10-22usb: gadget: u_serial: allow more console gadget portsMichał Mirosław
2019-10-22usb: gadget: u_serial: make OBEX port not a consoleMichał Mirosław
2019-10-22usb: gadget: u_serial: reimplement console supportMichał Mirosław
2019-10-22usb: gadget: u_serial: add missing port entry lockingMichał Mirosław
2019-01-28usb: gadget: u_serial: process RX in workqueue instead of taskletMichał Mirosław
2017-12-11usb: gadget: u_serial: Use kfifo instead of homemade circular bufferLu Baolu
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-24usb: gadget: serial: mark expected switch fall-throughGustavo A. R. Silva
2017-08-18usb: gadget: serial: fix oops when data rx'd after closeStephen Warren
2017-05-16usb: gadget: gserial: check if console kthread existsBogdan Mirea
2016-11-18usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke
2016-11-03usb: Convert pr_warning to pr_warnJoe Perches
2016-08-22usb: gadget: Add the gserial port checking in gs_start_tx()Baolin Wang
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2015-12-22usb: gadget: Add the console support for usb-to-serial portBaolin Wang
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-10-17usb: gadget: gserial: Privatize close_waitPeter Hurley
2015-09-27usb: gadget: u_serial: eliminate abuse of ep->driver dataRobert Baldyga
2015-04-27usb: gadget: serial: fix re-ordering of tx dataPhilip Oberstaller
2015-03-13usb: gadget: serial: %pf is only for function pointersScott Wood
2014-08-27usb: gadget: serial: remove PREFIX macroRichard Leitner
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz