index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-dbgcap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
Mathias Nyman
2022-02-17
1
-0
/
+10
*
xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit
Mathias Nyman
2022-02-17
1
-2
/
+3
*
xhci: dbc: create and remove dbc structure in dbgtty driver.
Mathias Nyman
2022-02-17
1
-23
/
+3
*
xhci: dbc: refactor xhci_dbc_init()
Mathias Nyman
2022-02-17
1
-58
/
+66
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
xhci: dbc: Make function xhci_dbc_ring_alloc() static
Wei Yongjun
2020-07-28
1
-1
/
+1
*
xhci: dbgcap: remove dbc dependency on dbctty specific flag
Mathias Nyman
2020-07-23
1
-4
/
+12
*
xhci: dbc: Add a operations structure to access driver functions
Mathias Nyman
2020-07-23
1
-11
/
+6
*
xhci: dbctty: split dbc tty driver registration and unregistration functions.
Mathias Nyman
2020-07-23
1
-3
/
+3
*
xhci: dbc: simplify dbc requests allocation and queueing
Mathias Nyman
2020-07-23
1
-15
/
+28
*
xhci: dbc: Pass dbc pointer to dbc start and stop functions.
Mathias Nyman
2020-07-23
1
-15
/
+14
*
xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functions
Mathias Nyman
2020-07-23
1
-9
/
+5
*
xhci: dbc: don't use generic xhci ring allocation functions for dbc.
Mathias Nyman
2020-07-23
1
-10
/
+70
*
xhci: dbc: Don't use generic xhci context allocation for dbc
Mathias Nyman
2020-07-23
1
-3
/
+30
*
xhci: dbc: Use dbc structure in the request completion instead of xhci_hcd
Mathias Nyman
2020-07-23
1
-3
/
+2
*
xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpoints
Mathias Nyman
2020-07-23
1
-3
/
+3
*
xhci: dbgtty: Pass dbc pointer when registering a dbctty device
Mathias Nyman
2020-07-23
1
-5
/
+3
*
xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...
Mathias Nyman
2020-07-23
1
-4
/
+2
*
xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()
Mathias Nyman
2020-07-23
1
-4
/
+2
*
xhci: dbc: Pass dbc pointer to endpoint init and exit functions.
Mathias Nyman
2020-07-23
1
-10
/
+7
*
xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()
Mathias Nyman
2020-07-23
1
-4
/
+1
*
xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()
Mathias Nyman
2020-07-23
1
-4
/
+2
*
xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameter
Mathias Nyman
2020-07-23
1
-4
/
+5
*
xhci: dbc: Use dev_info() and similar instead of xhci_info()
Mathias Nyman
2020-07-23
1
-21
/
+21
*
xhci: dbc: Add device pointer to dbc structure
Mathias Nyman
2020-07-23
1
-0
/
+1
*
xhci: dbc: Remove dbc_dma_free_coherent() wrapper
Mathias Nyman
2020-07-23
1
-12
/
+2
*
xhci: dbc: Remove dbc_dma_alloc_coherent() wrapper
Mathias Nyman
2020-07-23
1
-15
/
+2
*
xhci: dbc: Don't use generic xhci erst allocation and free functions
Mathias Nyman
2020-07-23
1
-3
/
+28
*
xhci: dbc: Don't use generic xhci inc_deq() function for dbc
Mathias Nyman
2020-07-23
1
-1
/
+13
*
usb: host: xhci-dbgcap: File headers are not good candidates for kerneldoc
Lee Jones
2020-07-09
1
-1
/
+1
*
usb: host: Remove call to memset after dma_alloc_coherent
Fuqian Huang
2019-07-25
1
-1
/
+0
*
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
1
-2
/
+0
*
usb: xhci: dbc: Don't free all memory with spinlock held
Mathias Nyman
2019-03-22
1
-2
/
+3
*
usb: xhci: dbc: Fixing typo error.
Prabhat Chand Pandey
2019-02-20
1
-3
/
+3
*
Merge 4.18-rc5 into usb-next
Greg Kroah-Hartman
2018-07-16
1
-4
/
+8
|
\
|
*
usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started
Kai-Heng Feng
2018-07-02
1
-4
/
+8
*
|
usb: xhci: dbc: remove redundant pointer dbc
Colin Ian King
2018-07-13
1
-2
/
+0
|
/
*
usb: xhci: dbc: Add SPDX identifiers to dbc files
Lu Baolu
2018-05-24
1
-0
/
+1
*
usb: xhci: dbc: Fix lockdep warning
Lu Baolu
2018-03-08
1
-8
/
+12
*
USB: move many drivers to use DEVICE_ATTR_RW
Greg Kroah-Hartman
2018-01-24
1
-1
/
+1
*
xhci: fixup incorrect memset size parameter when clearing up DbC on exit.
Mathias Nyman
2017-12-12
1
-1
/
+1
*
usb: xhci: Add DbC support in xHCI driver
Lu Baolu
2017-12-08
1
-0
/
+996