Age | Commit message (Expand) | Author | Files | Lines |
2011-09-10 | xhci: Implement HS/FS/LS bandwidth checking. | Sarah Sharp | 1 | -0/+46 |
2011-09-10 | xhci: Track interval bandwidth tables per port/TT. | Sarah Sharp | 1 | -0/+15 |
2011-09-10 | xhci: Store endpoint bandwidth information. | Sarah Sharp | 1 | -0/+31 |
2011-09-10 | xhci: Store information about roothubs and TTs. | Sarah Sharp | 1 | -0/+50 |
2011-09-10 | xhci: Store the "real" root port number. | Sarah Sharp | 1 | -0/+1 |
2011-09-10 | xhci: Rename virt_dev->port to fake_port. | Sarah Sharp | 1 | -1/+1 |
2011-07-26 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+7 |
2011-06-17 | xhci: Add reset on resume quirk for asrock p67 host | Maarten Lankhorst | 1 | -0/+1 |
2011-06-17 | xHCI 1.0: Incompatible Device Error | Alex He | 1 | -0/+2 |
2011-06-14 | Merge 3.0-rc2 into usb-linus as it's needed by some USB patches | Greg Kroah-Hartman | 1 | -0/+6 |
2011-06-03 | xhci: Disable MSI for some Fresco Logic hosts. | Sarah Sharp | 1 | -0/+1 |
2011-06-03 | xhci: Add defines for hardcoded slot states | Maarten Lankhorst | 1 | -0/+5 |
2011-06-03 | xhci: Remove some unnecessary casts and tidy some endian swap code | Matt Evans | 1 | -0/+7 |
2011-05-27 | Intel xhci: Limit number of active endpoints to 64. | Sarah Sharp | 1 | -0/+14 |
2011-05-27 | Intel xhci: Ignore spurious successful event. | Sarah Sharp | 1 | -0/+2 |
2011-05-26 | xhci: STFU: Be quieter during URB submission and completion. | Sarah Sharp | 1 | -6/+0 |
2011-05-09 | xHCI 1.0: Max Exit Latency Too Large Error | Alex He | 1 | -1/+3 |
2011-05-09 | xHCI 1.0: Block Interrupts for Isoch transfer | Andiry Xu | 1 | -0/+2 |
2011-05-09 | xHCI 1.0: Setup Stage TRB Transfer Type flag | Andiry Xu | 1 | -0/+3 |
2011-05-03 | xhci 1.0: Set transfer burst last packet count field. | Sarah Sharp | 1 | -0/+1 |
2011-05-03 | xhci 1.0: Set transfer burst count field. | Sarah Sharp | 1 | -0/+1 |
2011-05-03 | xhci: Make xHCI driver endian-safe | Matt Evans | 1 | -67/+67 |
2011-04-14 | xHCI: Implement AMD PLL quirk | Andiry Xu | 1 | -0/+2 |
2011-04-14 | USB: xhci: unsigned char never equals -1 | Dan Carpenter | 1 | -0/+3 |
2011-04-14 | USB: xhci - fix unsafe macro definitions | Dmitry Torokhov | 1 | -3/+3 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-17 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -16/+37 |
2011-03-14 | xhci: Update internal dequeue pointers after stalls. | Sarah Sharp | 1 | -0/+9 |
2011-03-14 | xhci: Return canceled URBs immediately when host is halted. | Sarah Sharp | 1 | -0/+1 |
2011-03-14 | xhci: Register second xHCI roothub. | Sarah Sharp | 1 | -5/+7 |
2011-03-14 | xhci: Change xhci_find_slot_id_by_port() API. | Sarah Sharp | 1 | -1/+2 |
2011-03-14 | xhci: Refactor bus suspend state into a struct. | Sarah Sharp | 1 | -8/+20 |
2011-03-14 | xhci: Change hcd_priv into a pointer. | Sarah Sharp | 1 | -2/+3 |
2011-03-14 | xhci: Rework port suspend structures for limited ports. | Sarah Sharp | 1 | -4/+5 |
2011-03-14 | xhci: Remove old no-op test. | Sarah Sharp | 1 | -6/+0 |
2011-02-20 | USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself | Dmitry Torokhov | 1 | -1/+1 |
2011-01-15 | xhci: Remove more doorbell-related reads | Matthew Wilcox | 1 | -10/+6 |
2010-11-20 | xhci: Setup array of USB 2.0 and USB 3.0 ports. | Sarah Sharp | 1 | -0/+26 |
2010-11-11 | xHCI: fix wMaxPacketSize mask | Andiry Xu | 1 | -0/+5 |
2010-10-22 | usb: Fix linker errors with CONFIG_PM=n | Sarah Sharp | 1 | -0/+14 |
2010-10-22 | USB: xHCI: PCI power management implementation | Andiry Xu | 1 | -1/+15 |
2010-10-22 | USB: xHCI: bus power management implementation | Andiry Xu | 1 | -0/+9 |
2010-10-22 | USB: xHCI: port remote wakeup implementation | Andiry Xu | 1 | -0/+4 |
2010-10-22 | USB: xHCI: port power management implementation | Andiry Xu | 1 | -1/+16 |
2010-10-22 | USB: core: use kernel assigned address for devices under xHCI | Andiry Xu | 1 | -0/+2 |
2010-10-22 | USB: xHCI: change xhci_reset_device() to allocate new device | Andiry Xu | 1 | -1/+1 |
2010-10-22 | USB: xHCI: Add pointer to udev in struct xhci_virt_device | Andiry Xu | 1 | -0/+1 |
2010-08-11 | USB: xhci: Make xhci_set_hc_event_deq() static. | Sarah Sharp | 1 | -1/+0 |
2010-08-11 | USB: xhci: Make xhci_handle_event() static. | Sarah Sharp | 1 | -1/+0 |
2010-08-11 | USB: xhci: Performance - move interrupt handlers into xhci-ring.c | Sarah Sharp | 1 | -0/+1 |