Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
94df491c4a01b39d81279a68386158eb02656712
/
drivers
/
usb
/
host
/
xhci-ring.c
971f115
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
ba0a4d9
xhci: Clean up cycle bit math used during stalls.
by Sarah Sharp
· 14 years ago
01a1fdb
xhci: Fix cycle bit calculation during stall handling.
by Sarah Sharp
· 14 years ago
bf161e8
xhci: Update internal dequeue pointers after stalls.
by Sarah Sharp
· 14 years ago
b320937
xhci: Fixes for suspend/resume of shared HCDs.
by Sarah Sharp
· 14 years ago
f6ff0ac
xhci: Register second xHCI roothub.
by Sarah Sharp
· 14 years ago
5233630
xhci: Change xhci_find_slot_id_by_port() API.
by Sarah Sharp
· 14 years ago
20b67cf
xhci: Refactor bus suspend state into a struct.
by Sarah Sharp
· 14 years ago
5308a91
xhci: Index with a port array instead of PORTSC addresses.
by Sarah Sharp
· 14 years ago
ff9d78b
USB: Set usb_hcd->state and flags for shared roothubs.
by Sarah Sharp
· 14 years ago
214f76f
xhci: Always use usb_hcd in URB instead of converting xhci_hcd.
by Sarah Sharp
· 14 years ago
ac04e6f
xhci: Remove references to HC_STATE_HALT.
by Sarah Sharp
· 14 years ago
518e848
xhci: Rename variables and reduce register reads.
by Sarah Sharp
· 14 years ago
0b8ca72
xhci: Remove old no-op test.
by Sarah Sharp
· 14 years ago
bcd2fde
xhci: Fix an error in count_sg_trbs_needed()
by Paul Zimmerman
· 14 years ago
5807795
xhci: Fix errors in the running total calculations in the TRB math
by Paul Zimmerman
· 14 years ago
a249018
xhci: Clarify some expressions in the TRB math
by Paul Zimmerman
· 14 years ago
68e41c5
xhci: Avoid BUG() in interrupt context
by Paul Zimmerman
· 14 years ago
50d64676
xhci: Remove more doorbell-related reads
by Matthew Wilcox
· 14 years ago
7961acd
xHCI: fix printk_ratelimit() usage
by Andiry Xu
· 14 years ago
f2c565e
xHCI: replace dev_dbg() with xhci_dbg()
by Andiry Xu
· 14 years ago
50f7b52
xHCI: fix cycle bit set in giveback_first_trb()
by Andiry Xu
· 14 years ago
e1eab2e
xHCI: remove redundant parameter in giveback_first_trb()
by Andiry Xu
· 14 years ago
47cbf69
xHCI: fix queue_trb in isoc transfer
by Andiry Xu
· 14 years ago
7111ebc
xhci: Resume bus on any port status change.
by Sarah Sharp
· 14 years ago
241b652
xhci: Remove excessive printks with shared IRQs.
by Sarah Sharp
· 14 years ago
5619253
USB: xHCI: port remote wakeup implementation
by Andiry Xu
· 14 years ago
be88fe4
USB: xHCI: port power management implementation
by Andiry Xu
· 14 years ago
14184f9
USB: xHCI: update ring dequeue pointer when process missed tds
by Andiry Xu
· 15 years ago
a1669b2
USB: xhci: Remove buggy assignment in next_trb()
by John Youn
· 15 years ago
ed3f245
USB: xhci: Don't flush doorbell writes.
by Sarah Sharp
· 15 years ago
c21599a
USB: xhci: Reduce reads and writes of interrupter registers.
by Sarah Sharp
· 15 years ago
257d585
USB: xhci: Make xhci_set_hc_event_deq() static.
by Sarah Sharp
· 15 years ago
c06d68b
USB: xhci: Minimize HW event ring dequeue pointer writes.
by Sarah Sharp
· 15 years ago
d6d98a4
USB: xhci: Make xhci_handle_event() static.
by Sarah Sharp
· 15 years ago
27e0dd4
USB: xhci: Remove unnecessary reads of IRQ_PENDING register.
by Sarah Sharp
· 15 years ago
bda5314
USB: xhci: Performance - move xhci_work() into xhci_irq()
by Sarah Sharp
· 15 years ago
9032cd5
USB: xhci: Performance - move interrupt handlers into xhci-ring.c
by Sarah Sharp
· 15 years ago
021bff9
USB: xhci: Performance - move functions that find ep ring.
by Sarah Sharp
· 15 years ago
04e5190
USB: xHCI: Isochronous transfer implementation
by Andiry Xu
· 15 years ago
8e51adc
USB: xHCI: Introduce urb_priv structure
by Andiry Xu
· 15 years ago
d18240d
USB: xHCI: Missed Service Error Event process
by Andiry Xu
· 15 years ago
986a92d
USB: xHCI: adds new cases to trb_comp_code switch
by Andiry Xu
· 15 years ago
7fec325
USB: xHCI: remove redundant print messages
by Andiry Xu
· 15 years ago
22405ed
USB xHCI: handle_tx_event() refactor: process_bulk_intr_td
by Andiry Xu
· 15 years ago
8af56be
USB: xHCI: handle_tx_event() refactor: process_ctrl_td
by Andiry Xu
· 15 years ago
4422da6
USB: xHCI: handle_tx_event() refactor: finish_td
by Andiry Xu
· 15 years ago
d1dc908
USB: xHCI: Fix another bug in link TRB activation change.
by Sarah Sharp
· 15 years ago
6cc30d8
USB: xHCI: Fix bug in link TRB activation change.
by Sarah Sharp
· 15 years ago
0238634
USB: xhci: Print NEC firmware version.
by Sarah Sharp
· 15 years ago
c3443a6
USB: xhci: fix compiler warning.
by Greg Kroah-Hartman
· 15 years ago
54b5acf
USB: xHCI: Fix wrong usage of macro TRB_TYPE
by Andiry Xu
· 15 years ago
6c12db9
USB: xhci: Transfer ring link TRB activation change.
by John Youn
· 15 years ago
5e5cf6f
USB: xhci: Set stream ID to 0 after cleaning up stalls.
by Sarah Sharp
· 15 years ago
910f8d0
USB: Change the scatterlist type in struct urb
by Matthew Wilcox
· 15 years ago
326b481
USB: clean up some host controller sparse warnings
by Randy Dunlap
· 15 years ago
e9df17e
USB: xhci: Correct assumptions about number of rings per endpoint.
by Sarah Sharp
· 15 years ago
8df75f4
USB: xhci: Add memory allocation for USB3 bulk streams.
by Sarah Sharp
· 15 years ago
ff9c895
USB: fix usbmon and DMA mapping for scatter-gather URBs
by Alan Stern
· 15 years ago
44ebd03
USB: xhci: Fix check for room on the ring.
by Sarah Sharp
· 15 years ago
1624ae1
USB: xhci: Fix issue with set interface after stall.
by Sarah Sharp
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2a8f82c
USB: xhci: Notify the xHC when a device is reset.
by Sarah Sharp
· 15 years ago
b45b506
USB: xhci: Refactor test for vendor-specific completion codes.
by Sarah Sharp
· 15 years ago
06df572
USB: xhci: Fix command completion after a drop endpoint.
by Sarah Sharp
· 15 years ago
bcef3fd
USB: xhci: Handle errors that cause endpoint halts.
by Sarah Sharp
· 15 years ago
5ad6a52
USB: xhci: Return success for vendor-specific info codes.
by Sarah Sharp
· 15 years ago
ec74e40
USB: xhci: Return -EPROTO on a split transaction error.
by Sarah Sharp
· 15 years ago
04dd950
USB: xhci: Set transfer descriptor size field correctly.
by Sarah Sharp
· 15 years ago
6648f29
USB: xhci: Add tests for TRB address translation.
by Sarah Sharp
· 15 years ago
3c67d89
USB: xhci: Remove unused HCD statistics code.
by Sarah Sharp
· 15 years ago
6f5165c
USB: xhci: Add watchdog timer for URB cancellation.
by Sarah Sharp
· 15 years ago
678539c
USB: xhci: Handle URB cancel, complete and resubmit race.
by Sarah Sharp
· 15 years ago
2fa88da
USB: xhci: Fix TRB physical to virtual address translation.
by Sarah Sharp
· 15 years ago
ac1c1b7
USB: xhci: Support USB hubs.
by Sarah Sharp
· 16 years ago
a50c8aa
USB: xhci: Fix command wait list handling.
by Sarah Sharp
· 16 years ago
913a8a3
USB: xhci: Change how xHCI commands are handled.
by Sarah Sharp
· 16 years ago
63a0d9a
USB: xhci: Endpoint representation refactoring.
by Sarah Sharp
· 16 years ago
624defa
USB: xhci: Support interrupt transfers.
by Sarah Sharp
· 16 years ago
2f697f6
USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.
by Sarah Sharp
· 16 years ago
204970a
USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.
by Sarah Sharp
· 16 years ago
99eb32d
USB: xhci: Check URB's actual transfer buffer size.
by Sarah Sharp
· 16 years ago
9191eee
USB: xhci: Don't touch xhci_td after it's freed.
by Sarah Sharp
· 16 years ago
83fbcdc
USB: xhci: Handle babbling endpoints correctly.
by Sarah Sharp
· 16 years ago
66d1eeb
USB: xhci: Make TRB completion code comparison readable.
by Sarah Sharp
· 16 years ago
ac9d8fe
USB: xhci: Add quirk for Fresco Logic xHCI hardware.
by Sarah Sharp
· 16 years ago
82d1009
USB: xhci: Handle stalled control endpoints.
by Sarah Sharp
· 16 years ago
2d3f1fa
USB: xhci: Support full speed devices.
by Sarah Sharp
· 16 years ago
f2217e8
USB: xhci: Configure endpoint code refactoring.
by Sarah Sharp
· 16 years ago
b0567b3
USB: xhci: Work around for chain bit in link TRBs.
by Sarah Sharp
· 16 years ago
c92bcfa
USB: xhci: Stall handling bug fixes.
by Sarah Sharp
· 16 years ago
d115b04
USB: xhci: Support for 64-byte contexts
by John Youn
· 16 years ago
4a73143
USB: xhci: Handle babble errors on transfers.
by Sarah Sharp
· 16 years ago
66e49d8
USB: xhci: Make debugging more verbose.
by Sarah Sharp
· 16 years ago
2d83109
USB: xhci: Correct Event Handler Busy flag usage.
by Sarah Sharp
· 16 years ago
6288961
USB: xhci: Handle short control packets correctly.
by Sarah Sharp
· 16 years ago
8e595a5
USB: xhci: Represent 64-bit addresses with one u64.
by Sarah Sharp
· 16 years ago
a1587d9
USB: xhci: Deal with stalled endpoints.
by Sarah Sharp
· 16 years ago
f9dc68f
USB: xhci: Set TD size in transfer TRB.
by Sarah Sharp
· 16 years ago
6071d83
usb; xhci: Fix TRB offset calculations.
by Sarah Sharp
· 16 years ago
Next »