summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman1-0/+6
2011-06-02xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp1-0/+1
2011-06-02xhci: Add defines for hardcoded slot statesMaarten Lankhorst1-0/+5
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans1-0/+7
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp1-0/+14
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp1-0/+2
2011-05-25xhci: STFU: Be quieter during URB submission and completion.Sarah Sharp1-6/+0
2011-05-09xHCI 1.0: Max Exit Latency Too Large ErrorAlex He1-1/+3
2011-05-09xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu1-0/+2
2011-05-09xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu1-0/+3
2011-05-02xhci 1.0: Set transfer burst last packet count field.Sarah Sharp1-0/+1
2011-05-02xhci 1.0: Set transfer burst count field.Sarah Sharp1-0/+1
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans1-67/+67
2011-04-13xHCI: Implement AMD PLL quirkAndiry Xu1-0/+2
2011-04-13USB: xhci: unsigned char never equals -1Dan Carpenter1-0/+3
2011-04-13USB: xhci - fix unsafe macro definitionsDmitry Torokhov1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-16/+37
2011-03-13xhci: Update internal dequeue pointers after stalls.Sarah Sharp1-0/+9
2011-03-13xhci: Return canceled URBs immediately when host is halted.Sarah Sharp1-0/+1
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp1-5/+7
2011-03-13xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp1-1/+2
2011-03-13xhci: Refactor bus suspend state into a struct.Sarah Sharp1-8/+20
2011-03-13xhci: Change hcd_priv into a pointer.Sarah Sharp1-2/+3
2011-03-13xhci: Rework port suspend structures for limited ports.Sarah Sharp1-4/+5
2011-03-13xhci: Remove old no-op test.Sarah Sharp1-6/+0
2011-02-20USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov1-1/+1
2011-01-14xhci: Remove more doorbell-related readsMatthew Wilcox1-10/+6
2010-11-19xhci: Setup array of USB 2.0 and USB 3.0 ports.Sarah Sharp1-0/+26
2010-11-11xHCI: fix wMaxPacketSize maskAndiry Xu1-0/+5
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