summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-dbgcap.c
AgeCommit message (Expand)Author
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
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