index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
ti_usb_3410_5052.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2021-06-24
1
-8
/
+8
|
\
|
*
USB: serial: make usb_serial_driver::chars_in_buffer return uint
Jiri Slaby
2021-05-19
1
-4
/
+4
|
*
USB: serial: make usb_serial_driver::write_room return uint
Jiri Slaby
2021-05-19
1
-4
/
+4
*
|
USB: serial: ti_usb_3410_5052: add startech.com device id
Sean MacLennan
2021-05-10
1
-0
/
+3
|
/
*
USB: serial: ti_usb_3410_5052: clean up termios CSIZE handling
Johan Hovold
2021-04-13
1
-8
/
+8
*
USB: serial: ti_usb_3410_5052: use kernel types consistently
Johan Hovold
2021-04-13
1
-17
/
+17
*
USB: serial: ti_usb_3410_5052: add port-command helpers
Johan Hovold
2021-04-13
1
-50
/
+44
*
USB: serial: ti_usb_3410_5052: clean up vendor-request helpers
Johan Hovold
2021-04-13
1
-8
/
+7
*
USB: serial: ti_usb_3410_5052: drop unnecessary packed attributes
Johan Hovold
2021-04-13
1
-4
/
+4
*
USB: serial: ti_usb_3410_5052: drop drain delay for 3410
Johan Hovold
2021-04-13
1
-3
/
+14
*
USB: serial: ti_usb_3410_5052: reduce drain delay to one char
Johan Hovold
2021-04-13
1
-1
/
+5
*
USB: serial: ti_usb_3410_5052: switch to 30-second closing wait
Johan Hovold
2021-04-08
1
-3
/
+0
*
USB: serial: ti_usb_3410_5052: drop closing_wait module parameter
Johan Hovold
2021-04-08
1
-7
/
+1
*
USB: serial: stop reporting legacy UART types
Johan Hovold
2021-04-08
1
-1
/
+0
*
USB: serial: add generic support for TIOCSSERIAL
Johan Hovold
2021-04-08
1
-40
/
+2
*
USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission check
Johan Hovold
2021-04-08
1
-2
/
+7
*
USB: serial: ti_usb_3410_5052: fix TIOCGSERIAL implementation
Johan Hovold
2021-04-08
1
-2
/
+2
*
USB: serial: make remove callback return void
Uwe Kleine-König
2021-02-09
1
-4
/
+2
*
USB: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-23
1
-2
/
+2
*
USB: serial: ti_usb_3410_5052: clean up serial data access
Johan Hovold
2019-10-16
1
-2
/
+2
*
USB: serial: ti_usb_3410_5052: fix port-close races
Johan Hovold
2019-10-16
1
-7
/
+3
*
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-10-24
1
-50
/
+24
|
\
|
*
ti_usb_3410_5052: switch to ->[sg]et_serial()
Al Viro
2018-10-13
1
-50
/
+24
*
|
USB: serial: ti_usb_3410_5052: fix array underflow in completion handler
Johan Hovold
2018-08-27
1
-1
/
+1
|
/
*
USB: serial: ti_usb_3410_5052: use irqsave() in USB's complete callback
John Ogness
2018-06-26
1
-4
/
+5
*
USB: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
1
-5
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
USB: serial: drop termios-flag debugging
Johan Hovold
2017-03-29
1
-8
/
+0
*
USB: serial: ti_usb_3410_5052: always require a bulk-out endpoint
Johan Hovold
2017-03-28
1
-0
/
+2
*
USB: serial: ti_usb_3410_5052: fix control-message error handling
Johan Hovold
2017-01-16
1
-8
/
+4
*
USB: serial: ti_usb_3410_5052: fix NULL-deref at open
Johan Hovold
2017-01-04
1
-0
/
+7
*
USB: serial: fix invalid user-pointer checks
Johan Hovold
2016-11-11
1
-3
/
+0
*
USB: serial: ti_usb_3410_5052: remove unused variables
Mathieu OTHACEHE
2016-08-23
1
-13
/
+0
*
USB: serial: ti_usb_3410_5052: use C_X macros
Mathieu OTHACEHE
2016-08-23
1
-8
/
+8
*
USB: serial: ti_usb_3410_5052: remove useless NULL-testing
Mathieu OTHACEHE
2016-08-23
1
-33
/
+1
*
USB: serial: ti_usb_3410_5052: remove useless dev_dbg messages
Mathieu OTHACEHE
2016-08-23
1
-11
/
+0
*
USB: serial: ti_usb_3410_5052: do not use __uX types
Mathieu OTHACEHE
2016-08-23
1
-49
/
+50
*
USB: serial: ti_usb_3410_5052: use functions rather than macros
Mathieu OTHACEHE
2016-07-15
1
-4
/
+11
*
USB: serial: ti_usb_3410_5052: remove ti_usb_3410_5052.h
Mathieu OTHACEHE
2016-07-15
1
-2
/
+235
*
USB: serial: ti_usb_3410_5052: remove useless comments
Mathieu OTHACEHE
2016-07-15
1
-21
/
+2
*
USB: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 support
Mathieu OTHACEHE
2016-05-11
1
-3
/
+52
*
USB: ti_usb_3410_5052: Add Honeywell HGI80 ID
David Woodhouse
2015-11-16
1
-0
/
+2
*
usb: serial: Remove unused tty->hw_stopped
Peter Hurley
2014-09-23
1
-6
/
+1
*
USB: serial: add missing newlines to dev_<level> messages.
Johan Hovold
2014-03-12
1
-2
/
+2
*
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-08
1
-1
/
+0
*
USB: serial: remove redundant OOM messages
Johan Hovold
2014-01-03
1
-13
/
+5
*
USB: serial: clean up ioctl debugging
Johan Hovold
2014-01-03
1
-2
/
+0
*
USB: serial: constify device-id tables
Johan Hovold
2014-01-03
1
-3
/
+3
*
USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...
Diego Elio Pettenò
2013-10-11
1
-0
/
+1
*
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
2013-08-18
1
-4
/
+5
|
\
[next]