summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-dbgcap.c
AgeCommit message (Expand)Author
2024-11-06usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin
2024-11-06xhci: show DMA address of TRB when tracing TRBsMathias Nyman
2024-09-05xhci: dbc: Fix STALL transfer event handlingMathias Nyman
2024-06-27xhci: dbc: Allow users to modify DbC poll interval via sysfsUday M Bhat
2024-05-01usb: xhci: remove redundant variable 'erst_size'Niklas Neronin
2024-03-02xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman
2023-12-04xhci: dbc: Add missing headersAndy Shevchenko
2023-12-04xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko
2023-12-04xhci: dbc: Use sizeof_field() where it makes senseAndy Shevchenko
2023-12-04xhci: dbc: Replace custom return value with proper Linux error codeAndy Shevchenko
2023-12-04xhci: dbc: Don't shadow error codes in store() functionsAndy Shevchenko
2023-12-04xhci: dbc: Check for errors first in xhci_dbc_stop()Andy Shevchenko
2023-12-04xhci: dbc: Use ATTRIBUTE_GROUPS()Andy Shevchenko
2023-12-04xhci: dbc: Use sysfs_emit() to instead of scnprintf()Andy Shevchenko
2023-12-04xhci: dbc: Convert to use sysfs_streq()Andy Shevchenko
2023-12-04xhci: dbc: Drop duplicate checks for dma_free_coherent()Andy Shevchenko
2023-03-23xhci: dbc: Provide sysfs option to configure dbc descriptorsMathias Nyman
2022-09-22xhci: dbc: Fix memory leak in xhci_alloc_dbc()Rafael Mendonca
2022-02-17xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman
2022-02-17xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman
2022-02-17xhci: dbc: create and remove dbc structure in dbgtty driver.Mathias Nyman
2022-02-17xhci: dbc: refactor xhci_dbc_init()Mathias Nyman
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