aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-dbgcap.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01usb: xhci: remove redundant variable 'erst_size'Niklas Neronin1-1/+1
2024-03-02xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman1-2/+11
2023-12-04xhci: dbc: Add missing headersAndy Shevchenko1-1/+16
2023-12-04xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko1-3/+3
2023-12-04xhci: dbc: Use sizeof_field() where it makes senseAndy Shevchenko1-1/+1
2023-12-04xhci: dbc: Replace custom return value with proper Linux error codeAndy Shevchenko1-1/+1
2023-12-04xhci: dbc: Don't shadow error codes in store() functionsAndy Shevchenko1-8/+18
2023-12-04xhci: dbc: Check for errors first in xhci_dbc_stop()Andy Shevchenko1-4/+4
2023-12-04xhci: dbc: Use ATTRIBUTE_GROUPS()Andy Shevchenko1-7/+4
2023-12-04xhci: dbc: Use sysfs_emit() to instead of scnprintf()Andy Shevchenko1-28/+16
2023-12-04xhci: dbc: Convert to use sysfs_streq()Andy Shevchenko1-2/+2
2023-12-04xhci: dbc: Drop duplicate checks for dma_free_coherent()Andy Shevchenko1-9/+5
2023-03-23xhci: dbc: Provide sysfs option to configure dbc descriptorsMathias Nyman1-4/+187
2022-09-22xhci: dbc: Fix memory leak in xhci_alloc_dbc()Rafael Mendonca1-1/+1
2022-02-17xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman1-0/+10
2022-02-17xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman1-2/+3
2022-02-17xhci: dbc: create and remove dbc structure in dbgtty driver.Mathias Nyman1-23/+3
2022-02-17xhci: dbc: refactor xhci_dbc_init()Mathias Nyman1-58/+66
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-28xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun1-1/+1
2020-07-23xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman1-4/+12
2020-07-23xhci: dbc: Add a operations structure to access driver functionsMathias Nyman1-11/+6
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman1-3/+3
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman1-15/+28
2020-07-23xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman1-15/+14
2020-07-23xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman1-9/+5
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman1-10/+70
2020-07-23xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman1-3/+30
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman1-3/+2
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman1-3/+3
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman1-5/+3
2020-07-23xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman1-4/+2
2020-07-23xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman1-4/+2
2020-07-23xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman1-10/+7
2020-07-23xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman1-4/+1
2020-07-23xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman1-4/+2
2020-07-23xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman1-4/+5
2020-07-23xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman1-21/+21
2020-07-23xhci: dbc: Add device pointer to dbc structureMathias Nyman1-0/+1
2020-07-23xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman1-12/+2
2020-07-23xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman1-15/+2
2020-07-23xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman1-3/+28
2020-07-23xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman1-1/+13
2020-07-09usb: host: xhci-dbgcap: File headers are not good candidates for kerneldocLee Jones1-1/+1
2019-07-25usb: host: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2019-03-22usb: xhci: dbc: Don't free all memory with spinlock heldMathias Nyman1-2/+3
2019-02-20usb: xhci: dbc: Fixing typo error.Prabhat Chand Pandey1-3/+3
2018-07-16Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman1-4/+8
2018-07-13usb: xhci: dbc: remove redundant pointer dbcColin Ian King1-2/+0
2018-07-02usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not startedKai-Heng Feng1-4/+8
2018-05-24usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu1-0/+1
2018-03-08usb: xhci: dbc: Fix lockdep warningLu Baolu1-8/+12
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman1-1/+1
2017-12-12xhci: fixup incorrect memset size parameter when clearing up DbC on exit.Mathias Nyman1-1/+1
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu1-0/+996