Commit Graph

106 Commits (bf161e85fb153c0dd5a95faca73fd6a9d237c389)

Author SHA1 Message Date
Sarah Sharp bf161e85fb xhci: Update internal dequeue pointers after stalls. 14 years ago
Sarah Sharp b320937972 xhci: Fixes for suspend/resume of shared HCDs. 14 years ago
Sarah Sharp f6ff0ac878 xhci: Register second xHCI roothub. 14 years ago
Sarah Sharp 5233630fcd xhci: Change xhci_find_slot_id_by_port() API. 14 years ago
Sarah Sharp 20b67cf51f xhci: Refactor bus suspend state into a struct. 14 years ago
Sarah Sharp 5308a91b9f xhci: Index with a port array instead of PORTSC addresses. 14 years ago
Sarah Sharp ff9d78b36f USB: Set usb_hcd->state and flags for shared roothubs. 14 years ago
Sarah Sharp 214f76f7d9 xhci: Always use usb_hcd in URB instead of converting xhci_hcd. 14 years ago
Sarah Sharp ac04e6ff3e xhci: Remove references to HC_STATE_HALT. 14 years ago
Sarah Sharp 518e848ea8 xhci: Rename variables and reduce register reads. 14 years ago
Sarah Sharp 0b8ca72a23 xhci: Remove old no-op test. 14 years ago
Matthew Wilcox 50d64676d1 xhci: Remove more doorbell-related reads 14 years ago
Andiry Xu 7961acd732 xHCI: fix printk_ratelimit() usage 14 years ago
Andiry Xu f2c565e223 xHCI: replace dev_dbg() with xhci_dbg() 14 years ago
Andiry Xu 50f7b52a83 xHCI: fix cycle bit set in giveback_first_trb() 14 years ago
Andiry Xu e1eab2e000 xHCI: remove redundant parameter in giveback_first_trb() 14 years ago
Andiry Xu 47cbf6925c xHCI: fix queue_trb in isoc transfer 14 years ago
Sarah Sharp 7111ebc97e xhci: Resume bus on any port status change. 14 years ago
Sarah Sharp 241b652f19 xhci: Remove excessive printks with shared IRQs. 14 years ago
Andiry Xu 5619253187 USB: xHCI: port remote wakeup implementation 14 years ago
Andiry Xu be88fe4f4d USB: xHCI: port power management implementation 14 years ago
Andiry Xu 14184f9b80 USB: xHCI: update ring dequeue pointer when process missed tds 15 years ago
John Youn a1669b2c64 USB: xhci: Remove buggy assignment in next_trb() 15 years ago
Sarah Sharp ed3f245392 USB: xhci: Don't flush doorbell writes. 15 years ago
Sarah Sharp c21599a361 USB: xhci: Reduce reads and writes of interrupter registers. 15 years ago
Sarah Sharp 257d585aae USB: xhci: Make xhci_set_hc_event_deq() static. 15 years ago
Sarah Sharp c06d68b814 USB: xhci: Minimize HW event ring dequeue pointer writes. 15 years ago
Sarah Sharp d6d98a4d8d USB: xhci: Make xhci_handle_event() static. 15 years ago
Sarah Sharp 27e0dd4d7c USB: xhci: Remove unnecessary reads of IRQ_PENDING register. 15 years ago
Sarah Sharp bda531452c USB: xhci: Performance - move xhci_work() into xhci_irq() 15 years ago
Sarah Sharp 9032cd5279 USB: xhci: Performance - move interrupt handlers into xhci-ring.c 15 years ago
Sarah Sharp 021bff9179 USB: xhci: Performance - move functions that find ep ring. 15 years ago
Andiry Xu 04e51901dd USB: xHCI: Isochronous transfer implementation 15 years ago
Andiry Xu 8e51adccd4 USB: xHCI: Introduce urb_priv structure 15 years ago
Andiry Xu d18240db79 USB: xHCI: Missed Service Error Event process 15 years ago
Andiry Xu 986a92d448 USB: xHCI: adds new cases to trb_comp_code switch 15 years ago
Andiry Xu 7fec3253ed USB: xHCI: remove redundant print messages 15 years ago
Andiry Xu 22405ed2e1 USB xHCI: handle_tx_event() refactor: process_bulk_intr_td 15 years ago
Andiry Xu 8af56be185 USB: xHCI: handle_tx_event() refactor: process_ctrl_td 15 years ago
Andiry Xu 4422da6155 USB: xHCI: handle_tx_event() refactor: finish_td 15 years ago
Sarah Sharp d1dc908a25 USB: xHCI: Fix another bug in link TRB activation change. 15 years ago
Sarah Sharp 6cc30d85a5 USB: xHCI: Fix bug in link TRB activation change. 15 years ago
Sarah Sharp 0238634d02 USB: xhci: Print NEC firmware version. 15 years ago
Greg Kroah-Hartman c3443a6dba USB: xhci: fix compiler warning. 15 years ago
Andiry Xu 54b5acf3ac USB: xHCI: Fix wrong usage of macro TRB_TYPE 15 years ago
John Youn 6c12db90f1 USB: xhci: Transfer ring link TRB activation change. 15 years ago
Sarah Sharp 5e5cf6fc59 USB: xhci: Set stream ID to 0 after cleaning up stalls. 15 years ago
Matthew Wilcox 910f8d0ced USB: Change the scatterlist type in struct urb 15 years ago
Randy Dunlap 326b4810cc USB: clean up some host controller sparse warnings 15 years ago
Sarah Sharp e9df17eb14 USB: xhci: Correct assumptions about number of rings per endpoint. 15 years ago