1. bc46e23 Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  2. e42a5db usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisions by Felipe Balbi · 8 years ago
  3. 4fe160d usb: dwc2: eliminate irq parameter from dwc2_hcd_init by Heiner Kallweit · 8 years ago
  4. 348becd usb: dwc2: fix "iomem 0x00000000" message by Heiner Kallweit · 8 years ago
  5. df2c0cc usb: phy: ab8500: remove unused ab8500_eyediagram_workaroud() by Arnd Bergmann · 8 years ago
  6. 5528954 usb: gadget: udc: fsl: Add missing complete function. by Magnus Lilja · 8 years ago
  7. 2878178 usb: dwc3: gadget: read IN ep FIFO size from HW by Felipe Balbi · 8 years ago
  8. 6969408 xhci: refactor xhci_urb_enqueue by Mathias Nyman · 8 years ago
  9. 7e64b03 xhci: simplify how we store TDs in urb private data by Mathias Nyman · 8 years ago
  10. 9ef7fbb xhci: Rename variables related to transfer descritpors by Mathias Nyman · 8 years ago
  11. e6f7caa xhci: rename size variable to num_tds by Mathias Nyman · 8 years ago
  12. a711ede usb: host: xhci: add xhci_virt_device tracer by Felipe Balbi · 8 years ago
  13. d4d93e6 usb: host: xhci: remove newline from tracer by Felipe Balbi · 8 years ago
  14. c0e625c usb: host: xhci: convert several if() to a single switch statement by Felipe Balbi · 8 years ago
  15. 5abdc2e usb: host: xhci: add urb_enqueue/dequeue/giveback tracers by Felipe Balbi · 8 years ago
  16. a37c3f7 usb: host: xhci: make a generic TRB tracer by Felipe Balbi · 8 years ago
  17. ed6d643 usb: host: xhci: combine event TRB completion debugging messages by Felipe Balbi · 8 years ago
  18. a54cfae usb: host: xhci: convert to list_for_each_entry_safe() by Felipe Balbi · 8 years ago
  19. 5278204 xhci: use the trb_to_noop() helper for command trbs by Mathias Nyman · 8 years ago
  20. ae1e3f0 xhci: Introduce helper to turn one TRB into a no-op by Mathias Nyman · 8 years ago
  21. a60f2f2 usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer() by Felipe Balbi · 8 years ago
  22. f45e2a0 usb: host: xhci: check for a valid ring when unmapping bounce buffer by Felipe Balbi · 8 years ago
  23. f3899a2 usb: host: xhci: remove bogus __releases()/__acquires() annotation by Felipe Balbi · 8 years ago
  24. 55fa439 usb: host: xhci: introduce xhci_td_cleanup() by Felipe Balbi · 8 years ago
  25. be0f50c usb: host: xhci: reorder variable definitions by Felipe Balbi · 8 years ago
  26. 04861f8 usb: host: xhci: use slightly better list helpers by Felipe Balbi · 8 years ago
  27. ec84481 usb: host: xhci: remove unneded semicolon by Felipe Balbi · 8 years ago
  28. 76a3529 usb: host: xhci: simplify irq handler return by Felipe Balbi · 8 years ago
  29. 0b7c105 usb: host: xhci: rename completion codes to match spec by Felipe Balbi · 8 years ago
  30. ced09c9 usb: host: xhci: print HCIVERSION on debug by Felipe Balbi · 8 years ago
  31. 98871e9 usb: host: xhci: change pre-increments to post-increments by Felipe Balbi · 8 years ago
  32. 989bad1 usb: xhci: remove unnecessary return in xhci_pci_setup() by Lu Baolu · 8 years ago
  33. daa47f2 usb: xhci: use list_is_singular for cmd_list by Lu Baolu · 8 years ago
  34. fb79a6d usb: xhci: avoid unnecessary calculation by Lu Baolu · 8 years ago
  35. 80c4796 usb: xhci: remove unnecessary assignment by Lu Baolu · 8 years ago
  36. 21939f0 usb: host: xhci-plat: enable BROKEN_PED quirk if platform requested by Felipe Balbi · 8 years ago
  37. 41135de usb: xhci: add quirk flag for broken PED bits by Felipe Balbi · 8 years ago
  38. 52c31bd xhci: Put warning message on a single line by Alexander Stein · 8 years ago
  39. e22caf8 usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure by Baolin Wang · 8 years ago
  40. 1cc6d86 usb: xhci: remove unnecessary second abort try by Lu Baolu · 8 years ago
  41. 6b02e97 xhci: remove unnecessary check for pending timer by Mathias Nyman · 8 years ago
  42. f992659 xhci: detect stop endpoint race using pending timer instead of counter. by Mathias Nyman · 8 years ago
  43. 9983a5f xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDING by Mathias Nyman · 8 years ago
  44. 505f581 xhci: simplify if statement to make it more readable by Mathias Nyman · 8 years ago
  45. 92190e3 usb: storage: sddr09: Remove a set-but-not-used variable by Augusto Mecking Caringi · 8 years ago
  46. 1e572aa usb: musb: constify musb_hdrc_config structures by Bhumika Goyal · 8 years ago
  47. 692665c Merge 4.10-rc5 into usb-next by Greg Kroah-Hartman · 8 years ago
  48. 3c6aea7 usb: dwc2: gadget: Add checking for g-tx-fifo-size parameter by Sevak Arakelyan · 8 years ago
  49. c138ecf usb: dwc2: gadget: Set TX FIFO depths to calculated defaults by Sevak Arakelyan · 8 years ago
  50. e1f411d usb: dwc2: host: Correct snpsid checking for GDFIFOCFG by Sevak Arakelyan · 8 years ago
  51. d3fe81d usb: dwc2: host: use msleep() for long delay by Nicholas Mc Guire · 8 years ago
  52. ca8b033 usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220 by Chen Yu · 8 years ago
  53. 9156a7e usb: dwc2: Force port resume on switching to device mode by Chen Yu · 8 years ago
  54. fc30c4b usb: dwc2: Workaround case where GOTGCTL state is wrong by John Stultz · 8 years ago
  55. 6e6360b usb: dwc2: Avoid sleeping while holding hsotg->lock by John Stultz · 8 years ago
  56. 2124f9e usb: dwc2: Show dr_mode via debugfs by John Youn · 8 years ago
  57. 5dc6422 usb: dwc2: Remove debug prints in params.c by John Youn · 8 years ago
  58. 4bd1ac6 usb: dwc2: Add debugfs file to show params by John Youn · 8 years ago
  59. 06e75df usb: dwc2: Remove unnecessary parameters by John Youn · 8 years ago
  60. 95832c0 usb: dwc2: Fix usage of bool params by John Youn · 8 years ago
  61. 7de1deb usb: dwc2: Remove platform static params by John Youn · 8 years ago
  62. d936e66 usb: dwc2: Check core parameters by John Youn · 8 years ago
  63. 57b8e23 usb: dwc2: Rearrange param structure members by John Youn · 8 years ago
  64. d21bcc3 usb: dwc2: Update parameter types by John Youn · 8 years ago
  65. f9f93cb usb: dwc2: Get device properties by John Youn · 8 years ago
  66. 245977c usb: dwc2: Set core parameters to default values by John Youn · 8 years ago
  67. 0f3a745 usb: dwc2: Remove unused otg_ver parameter by John Youn · 8 years ago
  68. 749494b6 usb: gadget: f_hid: fix: Move IN request allocation to set_alt() by Krzysztof Opasiak · 8 years ago
  69. 977ac78 usb: gadget: udc: constify usb_ep_ops structures by Bhumika Goyal · 8 years ago
  70. 741d255 usb: gadget: udc: atmel: Update endpoint allocation scheme by Cristian Birsan · 8 years ago
  71. 41dc9ac usb: gadget: f_fs: Accept up to 30 endpoints. by Vincent Pelletier · 8 years ago
  72. f199a80 usb: gadger: f_fs: Do not copy past descriptor end. by Vincent Pelletier · 8 years ago
  73. a98feef usb: phy: fsl: Remove the set_power callback by Baolin Wang · 8 years ago
  74. 7b61980 usb: phy: msm: Remove the set_power callback by Baolin Wang · 8 years ago
  75. 788c8ab usb: phy: ab8500: Remove the set_power callback by Baolin Wang · 8 years ago
  76. f87c842 usb: dwc2: gadget: Set GDFIFOCFG by Sevak Arakelyan · 8 years ago
  77. e92b9d4 usb: gadget: uac2: add req_number as parameter by Peter Chen · 8 years ago
  78. ec33efe usb: dwc2: Fix sizeof in kzalloc by John Youn · 8 years ago
  79. 1a2e910 usb: dwc2: Remove 'return' from void function by John Youn · 8 years ago
  80. 77b6200 usb: dwc2: Fix code indentation after conditionals by John Youn · 8 years ago
  81. b98866c usb: dwc2: Fix lines over 80 characters by John Youn · 8 years ago
  82. 34c0887f usb: dwc2: Fix brace usage by John Youn · 8 years ago
  83. ab28320 usb: dwc2: Fix logical continuations by John Youn · 8 years ago
  84. 38beaec usb: dwc2: Fix comment alignment and format by John Youn · 8 years ago
  85. 3b1920e usb: dwc2: Add identifier in prototypes by John Youn · 8 years ago
  86. 9da5197 usb: dwc2: Cleanup some checkpatch issues by John Youn · 8 years ago
  87. 33e4c1a usb: gadget: f_hid: Use spinlock instead of mutex by Krzysztof Opasiak · 8 years ago
  88. aa65d11 usb: gadget: f_hid: fix: Prevent accessing released memory by Krzysztof Opasiak · 8 years ago
  89. 20d2ca9 usb: gadget: f_hid: fix: Free out requests by Krzysztof Opasiak · 8 years ago
  90. 271d2d6 tools: usb: ffs-test: add SS descriptors by Felipe Balbi · 8 years ago
  91. 5abb9b9 tools: usb: ffs-test: switch to _DEFAULT_SOURCE by Felipe Balbi · 8 years ago
  92. ffb80fc usb: dwc3: gadget: skip Set/Clear Halt when invalid by Felipe Balbi · 8 years ago
  93. 5389679 usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phase by Baolin Wang · 8 years ago
  94. 746c908 usb: phy: tahvo: Replace the deprecated extcon API by Chanwoo Choi · 8 years ago
  95. c773bb0 usb: dwc3: omap: Replace the extcon API by Chanwoo Choi · 8 years ago
  96. ea07b8c usb: renesas_usbhs: Replace the deprecated extcon API by Chanwoo Choi · 8 years ago
  97. 874c9cc usb: phy: qcom-8x16-usb: Replace the extcon API by Chanwoo Choi · 8 years ago
  98. e61bebd usb: phy: msm: Replace the extcon API by Chanwoo Choi · 8 years ago
  99. 7df3378 usb: phy: omap-otg: Replace the extcon API by Chanwoo Choi · 8 years ago
  100. c6267a5 usb: dwc3: gadget: align transfers to wMaxPacketSize by Felipe Balbi · 8 years ago