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
/
host
/
xhci-dbgtty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-17
xhci: dbgtty: use IDR to support several dbc instances.
Mathias Nyman
1
-7
/
+39
2022-02-17
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
Mathias Nyman
1
-19
/
+7
2022-02-17
xhci: dbc: create and remove dbc structure in dbgtty driver.
Mathias Nyman
1
-7
/
+15
2021-10-11
USB: xhci: dbc: fix tty registration race
Johan Hovold
1
-15
/
+13
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-2
/
+2
2020-08-18
usb: xhci: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-07-28
xhci: dbgtty: Make some functions static
Wei Yongjun
1
-2
/
+2
2020-07-23
xhci: dbc: remove tty specific port structure from struct xhci_dbc
Mathias Nyman
1
-6
/
+23
2020-07-23
xhci: dbgcap: remove dbc dependency on dbctty specific flag
Mathias Nyman
1
-0
/
+5
2020-07-23
xhci: dbc: Add a operations structure to access driver functions
Mathias Nyman
1
-2
/
+9
2020-07-23
xhci: dbctty: split dbc tty driver registration and unregistration functions.
Mathias Nyman
1
-49
/
+76
2020-07-23
xhci: dbc: remove endpoint pointers from dbc_port structure
Mathias Nyman
1
-2
/
+0
2020-07-23
xhci: dbc: simplify dbc requests allocation and queueing
Mathias Nyman
1
-16
/
+17
2020-07-23
xhci: dbc: Use dbc structure in the request completion instead of xhci_hcd
Mathias Nyman
1
-6
/
+4
2020-07-23
xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpoints
Mathias Nyman
1
-7
/
+7
2020-07-23
xhci: dbgtty: Pass dbc pointer when registering a dbctty device
Mathias Nyman
1
-5
/
+3
2020-07-09
usb: host: xhci-dbgtty: File headers are not good candidates for kerneldoc
Lee Jones
1
-1
/
+1
2019-09-03
usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_reque...
Christophe JAILLET
1
-1
/
+1
2019-09-03
usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'
Christophe JAILLET
1
-1
/
+1
2018-05-24
usb: xhci: dbc: Add SPDX identifiers to dbc files
Lu Baolu
1
-0
/
+1
2018-04-22
xhci: Fix Kernel oops in xhci dbgtty
Zhengjun Xing
1
-3
/
+5
2018-03-20
Merge branch 4.16-rc6 into usb-next
Greg Kroah-Hartman
1
-8
/
+12
2018-03-16
usb: xhci: Clean up error code in xhci_dbc_tty_register_device()
Dan Carpenter
1
-2
/
+3
2018-03-08
usb: xhci: dbc: Fix lockdep warning
Lu Baolu
1
-8
/
+12
2017-12-12
usb: xhci: make function xhci_dbc_free_req static
Colin Ian King
1
-1
/
+1
2017-12-08
usb: xhci: Add DbC support in xHCI driver
Lu Baolu
1
-0
/
+497