index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-dbgtty.c
Age
Commit message (
Expand
)
Author
2020-08-18
usb: xhci: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-07-28
xhci: dbgtty: Make some functions static
Wei Yongjun
2020-07-23
xhci: dbc: remove tty specific port structure from struct xhci_dbc
Mathias Nyman
2020-07-23
xhci: dbgcap: remove dbc dependency on dbctty specific flag
Mathias Nyman
2020-07-23
xhci: dbc: Add a operations structure to access driver functions
Mathias Nyman
2020-07-23
xhci: dbctty: split dbc tty driver registration and unregistration functions.
Mathias Nyman
2020-07-23
xhci: dbc: remove endpoint pointers from dbc_port structure
Mathias Nyman
2020-07-23
xhci: dbc: simplify dbc requests allocation and queueing
Mathias Nyman
2020-07-23
xhci: dbc: Use dbc structure in the request completion instead of xhci_hcd
Mathias Nyman
2020-07-23
xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpoints
Mathias Nyman
2020-07-23
xhci: dbgtty: Pass dbc pointer when registering a dbctty device
Mathias Nyman
2020-07-09
usb: host: xhci-dbgtty: File headers are not good candidates for kerneldoc
Lee Jones
2019-09-03
usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_reque...
Christophe JAILLET
2019-09-03
usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'
Christophe JAILLET
2018-05-24
usb: xhci: dbc: Add SPDX identifiers to dbc files
Lu Baolu
2018-04-22
xhci: Fix Kernel oops in xhci dbgtty
Zhengjun Xing
2018-03-20
Merge branch 4.16-rc6 into usb-next
Greg Kroah-Hartman
2018-03-16
usb: xhci: Clean up error code in xhci_dbc_tty_register_device()
Dan Carpenter
2018-03-08
usb: xhci: dbc: Fix lockdep warning
Lu Baolu
2017-12-12
usb: xhci: make function xhci_dbc_free_req static
Colin Ian King
2017-12-08
usb: xhci: Add DbC support in xHCI driver
Lu Baolu