summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-dbgtty.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman1-6/+4
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman1-7/+7
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman1-5/+3
2020-07-09usb: host: xhci-dbgtty: File headers are not good candidates for kerneldocLee Jones1-1/+1
2019-09-03usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_reque...Christophe JAILLET1-1/+1
2019-09-03usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'Christophe JAILLET1-1/+1
2018-05-24usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu1-0/+1
2018-04-22xhci: Fix Kernel oops in xhci dbgttyZhengjun Xing1-3/+5
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman1-8/+12
2018-03-16usb: xhci: Clean up error code in xhci_dbc_tty_register_device()Dan Carpenter1-2/+3
2018-03-08usb: xhci: dbc: Fix lockdep warningLu Baolu1-8/+12
2017-12-12usb: xhci: make function xhci_dbc_free_req staticColin Ian King1-1/+1
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu1-0/+497