summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-22usb: Fix linker errors with CONFIG_PM=nSarah Sharp1-0/+14
2010-10-22USB: xHCI: PCI power management implementationAndiry Xu1-1/+15
2010-10-22USB: xHCI: bus power management implementationAndiry Xu1-0/+9
2010-10-22USB: xHCI: port remote wakeup implementationAndiry Xu1-0/+4
2010-10-22USB: xHCI: port power management implementationAndiry Xu1-1/+16
2010-10-22USB: core: use kernel assigned address for devices under xHCIAndiry Xu1-0/+2
2010-10-22USB: xHCI: change xhci_reset_device() to allocate new deviceAndiry Xu1-1/+1
2010-10-22USB: xHCI: Add pointer to udev in struct xhci_virt_deviceAndiry Xu1-0/+1
2010-08-10USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp1-1/+0
2010-08-10USB: xhci: Make xhci_handle_event() static.Sarah Sharp1-1/+0
2010-08-10USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp1-0/+1
2010-08-10USB: xhci: Performance - move functions that find ep ring.Sarah Sharp1-5/+0
2010-08-10USB: xHCI: Isochronous transfer implementationAndiry Xu1-0/+5
2010-08-10USB: xHCI: Introduce urb_priv structureAndiry Xu1-0/+7
2010-08-10USB: xHCI: Missed Service Error Event processAndiry Xu1-0/+8
2010-08-10USB: xHCI: Supporting MSI/MSI-XDong Nguyen1-1/+1
2010-07-26USB: xhci: Set EP0 dequeue ptr after reset of configured device.Sarah Sharp1-0/+2
2010-06-04USB: xhci: Print NEC firmware version.Sarah Sharp1-0/+12
2010-05-20USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp1-1/+25
2010-05-20USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp1-9/+75
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-04-30USB: xhci: properly set endpoint context fields for periodic eps.Sarah Sharp1-0/+4
2010-03-02USB: xhci: Fix compile issues with xhci_get_slot_state()Sarah Sharp1-1/+1
2010-03-02USB: Add call to notify xHC of a device reset.Sarah Sharp1-0/+1
2010-03-02USB: xhci: Notify the xHC when a device is reset.Sarah Sharp1-0/+3
2010-03-02USB: xhci: Refactor test for vendor-specific completion codes.Sarah Sharp1-0/+1
2010-03-02USB: xhci: Allow allocation of commands without input contexts.Sarah Sharp1-1/+2
2010-03-02USB: xhci: Refactor code to free or cache endpoint rings.Sarah Sharp1-0/+3
2009-12-11USB: xhci: Make reverting an alt setting "unfailable".Sarah Sharp1-0/+4
2009-12-11USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp1-3/+0
2009-12-11USB: xhci: Add tests for TRB address translation.Sarah Sharp1-0/+3
2009-12-11USB: xhci: Add watchdog timer for URB cancellation.Sarah Sharp1-0/+22
2009-12-11USB: xhci: Re-purpose xhci_quiesce().Sarah Sharp1-0/+1
2009-12-11USB: xhci: Handle URB cancel, complete and resubmit race.Sarah Sharp1-2/+2
2009-09-23USB: xhci: Support USB hubs.Sarah Sharp1-0/+5
2009-09-23USB: xhci: Change how xHCI commands are handled.Sarah Sharp1-3/+31
2009-09-23USB: xhci: Endpoint representation refactoring.Sarah Sharp1-20/+21
2009-09-23USB: xhci: Support interrupt transfers.Sarah Sharp1-0/+3
2009-09-23USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp1-7/+13
2009-09-23USB: xhci: Handle stalled control endpoints.Sarah Sharp1-0/+4
2009-09-23USB: xhci: Support full speed devices.Sarah Sharp1-0/+2
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp1-0/+5
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp1-0/+9
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-1/+1
2009-07-28USB: xhci: Stall handling bug fixes.Sarah Sharp1-0/+12
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn1-27/+34
2009-07-28USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp1-2/+17
2009-07-28USB: xhci: Scratchpad buffer allocationJohn Youn1-0/+11
2009-07-28USB: xhci: Make debugging more verbose.Sarah Sharp1-8/+6
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp1-20/+45