summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-28xHCI: cancel command after command timeoutElric Fu1-7/+19
2012-10-28xHCI: add aborting command ring functionElric Fu1-1/+1
2012-10-28xHCI: add cmd_ring_stateElric Fu1-1/+4
2012-10-07Increase XHCI suspend timeout to 16msMichael Spang1-1/+1
2012-10-02xhci: Fix a logical vs bitwise AND bugDan Carpenter1-1/+1
2012-08-27xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp1-0/+3
2012-08-27xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2012-06-22xHCI: Increase the timeout for controller save/restore state operationAndiry Xu1-4/+4
2012-04-23xhci: Fix register save/restore order.Sarah Sharp1-4/+4
2012-04-23xhci: Restore event ring dequeue pointer on resume.Sarah Sharp1-0/+1
2012-03-01USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp1-0/+5
2012-01-12usb: ch9: fix up MaxStreams helperFelipe Balbi1-2/+1
2012-01-12xhci: Properly handle COMP_2ND_BW_ERRHans de Goede1-0/+1
2011-12-09xHCI: fix bug in xhci_clear_command_ring()Andiry Xu1-1/+4
2011-11-26USB: XHCI: resume root hubs when the controller resumesAlan Stern1-15/+14
2011-11-26xhci: Set slot and ep0 flags for address command.Sarah Sharp1-1/+4
2011-11-11xhci: If no endpoints changed, don't issue BW command.Sarah Sharp1-0/+6
2011-10-03xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp1-0/+7
2011-10-03xhci: Fix memory leak during failed enqueue.Sarah Sharp1-4/+17
2011-08-17xhci: Don't submit commands or URBs to halted hosts.Sarah Sharp1-5/+14
2011-06-17xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst1-0/+2
2011-06-17xHCI 1.0: Incompatible Device ErrorAlex He1-0/+15
2011-06-16xhci: Reject double add of active endpoints.Sarah Sharp1-4/+18
2011-06-03xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp1-0/+7
2011-06-03xhci: Do not issue device reset when device is not setupMaarten Lankhorst1-0/+7
2011-06-03xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans1-2/+2
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp1-10/+222
2011-05-26xhci: Don't submit commands when the host is dead.Sarah Sharp1-1/+7
2011-05-17xhci: Fix memory leak bug when dropping endpointsSarah Sharp1-1/+10
2011-05-09xHCI 1.0: Max Exit Latency Too Large ErrorAlex He1-0/+5
2011-05-09xHCI 1.0: TT_THINK_TIME setAndiry Xu1-1/+6
2011-05-03xhci: Remove sparse warning about cmd_status.Sarah Sharp1-2/+2
2011-05-03xhci: Add an assertion to check for virt_dev=0 bug.Matt Evans1-0/+11
2011-05-03xhci: Make xHCI driver endian-safeMatt Evans1-52/+57
2011-04-14xHCI: Implement AMD PLL quirkAndiry Xu1-0/+3
2011-04-14xhci: Tell USB core both roothubs lost power.Sarah Sharp1-1/+3
2011-04-14USB: xhci - also free streams when resetting devicesDmitry Torokhov1-4/+12
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-17Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-39/+90
2011-03-14xhci: Return canceled URBs immediately when host is halted.Sarah Sharp1-2/+8
2011-03-14xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp1-1/+7
2011-03-14xhci: Fix re-init on power loss after resume.Sarah Sharp1-4/+19
2011-03-14xhci: Register second xHCI roothub.Sarah Sharp1-11/+51
2011-03-14xhci: Refactor bus suspend state into a struct.Sarah Sharp1-1/+4
2011-03-14xhci: Always use usb_hcd in URB instead of converting xhci_hcd.Sarah Sharp1-1/+1
2011-03-14xhci: Remove references to HC_STATE_RUNNING.Sarah Sharp1-1/+0
2011-03-14xhci: Remove references to HC_STATE_HALT.Sarah Sharp1-4/+1
2011-03-14xHCI: prolong host controller halt time limitAndiry Xu1-1/+1
2011-03-14xHCI: Remove redundant variable in xhci_resume()Andiry Xu1-6/+1
2011-03-14xhci: Remove old no-op test.Sarah Sharp1-10/+0