summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-dbgcap.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: dbc: Provide sysfs option to configure dbc descriptorsMathias Nyman2023-03-231-4/+187
* xhci: dbc: Fix memory leak in xhci_alloc_dbc()Rafael Mendonca2022-09-221-1/+1
* xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman2022-02-171-0/+10
* xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman2022-02-171-2/+3
* xhci: dbc: create and remove dbc structure in dbgtty driver.Mathias Nyman2022-02-171-23/+3
* xhci: dbc: refactor xhci_dbc_init()Mathias Nyman2022-02-171-58/+66
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun2020-07-281-1/+1
* xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman2020-07-231-4/+12
* xhci: dbc: Add a operations structure to access driver functionsMathias Nyman2020-07-231-11/+6
* xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman2020-07-231-3/+3
* xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman2020-07-231-15/+28
* xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman2020-07-231-15/+14
* xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman2020-07-231-9/+5
* xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman2020-07-231-10/+70
* xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman2020-07-231-3/+30
* xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman2020-07-231-3/+2
* xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman2020-07-231-3/+3
* xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman2020-07-231-5/+3
* xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman2020-07-231-4/+2
* xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman2020-07-231-4/+2
* xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman2020-07-231-10/+7
* xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman2020-07-231-4/+1
* xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman2020-07-231-4/+2
* xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman2020-07-231-4/+5
* xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman2020-07-231-21/+21
* xhci: dbc: Add device pointer to dbc structureMathias Nyman2020-07-231-0/+1
* xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman2020-07-231-12/+2
* xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman2020-07-231-15/+2
* xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman2020-07-231-3/+28
* xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman2020-07-231-1/+13
* usb: host: xhci-dbgcap: File headers are not good candidates for kerneldocLee Jones2020-07-091-1/+1
* usb: host: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-251-1/+0
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0
* usb: xhci: dbc: Don't free all memory with spinlock heldMathias Nyman2019-03-221-2/+3
* usb: xhci: dbc: Fixing typo error.Prabhat Chand Pandey2019-02-201-3/+3
* Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman2018-07-161-4/+8
|\
| * usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not startedKai-Heng Feng2018-07-021-4/+8
* | usb: xhci: dbc: remove redundant pointer dbcColin Ian King2018-07-131-2/+0
|/
* usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu2018-05-241-0/+1
* usb: xhci: dbc: Fix lockdep warningLu Baolu2018-03-081-8/+12
* USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-241-1/+1
* xhci: fixup incorrect memset size parameter when clearing up DbC on exit.Mathias Nyman2017-12-121-1/+1
* usb: xhci: Add DbC support in xHCI driverLu Baolu2017-12-081-0/+996