Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c71d227fc4133f949dae620ed5e3a250b43f2415
/
drivers
/
usb
/
host
/
xhci-ring.c
9ed6419
USB: host: xhci: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
0520d37
Merge 4.14-rc6 into usb-next
by Greg Kroah-Hartman
· 7 years ago
66a4550
xhci: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
810a624
usb: xhci: Reset halted endpoint if trb is noop
by Lu Baolu
· 7 years ago
d1aad52
xhci: Cleanup current_cmd in xhci_cleanup_command_queue()
by Jeffy Chen
· 7 years ago
49d5b05
xhci: allow TRACE to work with EVENT ring dequeue
by Adam Wallis
· 7 years ago
0914ea6
usb: xhci: reduce device initiated resume time variance.
by Anshuman Gupta
· 7 years ago
8ca1358
xhci: add port status tracing
by Mathias Nyman
· 7 years ago
76a0f32
xhci: rename temp and temp1 variables
by Mathias Nyman
· 7 years ago
4b89586
xhci: Fix NULL pointer dereference when cleaning up streams for removed host
by Mathias Nyman
· 8 years ago
3134bc9
xhci: cleanup finish_td() skip option
by Mathias Nyman
· 8 years ago
d36374f
xhci: cleanup virtual endoint structure, remove stopped_stream
by Mathias Nyman
· 8 years ago
ade2e3a
xhci: handle transfer events without TRB pointer
by Mathias Nyman
· 8 years ago
5eee4b6
xhci: support calling cleanup_halted_endpoint with soft retry
by Mathias Nyman
· 8 years ago
2174914
xhci: Add support for endpoint soft reset
by Mathias Nyman
· 8 years ago
b336838
xhci: refactor transfer event errors and completion codes
by Mathias Nyman
· 8 years ago
e6b2012
xhci: Add helper to get hardware dequeue pointer for stopped rings.
by Mathias Nyman
· 8 years ago
8790736
xhci: Add stream id to xhci_dequeue_state structure
by Mathias Nyman
· 8 years ago
cdd504e
xhci: Find out where an endpoint or stream stopped from its context.
by Mathias Nyman
· 8 years ago
11e1d25
xhci: remove unused stopped_td pointer
by Mathias Nyman
· 8 years ago
604d02a
xhci: Fix command ring stop regression in 4.11
by Mathias Nyman
· 8 years ago
63aea0d
USB: xhci: fix lock-inversion problem
by Alan Stern
· 8 years ago
6a29bee
usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcd
by Peter Chen
· 8 years ago
7bc5d5a
usb: xhci: trace URB before giving it back instead of after
by Mathias Nyman
· 8 years ago
8c10152
usb: xhci: remove xhci_debug_trb()
by Lu Baolu
· 8 years ago
121dcf1
usb: xhci: remove ring debugging code
by Lu Baolu
· 8 years ago
cd12fd9
usb: xhci: remove enq_updates and deq_updates from ring
by Lu Baolu
· 8 years ago
74e0b56
usb: xhci: remove error messages for failed memory allocation
by Lu Baolu
· 8 years ago
b2d6edb
usb: xhci: add xhci_log_ring trace events
by Lu Baolu
· 8 years ago
d9f11ba
xhci: Rework how we handle unresponsive or hoptlug removed hosts
by Mathias Nyman
· 8 years ago
b7f769a
xhci: add slot and endpoint numbers to debug messages in handle_tx_event
by Zhengjun Xing
· 8 years ago
19a7d0d6
usb: host: xhci: add Slot and EP Context tracers
by Felipe Balbi
· 8 years ago
0ab2881
xhci: Set URB actual length for stopped control transfers
by Mathias Nyman
· 8 years ago
7e64b03
xhci: simplify how we store TDs in urb private data
by Mathias Nyman
· 8 years ago
9ef7fbb
xhci: Rename variables related to transfer descritpors
by Mathias Nyman
· 8 years ago
5abdc2e
usb: host: xhci: add urb_enqueue/dequeue/giveback tracers
by Felipe Balbi
· 8 years ago
a37c3f7
usb: host: xhci: make a generic TRB tracer
by Felipe Balbi
· 8 years ago
a54cfae
usb: host: xhci: convert to list_for_each_entry_safe()
by Felipe Balbi
· 8 years ago
5278204
xhci: use the trb_to_noop() helper for command trbs
by Mathias Nyman
· 8 years ago
ae1e3f0
xhci: Introduce helper to turn one TRB into a no-op
by Mathias Nyman
· 8 years ago
a60f2f2
usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer()
by Felipe Balbi
· 8 years ago
f45e2a0
usb: host: xhci: check for a valid ring when unmapping bounce buffer
by Felipe Balbi
· 8 years ago
f3899a2
usb: host: xhci: remove bogus __releases()/__acquires() annotation
by Felipe Balbi
· 8 years ago
55fa439
usb: host: xhci: introduce xhci_td_cleanup()
by Felipe Balbi
· 8 years ago
be0f50c
usb: host: xhci: reorder variable definitions
by Felipe Balbi
· 8 years ago
04861f8
usb: host: xhci: use slightly better list helpers
by Felipe Balbi
· 8 years ago
76a3529
usb: host: xhci: simplify irq handler return
by Felipe Balbi
· 8 years ago
0b7c105
usb: host: xhci: rename completion codes to match spec
by Felipe Balbi
· 8 years ago
daa47f2
usb: xhci: use list_is_singular for cmd_list
by Lu Baolu
· 8 years ago
fb79a6d
usb: xhci: avoid unnecessary calculation
by Lu Baolu
· 8 years ago
80c4796
usb: xhci: remove unnecessary assignment
by Lu Baolu
· 8 years ago
1cc6d86
usb: xhci: remove unnecessary second abort try
by Lu Baolu
· 8 years ago
6b02e97
xhci: remove unnecessary check for pending timer
by Mathias Nyman
· 8 years ago
f992659
xhci: detect stop endpoint race using pending timer instead of counter.
by Mathias Nyman
· 8 years ago
9983a5f
xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDING
by Mathias Nyman
· 8 years ago
505f581
xhci: simplify if statement to make it more readable
by Mathias Nyman
· 8 years ago
d6169d0
xhci: fix deadlock at host remove by running watchdog correctly
by Mathias Nyman
· 8 years ago
29fc1aa
usb: host: xhci: handle COMP_STOP from SETUP phase too
by Felipe Balbi
· 8 years ago
1c111b6
xhci: Fix race related to abort operation
by OGAWA Hirofumi
· 8 years ago
cb4d5ce
xhci: Use delayed_work instead of timer for command timeout
by OGAWA Hirofumi
· 8 years ago
4dea707
usb: xhci: hold lock over xhci_abort_cmd_ring()
by Lu Baolu
· 8 years ago
a5a1b95
xhci: Handle command completion and timeout race
by Mathias Nyman
· 8 years ago
2a7cfdf
usb: host: xhci: Fix possible wild pointer when handling abort command
by Baolin Wang
· 8 years ago
2b98546
usb: xhci: fix possible wild pointer
by Lu Baolu
· 8 years ago
ae4d814
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 8 years ago
c2d3d49
usb: xhci: move slot_id from xhci_hcd to xhci_command structure
by Lu Baolu
· 8 years ago
5071e6b
xhci: add helper to get the endpoint state of a endpoint context
by Mathias Nyman
· 8 years ago
f4c8f03
usb: xhci: clean up error_bitmask usage
by Lu Baolu
· 8 years ago
2a72126
xhci: Remove duplicate xhci urb giveback functions
by Mathias Nyman
· 8 years ago
0c03d89
xhci: Giveback urb in finish_td directly
by Mathias Nyman
· 8 years ago
446b314
xhci: refactor handle_tx_event() urb giveback
by Mathias Nyman
· 8 years ago
2d6d576
xhci: fix non static symbol warning
by Wei Yongjun
· 8 years ago
0d58a1a
xhci: cleanup and refactor td_to_noop()
by Mathias Nyman
· 8 years ago
36da3a1
xhci: refactor and cleanup process_isoc_td()
by Mathias Nyman
· 8 years ago
f97c08a
xhci: rename endpoint related trb variables
by Mathias Nyman
· 8 years ago
30a65b4
xhci: cleanup and refactor process_bulk_intr_td()
by Mathias Nyman
· 8 years ago
0b6c324
xhci: cleanup and refactor process_ctrl_td()
by Mathias Nyman
· 8 years ago
52ab868
xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most cases
by Mathias Nyman
· 8 years ago
0ce5749
xhci: add trb_is_noop() helper function
by Mathias Nyman
· 8 years ago
3495e45
xhci: use trb helper functions when possible
by Mathias Nyman
· 8 years ago
cf5d344
xhci: remove unnecessary xhci_quiesce call before xhci_halt
by Mathias Nyman
· 8 years ago
734d3dd
usb: host: xhci: purge GET_MAX_PACKET()
by Felipe Balbi
· 8 years ago
bcf42aa
xhci: fix null pointer dereference in stop command timeout function
by Mathias Nyman
· 8 years ago
0d2daad
xhci: really enqueue zero length TRBs.
by Alban Browaeys
· 8 years ago
33be126
xhci: always handle "Command Ring Stopped" events
by Mathias Nyman
· 8 years ago
f76a28a
xhci: free the correct ring
by Arnd Bergmann
· 9 years ago
d0c77d8
xhci: rename and simplify last_trb_on_last_seg() helper
by Mathias Nyman
· 9 years ago
549310a
xhci: remove enqueue_is_link() helper
by Mathias Nyman
· 9 years ago
bd5e67f
xhci: rework inc_deq() and fix off by one error.
by Mathias Nyman
· 9 years ago
2d98ef4
xhci: use and add separate function for checking for link trbs
by Mathias Nyman
· 9 years ago
2251198
xhci: clean up event ring checks from inc_enq()
by Mathias Nyman
· 9 years ago
f9c589e
xhci: TD-fragment, align the unsplittable case with a bounce buffer
by Mathias Nyman
· 9 years ago
474ed23
xhci: align the last trb before link if it is easily splittable.
by Mathias Nyman
· 9 years ago
86065c2
xhci: don't rely on precalculated value of needed trbs in the enqueue loop
by Mathias Nyman
· 9 years ago
124c393
xhci: use boolean to indicate last trb in td remainder calculation
by Mathias Nyman
· 9 years ago
5a83f04
xhci: properly prepare zero packet TD after normal bulk TD.
by Mathias Nyman
· 9 years ago
5a5a0b1
xhci: rename ep_ring variable in queue_bulk_tx(), no functional change
by Mathias Nyman
· 9 years ago
3425aa0
xhci: Fix handling timeouted commands on hosts in weird states.
by Mathias Nyman
· 9 years ago
27a41a8
xhci: Cleanup only when releasing primary hcd
by Gabriel Krisman Bertazi
· 9 years ago
Next »