开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-dbgcap.c
Age
Commit message (
Expand
)
Author
2024-11-06
usb: xhci: remove option to change a default ring's TRB cycle bit
Niklas Neronin
2024-11-06
xhci: show DMA address of TRB when tracing TRBs
Mathias Nyman
2024-09-05
xhci: dbc: Fix STALL transfer event handling
Mathias Nyman
2024-06-27
xhci: dbc: Allow users to modify DbC poll interval via sysfs
Uday M Bhat
2024-05-01
usb: xhci: remove redundant variable 'erst_size'
Niklas Neronin
2024-03-02
xhci: dbc: poll at different rate depending on data transfer activity
Mathias Nyman
2023-12-04
xhci: dbc: Add missing headers
Andy Shevchenko
2023-12-04
xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)
Andy Shevchenko
2023-12-04
xhci: dbc: Use sizeof_field() where it makes sense
Andy Shevchenko
2023-12-04
xhci: dbc: Replace custom return value with proper Linux error code
Andy Shevchenko
2023-12-04
xhci: dbc: Don't shadow error codes in store() functions
Andy Shevchenko
2023-12-04
xhci: dbc: Check for errors first in xhci_dbc_stop()
Andy Shevchenko
2023-12-04
xhci: dbc: Use ATTRIBUTE_GROUPS()
Andy Shevchenko
2023-12-04
xhci: dbc: Use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-12-04
xhci: dbc: Convert to use sysfs_streq()
Andy Shevchenko
2023-12-04
xhci: dbc: Drop duplicate checks for dma_free_coherent()
Andy Shevchenko
2023-03-23
xhci: dbc: Provide sysfs option to configure dbc descriptors
Mathias Nyman
2022-09-22
xhci: dbc: Fix memory leak in xhci_alloc_dbc()
Rafael Mendonca
2022-02-17
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
Mathias Nyman
2022-02-17
xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit
Mathias Nyman
2022-02-17
xhci: dbc: create and remove dbc structure in dbgtty driver.
Mathias Nyman
2022-02-17
xhci: dbc: refactor xhci_dbc_init()
Mathias Nyman
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-28
xhci: dbc: Make function xhci_dbc_ring_alloc() static
Wei Yongjun
2020-07-23
xhci: dbgcap: remove dbc dependency on dbctty specific flag
Mathias Nyman
2020-07-23
xhci: dbc: Add a operations structure to access driver functions
Mathias Nyman
2020-07-23
xhci: dbctty: split dbc tty driver registration and unregistration functions.
Mathias Nyman
2020-07-23
xhci: dbc: simplify dbc requests allocation and queueing
Mathias Nyman
2020-07-23
xhci: dbc: Pass dbc pointer to dbc start and stop functions.
Mathias Nyman
2020-07-23
xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functions
Mathias Nyman
2020-07-23
xhci: dbc: don't use generic xhci ring allocation functions for dbc.
Mathias Nyman
2020-07-23
xhci: dbc: Don't use generic xhci context allocation for dbc
Mathias Nyman
2020-07-23
xhci: dbc: Use dbc structure in the request completion instead of xhci_hcd
Mathias Nyman
2020-07-23
xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpoints
Mathias Nyman
2020-07-23
xhci: dbgtty: Pass dbc pointer when registering a dbctty device
Mathias Nyman
2020-07-23
xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...
Mathias Nyman
2020-07-23
xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()
Mathias Nyman
2020-07-23
xhci: dbc: Pass dbc pointer to endpoint init and exit functions.
Mathias Nyman
2020-07-23
xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()
Mathias Nyman
2020-07-23
xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()
Mathias Nyman
2020-07-23
xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameter
Mathias Nyman
2020-07-23
xhci: dbc: Use dev_info() and similar instead of xhci_info()
Mathias Nyman
2020-07-23
xhci: dbc: Add device pointer to dbc structure
Mathias Nyman
2020-07-23
xhci: dbc: Remove dbc_dma_free_coherent() wrapper
Mathias Nyman
2020-07-23
xhci: dbc: Remove dbc_dma_alloc_coherent() wrapper
Mathias Nyman
2020-07-23
xhci: dbc: Don't use generic xhci erst allocation and free functions
Mathias Nyman
2020-07-23
xhci: dbc: Don't use generic xhci inc_deq() function for dbc
Mathias Nyman
2020-07-09
usb: host: xhci-dbgcap: File headers are not good candidates for kerneldoc
Lee Jones
2019-07-25
usb: host: Remove call to memset after dma_alloc_coherent
Fuqian Huang
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
[next]