1. 3bdb263 usb: host: xhci: plat: move mvebu init_quirk() to xhci_plat_setup() by Felipe Balbi · 8 years ago
  2. 7eca937 usb: xhci: plat: add ->plat_start() and ->init_quirk() methods by Felipe Balbi · 8 years ago
  3. 2dc240a usb: host: xhci: rcar: retire use of xhci_plat_type_is() by Felipe Balbi · 8 years ago
  4. 7814015 usb: xhci: remove duplicate code of interval checking by Alexandr Ivanov · 8 years ago
  5. 75b040e usb: xhci: remove duplicate function xhci_urb_to_transfer_ring by Alexandr Ivanov · 8 years ago
  6. d251034 usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functions by Alexandr Ivanov · 8 years ago
  7. 5f2e5fb drivers: usb: core: Minimize irq disabling in usb_sg_cancel() by David Mosberger · 9 years ago
  8. 98b74b0 drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit. by David Mosberger · 9 years ago
  9. 9360575 usbip: vudc: Add vudc to Kconfig by Igor Kotrasinski · 9 years ago
  10. ea6873a usbip: vudc: Add SysFS infrastructure for VUDC by Igor Kotrasinski · 9 years ago
  11. b6a0ca1 usbip: vudc: Add UDC specific ops by Igor Kotrasinski · 9 years ago
  12. d62ba98 usbip: vudc: Add vudc_tx by Igor Kotrasinski · 9 years ago
  13. abdb295 usbip: vudc: Add vudc_transfer by Igor Kotrasinski · 9 years ago
  14. 79c02cb usbip: vudc: Add vudc_rx by Igor Kotrasinski · 9 years ago
  15. 80fd9cd usbip: vudc: Add VUDC main file by Igor Kotrasinski · 9 years ago
  16. c7af4c2 usbip: vudc: Make usbip_common vudc-aware by Igor Kotrasinski · 9 years ago
  17. 602364f usbip: vudc: Add header for USB/IP UDC by Igor Kotrasinski · 9 years ago
  18. f0183a3 usb: storage: fix multi-line comment style by Felipe Balbi · 8 years ago
  19. 5b91dfe usb: storage: scsiglue: limit USB3 devices to 2048 sectors by Felipe Balbi · 8 years ago
  20. 779b457 usb: storage: scsiglue: further describe our 240 sector limit by Felipe Balbi · 8 years ago
  21. d64aab0 hub: admit devices are SS+ by Oliver Neukum · 8 years ago
  22. 97b9b7d usb: musb: jz4740: fix error check of usb_get_phy() by Vladimir Zapolskiy · 8 years ago
  23. f551e13 Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half" by Bin Liu · 8 years ago
  24. 607fb0f usb: musb: gadget: nuke endpoint before setting its descriptor to NULL by Tal Shorer · 8 years ago
  25. 69b4269 Merge 4.6-rc5 into usb-next by Greg Kroah-Hartman · 8 years ago
  26. 8c34d82 USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULE by Javier Martinez Canillas · 8 years ago
  27. 3c77f7c USB: serial: ftdi_sio: constify ftdi_sio_quirk structures by Julia Lawall · 9 years ago
  28. 613ac23 USB: serial: cp210x: add Straizona Focusers device ids by Jasem Mutlaq · 8 years ago
  29. 1d377f4 USB: serial: cp210x: add ID for Link ECU by Mike Manning · 8 years ago
  30. 38740a5 usb: gadget: f_fs: Fix use-after-free by Lars-Peter Clausen · 9 years ago
  31. 818ec3a usb: dwc3: debugfs: dump out endpoint details by Felipe Balbi · 9 years ago
  32. b058f3e usb: dwc3: core: add helper to extract trb type by Felipe Balbi · 9 years ago
  33. cf6d867 usb: dwc3: core: add fifo space helper by Felipe Balbi · 9 years ago
  34. 097aa19 usb: gadget: pch_udc: don't free devm allocated memory by Felipe Balbi · 8 years ago
  35. f78bbca usb: f_mass_storage: test whether thread is running before starting another by Michal Nazarewicz · 9 years ago
  36. 332a5b4 usb: gadget: f_fs: Fix EFAULT generation for async read operations by Lars-Peter Clausen · 9 years ago
  37. 9bc0789 usb: gadget: r8a66597-udc: Deinline pipe_change, save 2176 bytes by Denys Vlasenko · 9 years ago
  38. b41d8a6 usb: renesas_usbhs: use usb_gadget_{un}map_request_by_dev() for IPMMU by Yoshihiro Shimoda · 8 years ago
  39. c3cdcac usb: renesas_usbhs: change arguments of dma_map_ctrl() by Yoshihiro Shimoda · 8 years ago
  40. e789ece usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push() by Yoshihiro Shimoda · 8 years ago
  41. 679ca39 usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev() by Yoshihiro Shimoda · 8 years ago
  42. 5096c4d usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request() by Yoshihiro Shimoda · 8 years ago
  43. 4e9f311 usb: dwc3: make dwc3_debugfs_init return value be void by Du, Changbin · 9 years ago
  44. af566a0 usb: dwc3: omap: get rid of dma_status by Roger Quadros · 9 years ago
  45. 8e7046b usb: dwc3: gadget: don't interrupt when chained by Felipe Balbi · 9 years ago
  46. 052ba52ef usb: dwc3: gadget: remove newline from trace by Felipe Balbi · 9 years ago
  47. 36b68aa usb: dwc3: gadget: use link TRB for all endpoint types by Felipe Balbi · 9 years ago
  48. 4faf755 usb: dwc3: gadget: move % operation to increment helpers by Felipe Balbi · 9 years ago
  49. ef966b9 usb: dwc3: gadget: add trb enqueue/dequeue helpers by Felipe Balbi · 9 years ago
  50. 70fdb27 usb: dwc3: get rid of DWC3_TRB_MASK by Felipe Balbi · 9 years ago
  51. 7ce04cf usb: wusbcore: remove unreachable code by Sudip Mukherjee · 9 years ago
  52. bb7871a usbip: event handler as one thread by Nobuo Iwata · 9 years ago
  53. e352506 USB: whci-hcd: add more checks for dma mapping error by Alexey Khoroshilov · 9 years ago
  54. d4fc8bf xhci: fix typo in babble endpoint handling comment by Rajesh Bhagat · 9 years ago
  55. c28f825 usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8 by Felipe Balbi · 9 years ago
  56. 5ef68c5 usb: dwc3: core: document struct dwc3_request by Felipe Balbi · 9 years ago
  57. 53fd881 usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue by Felipe Balbi · 9 years ago
  58. 495dd5f usb: dwc3: omap: drop dma_mask configuration by Grygorii Strashko · 9 years ago
  59. e58dd35 usb: dwc3: add disable receiver detection in P3 quirk by Rajesh Bhagat · 9 years ago
  60. c36d8e9 usb: dwc3: gadget: put link to U0 before Start Transfer by Felipe Balbi · 9 years ago
  61. 218ef7b usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup() by Felipe Balbi · 9 years ago
  62. 2b0f11d usb: dwc3: gadget: clear SUSPHY bit before ep cmds by Felipe Balbi · 9 years ago
  63. c0ca324 usb: dwc3: gadget: combine return points into a single one by Felipe Balbi · 9 years ago
  64. e4875bd usb: gadget: pch_udc: sort IDs by Andy Shevchenko · 9 years ago
  65. 6b96873 usb: gadged: pch_udc: get rid of redundant assignments by Andy Shevchenko · 9 years ago
  66. c7b640d usb: gadget: pch_udc: enable MSI if hardware supports by Andy Shevchenko · 9 years ago
  67. 969733f usb: gadget: pch_udc: convert to devres API by Andy Shevchenko · 9 years ago
  68. 5e3bd45 usb: gadged: pch_udc: PCI core handles power state for us by Andy Shevchenko · 9 years ago
  69. badf6d4 usb: common: rework CONFIG_USB_COMMON logic by Arnd Bergmann · 9 years ago
  70. dea520a usb: dwc3: gadget: pass ev_buff as cookie to irq handler by Felipe Balbi · 9 years ago
  71. 9772b47 usb: dwc3: gadget: Fix suspend/resume during device mode by Roger Quadros · 9 years ago
  72. e6bdf81 usb: dwc3: fix memory leak of dwc->regset by Du, Changbin · 9 years ago
  73. 5c4ad318 usb: dwc3: core: fix PHY handling during suspend by Felipe Balbi · 9 years ago
  74. 45d49cb usb: dwc3: omap: fix up error path on probe() by Felipe Balbi · 9 years ago
  75. 138b863 usb: gadget: composite: Clear reserved fields of SSP Dev Cap by John Youn · 9 years ago
  76. 65e8617 scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS by Ming Lin · 9 years ago
  77. 696c8b1 usb: dwc3: drop ev_buffs array by Felipe Balbi · 9 years ago
  78. 660e9bd usb: dwc3: remove num_event_buffers by Felipe Balbi · 9 years ago
  79. acd877f usb: phy: qcom: use PTR_ERR_OR_ZERO() by Felipe Balbi · 9 years ago
  80. 46cdd19 usb: gadget: udc: at91: use PTR_ERR_OR_ZERO() by Felipe Balbi · 9 years ago
  81. aa3342c usb: dwc3: better name for our request management lists by Felipe Balbi · 9 years ago
  82. 8495036 usb: dwc3: increase maximum number of TRBs per endpoint by Felipe Balbi · 9 years ago
  83. ca4d44e usb: dwc3: gadget: always enable CSP by Felipe Balbi · 9 years ago
  84. bc50816 usb: dwc3: drop FIFO resizing logic by Felipe Balbi · 9 years ago
  85. e86103a usb: hcd: out of bounds access in for_each_companion by Robert Dobrowolski · 9 years ago
  86. 1363074 USB: uas: Add a new NO_REPORT_LUNS quirk by Hans de Goede · 9 years ago
  87. 198de51 USB: uas: Limit qdepth at the scsi-host level by Hans de Goede · 9 years ago
  88. f9a85f6 usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero value by Peter Griffin · 9 years ago
  89. 98d74f9 xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers by Mathias Nyman · 9 years ago
  90. 7150406 usb: xhci: fix wild pointers in xhci_mem_cleanup by Lu Baolu · 9 years ago
  91. 5ad3b03 usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB phys by Yoshihiro Shimoda · 9 years ago
  92. 0a380be usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT by Yoshihiro Shimoda · 9 years ago
  93. 671ffdf xhci: resume USB 3 roothub first by Mathias Nyman · 9 years ago
  94. 0d46fac usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host by Rafal Redzimski · 9 years ago
  95. 2a14759 cdc-acm: fix crash if flushed with nothing buffered by Oliver Neukum · 9 years ago
  96. ffb927d Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  97. 636c8a8 Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 9 years ago
  98. 39ec5cb Merge tag 'fixes-for-v4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 9 years ago
  99. d48d569 USB: option: add "D-Link DWM-221 B1" device id by Bjørn Mork · 9 years ago
  100. cddc943 USB: serial: cp210x: Adding GE Healthcare Device ID by Martyn Welch · 9 years ago