index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
u_serial.c
Age
Commit message (
Expand
)
Author
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-06-13
usb: gadget: u_serial: Add null pointer check in gs_start_io
Kuen-Han Tsai
2023-05-29
usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push
Prashanth K
2023-05-29
usb: gadget: u_serial: Add null pointer check in gserial_suspend
Prashanth K
2023-02-14
usb: gadget: u_serial: Add null pointer check in gserial_resume
Prashanth K
2022-11-03
usb: gadget: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-09-22
usb: gadget: add _init/__exit annotations to module init/exit funcs
Xiu Jianfeng
2021-08-09
Merge 5.14-rc5 into tty-next
Greg Kroah-Hartman
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
2021-07-27
tty: don't store semi-state into tty drivers
Jiri Slaby
2021-07-21
usb: gadget: u_serial: remove WARN_ON on null port
Colin Ian King
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-01-19
usb: gadget: u_serial: Remove old tasklet comments
Davidlohr Bueso
2021-01-04
usb: gadget: u_serial: use %*ph to print small buffer
Andy Shevchenko
2020-10-02
usb: gadget: u_serial: clear suspended flag when disconnecting
Yoshihiro Shimoda
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-09
usb: gadget: function: u_serial: Repair misdocumented function argument
Lee Jones
2020-05-25
usb: gadget: u_serial: add suspend resume callbacks
Fabrice Gasnier
2020-02-11
usb: gadget: serial: fix Tx stall after buffer overflow
Sergey Organov
2019-10-22
usb: gadget: u_serial: use mutex for serialising open()s
Michał Mirosław
2019-10-22
usb: gadget: u_serial: diagnose missed console messages
Michał Mirosław
2019-10-22
usb: gadget: u_serial: allow more console gadget ports
Michał Mirosław
2019-10-22
usb: gadget: u_serial: make OBEX port not a console
Michał Mirosław
2019-10-22
usb: gadget: u_serial: reimplement console support
Michał Mirosław
2019-10-22
usb: gadget: u_serial: add missing port entry locking
Michał Mirosław
2019-01-28
usb: gadget: u_serial: process RX in workqueue instead of tasklet
Michał Mirosław
2017-12-11
usb: gadget: u_serial: Use kfifo instead of homemade circular buffer
Lu Baolu
2017-11-07
USB: gadget: function: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-10-24
usb: gadget: serial: mark expected switch fall-through
Gustavo A. R. Silva
2017-08-18
usb: gadget: serial: fix oops when data rx'd after close
Stephen Warren
2017-05-16
usb: gadget: gserial: check if console kthread exists
Bogdan Mirea
2016-11-18
usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)
Felix Hädicke
2016-11-03
usb: Convert pr_warning to pr_warn
Joe Perches
2016-08-22
usb: gadget: Add the gserial port checking in gs_start_tx()
Baolin Wang
2016-06-21
usb: gadget: fix unused-but-set-variale warnings
Michal Nazarewicz
2016-04-30
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
Peter Hurley
2015-12-22
usb: gadget: Add the console support for usb-to-serial port
Baolin Wang
2015-11-04
Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2015-10-17
usb: gadget: gserial: Privatize close_wait
Peter Hurley
2015-09-27
usb: gadget: u_serial: eliminate abuse of ep->driver data
Robert Baldyga
2015-04-27
usb: gadget: serial: fix re-ordering of tx data
Philip Oberstaller
2015-03-13
usb: gadget: serial: %pf is only for function pointers
Scott Wood
2014-08-27
usb: gadget: serial: remove PREFIX macro
Richard Leitner
2014-07-16
usb: gadget: Gadget directory cleanup - group usb functions
Andrzej Pietrasiewicz