index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
usb-serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-11
USB: serial: fix tty cleanup-op kernel-doc
Johan Hovold
1
-1
/
+1
2020-01-17
USB: serial: suppress driver bind attributes
Johan Hovold
1
-0
/
+3
2019-10-04
USB: serial: fix runtime PM after driver unbind
Johan Hovold
1
-4
/
+1
2019-06-20
docs: usb: rename files to .rst and add them to drivers-api
Mauro Carvalho Chehab
1
-1
/
+1
2019-04-26
USB: serial: fix initial-termios handling
Johan Hovold
1
-4
/
+7
2018-10-13
complete ->[sg]et_serial() switchover
Al Viro
1
-2
/
+2
2018-10-13
usb-serial: begin switching to ->[sg]et_serial()
Al Viro
1
-0
/
+20
2018-06-05
Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2018-05-17
USB: serial: use tty_port_register_device()
Johan Hovold
1
-1
/
+1
2018-05-16
tty: replace ->proc_fops with ->proc_show
Christoph Hellwig
1
-14
/
+1
2017-11-04
USB: serial: fix module-license macros
Johan Hovold
1
-1
/
+1
2017-11-04
USB: serial: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-13
USB: serial: drop unused core USB driver
Johan Hovold
1
-22
/
+0
2017-06-21
USB: serial: propagate late probe errors
Johan Hovold
1
-11
/
+12
2017-06-21
USB: serial: refactor port endpoint setup
Johan Hovold
1
-92
/
+130
2017-03-31
USB: serial: drop obsolete open-race workaround
Johan Hovold
1
-8
/
+0
2017-03-28
USB: serial: move pl2303 hack out of usb-serial core
Johan Hovold
1
-40
/
+0
2017-03-28
USB: serial: add calc_num_ports callback to generic driver
Johan Hovold
1
-19
/
+8
2017-03-28
USB: serial: add probe callback to generic driver
Johan Hovold
1
-2
/
+0
2017-03-28
USB: serial: allow subdrivers to modify port-endpoint mapping
Johan Hovold
1
-13
/
+6
2017-03-16
USB: serial: add endpoint sanity check to core
Johan Hovold
1
-5
/
+12
2017-03-16
USB: serial: replace runtime overflow check
Johan Hovold
1
-8
/
+5
2017-03-16
USB: serial: refactor and clean up endpoint handling
Johan Hovold
1
-74
/
+80
2017-03-16
USB: serial: clean up endpoint and port-counter types
Johan Hovold
1
-7
/
+7
2017-03-16
USB: serial: clean up probe error paths
Johan Hovold
1
-12
/
+12
2016-10-21
USB: serial: fix potential NULL-dereference at probe
Johan Hovold
1
-1
/
+2
2016-08-08
USB: serial: fix memleak in driver-registration error path
Alexey Klimov
1
-1
/
+3
2016-05-20
Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+3
2016-05-10
USB: serial: fix minor-number allocation
Johan Hovold
1
-1
/
+2
2016-04-30
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
1
-1
/
+1
2016-04-25
USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULE
Javier Martinez Canillas
1
-1
/
+1
2015-07-09
USB: serial: Destroy serial_minors IDR on module exit
Johannes Thumshirn
1
-0
/
+1
2015-02-26
USB: serial: fix port attribute-creation race
Johan Hovold
1
-0
/
+16
2015-02-26
Revert "USB: serial: make bulk_out_size a lower limit"
Johan Hovold
1
-2
/
+3
2014-08-27
USB: serial: fix potential heap buffer overflow
Johan Hovold
1
-0
/
+5
2014-08-27
USB: serial: fix potential stack buffer overflow
Johan Hovold
1
-10
/
+22
2014-05-27
USB: serial: remove overly defensive port tests
Johan Hovold
1
-24
/
+14
2014-04-24
USB: serial: fix sysfs-attribute removal deadlock
Johan Hovold
1
-1
/
+3
2014-03-12
USB: serial: add missing newlines to dev_<level> messages.
Johan Hovold
1
-2
/
+2
2014-03-12
USB: serial: add missing braces
Johan Hovold
1
-4
/
+4
2014-03-12
USB: serial: make bulk_out_size a lower limit
Johan Hovold
1
-3
/
+2
2014-01-03
USB: serial: clean up ioctl debugging
Johan Hovold
1
-1
/
+1
2013-07-23
USB: serial: clean up dtr_rts
Johan Hovold
1
-12
/
+2
2013-06-17
USB: serial: increase the number of devices we support
Greg Kroah-Hartman
1
-3
/
+6
2013-06-17
USB: serial: make minor allocation dynamic
Greg Kroah-Hartman
1
-68
/
+55
2013-06-10
USB: serial: ports: add minor and port number
Greg Kroah-Hartman
1
-3
/
+4
2013-06-05
USB: serial: fix TIOCMIWAIT return value
Johan Hovold
1
-3
/
+1
2013-05-16
USB: serial: clean up chars_in_buffer
Johan Hovold
1
-9
/
+2
2013-05-16
USB: serial: add generic wait_until_sent implementation
Johan Hovold
1
-0
/
+2
[next]