Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2c147776dc8b3d67ec42605dcba4deb98f2d0536
/
drivers
/
usb
/
host
/
xhci-ring.c
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
19a7d0d
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
· 8 years ago
d0c77d8
xhci: rename and simplify last_trb_on_last_seg() helper
by Mathias Nyman
· 8 years ago
549310a
xhci: remove enqueue_is_link() helper
by Mathias Nyman
· 8 years ago
bd5e67f
xhci: rework inc_deq() and fix off by one error.
by Mathias Nyman
· 8 years ago
2d98ef4
xhci: use and add separate function for checking for link trbs
by Mathias Nyman
· 8 years ago
2251198
xhci: clean up event ring checks from inc_enq()
by Mathias Nyman
· 8 years ago
f9c589e
xhci: TD-fragment, align the unsplittable case with a bounce buffer
by Mathias Nyman
· 8 years ago
474ed23
xhci: align the last trb before link if it is easily splittable.
by Mathias Nyman
· 8 years ago
86065c2
xhci: don't rely on precalculated value of needed trbs in the enqueue loop
by Mathias Nyman
· 8 years ago
124c393
xhci: use boolean to indicate last trb in td remainder calculation
by Mathias Nyman
· 8 years ago
5a83f04
xhci: properly prepare zero packet TD after normal bulk TD.
by Mathias Nyman
· 8 years ago
5a5a0b1
xhci: rename ep_ring variable in queue_bulk_tx(), no functional change
by Mathias Nyman
· 8 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
7814015
usb: xhci: remove duplicate code of interval checking
by Alexandr Ivanov
· 9 years ago
75b040e
usb: xhci: remove duplicate function xhci_urb_to_transfer_ring
by Alexandr Ivanov
· 9 years ago
d251034
usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functions
by Alexandr Ivanov
· 9 years ago
d4fc8bf
xhci: fix typo in babble endpoint handling comment
by Rajesh Bhagat
· 9 years ago
98d74f9
xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers
by Mathias Nyman
· 9 years ago
2f6d3b6
xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
by Mathias Nyman
· 9 years ago
09c352e
xhci: cleanup isoc tranfers queuing code
by Mathias Nyman
· 9 years ago
172ad9a
Merge 4.5-rc4 into usb-next
by Greg Kroah-Hartman
· 9 years ago
a683509
Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"
by Mathias Nyman
· 9 years ago
0caf6b3
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
by Mathias Nyman
· 9 years ago
252ca49
Merge 4.4-rc5 into usb-next as we want those fixes here for testing
by Greg Kroah-Hartman
· 9 years ago
f69115f
xhci: fix usb2 resume timing and races.
by Mathias Nyman
· 9 years ago
0cbd4b3
xhci: mediatek: support MTK xHCI host controller
by Chunfeng Yun
· 9 years ago
42df721
usb: xhci: fix checking ep busy for CFC
by Lu Baolu
· 9 years ago
0bbc367
Merge 4.3-rc7 into usb-next
by Greg Kroah-Hartman
· 9 years ago
3b4739b8
xhci: handle no ping response error properly
by Mathias Nyman
· 9 years ago
e210c42
xhci: don't finish a TD if we get a short transfer event mid TD
by Mathias Nyman
· 9 years ago
c840d6c
xhci: create one unified function to calculate TRB TD remainder.
by Mathias Nyman
· 9 years ago
b50107b
xhci: check xhci hardware for USB 3.1 support
by Mathias Nyman
· 9 years ago
2338b9e
xhci: define the new default speed ID for SuperSpeedPlus used by xhci hw
by Mathias Nyman
· 9 years ago
dca7794
xhci: change xhci 1.0 only restrictions to support xhci 1.1
by Mathias Nyman
· 9 years ago
a6809ff
xhci: give command abortion one more chance before killing xhci
by Mathias Nyman
· 9 years ago
e6bbe1d
Merge 4.2-rc6 into usb-next
by Greg Kroah-Hartman
· 9 years ago
40a3b77
xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)
by Lu Baolu
· 9 years ago
79b8094
xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)
by Lu Baolu
· 9 years ago
Next »