1. 7b72000 usb/host: introduce USB_ARCH_HAS_XHCI by Felipe Balbi · 13 years ago
  2. cd68176 xHCI: fix debug message by Andiry Xu · 13 years ago
  3. 7e393a8 xHCI: AMD isoc link TRB chain bit quirk by Andiry Xu · 13 years ago
  4. c1045e8 usbcore: add sysfs support to xHCI usb2 hardware LPM by Andiry Xu · 13 years ago
  5. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  6. 9574323 xHCI: test USB2 software LPM by Andiry Xu · 13 years ago
  7. fc71ff7 xHCI: Check host USB2 LPM capability by Andiry Xu · 13 years ago
  8. 6fd4562 xHCI: Clear PLC for USB2 root hub ports by Andiry Xu · 13 years ago
  9. d2f52c9 xHCI: test and clear RWC bit by Andiry Xu · 13 years ago
  10. c9682df xHCI: set link state by Andiry Xu · 13 years ago
  11. 1ff4df5 usbcore: check device's LPM capability by Andiry Xu · 13 years ago
  12. 3148bf0 usbcore: get BOS descriptor set by Andiry Xu · 13 years ago
  13. 5023829 USB: gadget: u_serial.c: fixed a brace coding style issue by Shaun Silk · 13 years ago
  14. 2093c6b EHCI : introduce a common ehci_setup by Matthieu CASTET · 13 years ago
  15. 236c448 usbmon vs. tcpdump: fix dropped packet count by Johannes Stezenbach · 13 years ago
  16. 865569b usb: gadget: udc-core: fix bug on soft_connect interface by Felipe Balbi · 13 years ago
  17. 598f0b7 USB: pl2303: add id for SMART device by Eric Benoit · 13 years ago
  18. 68c79e5 USB: qcserial: Add support for Sierra Wireless MC8355/Gobi 3000 by Richard Hartmann · 13 years ago
  19. 27ccaaa xhci-mem.c: xhci_segment_free: No need for checking seg argument by Kautuk Consul · 13 years ago
  20. 0e6c7f7 xhci-mem.c: Check for ring->first_seg != NULL by Kautuk Consul · 13 years ago
  21. 10d674a USB: When hot reset for USB3 fails, try warm reset. by Sarah Sharp · 13 years ago
  22. 2b69899 xhci: USB 3.0 BW checking. by Sarah Sharp · 13 years ago
  23. 170c026 xhci: Fix mult base in endpoint bandwidth info. by Sarah Sharp · 13 years ago
  24. 75d7cf7 usbcore: refine warm reset logic by Andiry Xu · 13 years ago
  25. d782659 usb/xhci: ignore xhci version while checking for the link quirk by Sebastian Andrzej Siewior · 13 years ago
  26. 45e1892 USB: Realtek cr: Fix driver freeze issue by edwin_rong · 13 years ago
  27. 2394d67e USB: add RESET_RESUME for webcams shown to be quirky by Oliver Neukum · 13 years ago
  28. 25aa554 USB: document ehci-hcd's "companion" sysfs attribute by Alan Stern · 13 years ago
  29. 073b854 Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  30. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  31. 41f05de usb: ehci: remove the 1st wmb in qh_append_tds by Ming Lei · 13 years ago
  32. fcda37c usb: ehci: fix comment for EHCI_SHRINK_JIFFIES by Ming Lei · 13 years ago
  33. 9a971dd usb: ehci: only prepare zero packet for out transfer if required by Ming Lei · 13 years ago
  34. 0412560 usb: ehci: remove wmb in qh_update by Ming Lei · 13 years ago
  35. 65e52f4 usb: cdc-acm: Owen SI-30 support by Denis Pershin · 13 years ago
  36. 839f245 usb-storage: fix realtek cr configuration by Vincent Palatin · 13 years ago
  37. 8582d86 USB: g_printer: fix bug in unregistration by Fabian Godehardt · 13 years ago
  38. fba9e54 s3c-hsudc: implement vbus_draw hook by Heiko Stübner · 13 years ago
  39. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  40. c58a76c USB: option: add various ZTE device network interfaces to the blacklist by Dan Williams · 13 years ago
  41. eb05ce5 USB: option: add ZTE product 0x0037 to sendsetup blacklist by Dan Williams · 13 years ago
  42. 0d905fd USB: option: convert Huawei K3765, K4505, K4605 reservered interface to blacklist by Dan Williams · 13 years ago
  43. b4626c1 USB: option: convert interface blacklisting to bitfields by Dan Williams · 13 years ago
  44. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  45. de76cc2 musb_gadget: Fix for spurious interrupts on endpoint zero. by Hans Petter Selasky · 13 years ago
  46. c5a4859 USB: for usb_autopm_get_interface_async -EINPROGRESS is not an error by Jim Wylder · 13 years ago
  47. e16da02 USB: storage: Use normalized sense when emulating autosense by Luben Tuikov · 14 years ago
  48. 73ddc24 xhci: Redundant check in xhci_check_args for xhci->devs by sifram.rajas@gmail.com · 13 years ago
  49. 2ffdea2 xHCI: refine td allocation by Andiry Xu · 13 years ago
  50. fd984d2 xhci: Don't print short isoc packets. by Sarah Sharp · 13 years ago
  51. 86cc558 xhci: Add software BW checking quirk to Intel PPT xHCI by Sarah Sharp · 13 years ago
  52. c29eea6 xhci: Implement HS/FS/LS bandwidth checking. by Sarah Sharp · 13 years ago
  53. 2e27980 xhci: Track interval bandwidth tables per port/TT. by Sarah Sharp · 13 years ago
  54. 9af5d71 xhci: Store endpoint bandwidth information. by Sarah Sharp · 13 years ago
  55. 839c817 xhci: Store information about roothubs and TTs. by Sarah Sharp · 13 years ago
  56. 6638175 xhci: Store the "real" root port number. by Sarah Sharp · 13 years ago
  57. 750645f xhci: Refactor endpoint limit checking. by Sarah Sharp · 13 years ago
  58. fe30182 xhci: Rename virt_dev->port to fake_port. by Sarah Sharp · 13 years ago
  59. 2dc3753 xhci: If no endpoints changed, don't issue BW command. by Sarah Sharp · 13 years ago
  60. 0ae52d5 usb: musb: Enable DMA mode1 RX for transfers without short packets by Anand Gadiyar · 13 years ago
  61. b3c3dc2 usb: musb: fix build breakage by Felipe Balbi · 13 years ago
  62. 7c5881d usb: gadget: audio: queue wLength-sized requests by Felipe Balbi · 13 years ago
  63. ef7f584 usb: gadget: audio: actually support both speeds by Felipe Balbi · 13 years ago
  64. 6532c7f usb: gadget: storage: make FSG_NUM_BUFFERS variable size by Per Forlin · 13 years ago
  65. 04eee25 USB: gadget: storage: remove alignment assumption by Alan Stern · 13 years ago
  66. 3f565a3 usb: gadget: storage: adapt logic block size to bound block devices by Peiyu Li · 13 years ago
  67. 019ac83 usb: dwc3: gadget: improve debug on link state change by Felipe Balbi · 13 years ago
  68. 4b5faa7a usb: dwc3: omap: set idle and standby modes by Felipe Balbi · 13 years ago
  69. 55f3fba usb: dwc3: ep0: introduce ep0_expect_in flag by Felipe Balbi · 13 years ago
  70. d742220 usb: dwc3: ep0: giveback requests on stall_and_restart by Felipe Balbi · 13 years ago
  71. bb7ea28 usb: dwc3: gadget: drop the useless dma_sync_single* calls by Felipe Balbi · 13 years ago
  72. 771f184 usb: dwc3: gadget: fix GCTL programming by Felipe Balbi · 13 years ago
  73. f78d32e usb: dwc3: define ScaleDown macro helper by Felipe Balbi · 13 years ago
  74. f4aadbe usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECN by Felipe Balbi · 13 years ago
  75. 78c58a5 usb: dwc3: gadget: do not map/unmap ZLP transfers by Sebastian Andrzej Siewior · 13 years ago
  76. 42077b0 usb: dwc3: omap: fix IRQ handling by Felipe Balbi · 13 years ago
  77. dd17a6b usb: dwc3: omap: change IRQ name to dwc3-omap by Felipe Balbi · 13 years ago
  78. a72e658 usb: dwc3: add module.h to dwc3-omap.c and core.c by Felipe Balbi · 13 years ago
  79. 9962444 usb: dwc3: omap: distinguish between SW and HW modes by Felipe Balbi · 13 years ago
  80. 29d8bc1 usb: dwc3: omap: drop DEV_PM_OPS for now by Felipe Balbi · 13 years ago
  81. df01c61 usb: dwc3: omap: use the macro we already have by Felipe Balbi · 13 years ago
  82. 324e548 usb: dwc3: omap: do not enable DMA Disable Clear IRQ by Felipe Balbi · 13 years ago
  83. ccba3bc usb: dwc3: omap: fix dev_dbg() calls by Felipe Balbi · 13 years ago
  84. 1ddcb21 usb: dwc3: use ep0_next_event field by Felipe Balbi · 13 years ago
  85. b53c772 usb: dwc3: core: add ep0_next_event field by Felipe Balbi · 13 years ago
  86. 0b7836a usb: dwc3: drop EP0_STALL state by Felipe Balbi · 13 years ago
  87. 76cb323 usb: dwc3: ep0: clear all EP0 flags by Felipe Balbi · 13 years ago
  88. b673cf3 usb: dwc3: ep0: fix Get Status handling by Felipe Balbi · 13 years ago
  89. 61d5824 usb: dwc3: gadget: replace mdelay with udelay in the busy loop by Sebastian Andrzej Siewior · 13 years ago
  90. 624407f usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECT by Sebastian Andrzej Siewior · 13 years ago
  91. 7650bd7 usb: dwc3: core: move the core check before soft reset by Sebastian Andrzej Siewior · 13 years ago
  92. e722531 usb: dwc3: debugfs: remove test mode interface by Sebastian Andrzej Siewior · 13 years ago
  93. c7fcdeb usb: dwc3: ep0: simplify EP0 state machine by Felipe Balbi · 13 years ago
  94. 984f66a usb: dwc3: core: add flag for EP0 direction by Felipe Balbi · 13 years ago
  95. a682970 usb: dwc3: ep0: add handling for unaligned OUT transfers by Felipe Balbi · 13 years ago
  96. 5812b1c usb: dwc3: add a bounce buffer for control endpoints by Felipe Balbi · 13 years ago
  97. dc137f0 usb: dwc3: core: add defines for XferNotReady event on Control EPs by Felipe Balbi · 13 years ago
  98. 164f6e1 usb: dwc3: gadget: improve command completion debug message by Felipe Balbi · 13 years ago
  99. f198ead usb: dwc3: gadget: set request dma to invalid when unmapping by Felipe Balbi · 13 years ago
  100. c611ccb usb: dwc3: ep0: fix 'transfered' typo by Felipe Balbi · 13 years ago