summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
2012-01-12xhci: Properly handle COMP_2ND_BW_ERRHans de Goede
2011-11-11xHCI: test and clear RWC bitAndiry Xu
2011-11-11xHCI: AMD isoc link TRB chain bit quirkAndiry Xu
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-06-17xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst
2011-06-17xHCI 1.0: Incompatible Device ErrorAlex He
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman
2011-06-02xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp
2011-06-02xhci: Add defines for hardcoded slot statesMaarten Lankhorst
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp
2011-05-25xhci: STFU: Be quieter during URB submission and completion.Sarah Sharp
2011-05-09xHCI 1.0: Max Exit Latency Too Large ErrorAlex He
2011-05-09xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu
2011-05-09xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu
2011-05-02xhci 1.0: Set transfer burst last packet count field.Sarah Sharp
2011-05-02xhci 1.0: Set transfer burst count field.Sarah Sharp
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans
2011-04-13xHCI: Implement AMD PLL quirkAndiry Xu
2011-04-13USB: xhci: unsigned char never equals -1Dan Carpenter
2011-04-13USB: xhci - fix unsafe macro definitionsDmitry Torokhov
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-03-13xhci: Update internal dequeue pointers after stalls.Sarah Sharp
2011-03-13xhci: Return canceled URBs immediately when host is halted.Sarah Sharp
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp
2011-03-13xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp
2011-03-13xhci: Refactor bus suspend state into a struct.Sarah Sharp
2011-03-13xhci: Change hcd_priv into a pointer.Sarah Sharp
2011-03-13xhci: Rework port suspend structures for limited ports.Sarah Sharp
2011-03-13xhci: Remove old no-op test.Sarah Sharp
2011-02-20USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov
2011-01-14xhci: Remove more doorbell-related readsMatthew Wilcox
2010-11-19xhci: Setup array of USB 2.0 and USB 3.0 ports.Sarah Sharp
2010-11-11xHCI: fix wMaxPacketSize maskAndiry Xu
2010-10-22usb: Fix linker errors with CONFIG_PM=nSarah Sharp
2010-10-22USB: xHCI: PCI power management implementationAndiry Xu
2010-10-22USB: xHCI: bus power management implementationAndiry Xu
2010-10-22USB: xHCI: port remote wakeup implementationAndiry Xu
2010-10-22USB: xHCI: port power management implementationAndiry Xu
2010-10-22USB: core: use kernel assigned address for devices under xHCIAndiry Xu
2010-10-22USB: xHCI: change xhci_reset_device() to allocate new deviceAndiry Xu
2010-10-22USB: xHCI: Add pointer to udev in struct xhci_virt_deviceAndiry Xu
2010-08-10USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp
2010-08-10USB: xhci: Make xhci_handle_event() static.Sarah Sharp
2010-08-10USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp
2010-08-10USB: xhci: Performance - move functions that find ep ring.Sarah Sharp
2010-08-10USB: xHCI: Isochronous transfer implementationAndiry Xu
2010-08-10USB: xHCI: Introduce urb_priv structureAndiry Xu