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