summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-03xhci 1.0: Set transfer burst last packet count field.Sarah Sharp1-0/+1
2011-05-03xhci 1.0: Set transfer burst count field.Sarah Sharp1-0/+1
2011-05-03xhci: Make xHCI driver endian-safeMatt Evans1-67/+67
2011-04-14xHCI: Implement AMD PLL quirkAndiry Xu1-0/+2
2011-04-14USB: xhci: unsigned char never equals -1Dan Carpenter1-0/+3
2011-04-14USB: xhci - fix unsafe macro definitionsDmitry Torokhov1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-16/+37
2011-03-14xhci: Update internal dequeue pointers after stalls.Sarah Sharp1-0/+9
2011-03-14xhci: Return canceled URBs immediately when host is halted.Sarah Sharp1-0/+1
2011-03-14xhci: Register second xHCI roothub.Sarah Sharp1-5/+7
2011-03-14xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp1-1/+2
2011-03-14xhci: Refactor bus suspend state into a struct.Sarah Sharp1-8/+20
2011-03-14xhci: Change hcd_priv into a pointer.Sarah Sharp1-2/+3
2011-03-14xhci: Rework port suspend structures for limited ports.Sarah Sharp1-4/+5
2011-03-14xhci: 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-15xhci: Remove more doorbell-related readsMatthew Wilcox1-10/+6
2010-11-20xhci: 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-11USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp1-1/+0
2010-08-11USB: xhci: Make xhci_handle_event() static.Sarah Sharp1-1/+0
2010-08-11USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp1-0/+1
2010-08-11USB: xhci: Performance - move functions that find ep ring.Sarah Sharp1-5/+0
2010-08-11USB: xHCI: Isochronous transfer implementationAndiry Xu1-0/+5
2010-08-11USB: xHCI: Introduce urb_priv structureAndiry Xu1-0/+7
2010-08-11USB: xHCI: Missed Service Error Event processAndiry Xu1-0/+8
2010-08-11USB: 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-05USB: xhci: Print NEC firmware version.Sarah Sharp1-0/+12
2010-05-21USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp1-1/+25
2010-05-21USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp1-9/+75
2010-05-21USB: 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-03USB: xhci: Fix compile issues with xhci_get_slot_state()Sarah Sharp1-1/+1
2010-03-03USB: Add call to notify xHC of a device reset.Sarah Sharp1-0/+1
2010-03-03USB: xhci: Notify the xHC when a device is reset.Sarah Sharp1-0/+3
2010-03-03USB: xhci: Refactor test for vendor-specific completion codes.Sarah Sharp1-0/+1
2010-03-03USB: xhci: Allow allocation of commands without input contexts.Sarah Sharp1-1/+2
2010-03-03USB: 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