summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-dbgcap.c
AgeCommit message (Expand)Author
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-28xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun
2020-07-23xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman
2020-07-23xhci: dbc: Add a operations structure to access driver functionsMathias Nyman
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman
2020-07-23xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman
2020-07-23xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman
2020-07-23xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman
2020-07-23xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman
2020-07-23xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman
2020-07-23xhci: dbc: Add device pointer to dbc structureMathias Nyman
2020-07-23xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman
2020-07-23xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman
2020-07-09usb: host: xhci-dbgcap: File headers are not good candidates for kerneldocLee Jones
2019-07-25usb: host: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-03-22usb: xhci: dbc: Don't free all memory with spinlock heldMathias Nyman
2019-02-20usb: xhci: dbc: Fixing typo error.Prabhat Chand Pandey
2018-07-16Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman
2018-07-13usb: xhci: dbc: remove redundant pointer dbcColin Ian King
2018-07-02usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not startedKai-Heng Feng
2018-05-24usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu
2018-03-08usb: xhci: dbc: Fix lockdep warningLu Baolu
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman
2017-12-12xhci: fixup incorrect memset size parameter when clearing up DbC on exit.Mathias Nyman
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu