1. b15a762 usb: dwc3: gadget: move to threaded IRQ by Felipe Balbi · 14 years ago
  2. 7415f17 usb: dwc3: core: add power management support by Felipe Balbi · 13 years ago
  3. 9fcb3bd usb: dwc3: gadget: save state of pullups by Felipe Balbi · 12 years ago
  4. 8698e2a usb: dwc3: gadget: introduce and use enable/disable irq methods by Felipe Balbi · 12 years ago
  5. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 12 years ago
  6. 1e1930b usb: dwc3: gadget: let udc-core manage gadget->dev by Felipe Balbi · 12 years ago
  7. e5b29b2 usb: dwc3: gadget: remove unnecessary code by Felipe Balbi · 12 years ago
  8. 67635d3 Merge 3.8-rc5 into usb-next by Greg Kroah-Hartman · 12 years ago
  9. 1a94774 usb: dwc3: gadget: change HIRD threshold to 12 by Felipe Balbi · 12 years ago
  10. c9fda7d usb: dwc3: gadget: req->queued must be forced to false in cleanup by Pratyush Anand · 12 years ago
  11. e5ba5ec usb: dwc3: gadget: fix scatter gather implementation by Pratyush Anand · 12 years ago
  12. 1877d6c usb: dwc3: gadget: no need to pass params in case of UPDATE_TRANSFER by Pratyush Anand · 12 years ago
  13. 915e202 usb: dwc3: gadget: fix skip LINK_TRB on ISOC by Pratyush Anand · 12 years ago
  14. cdc359d usb: dwc3: gadget: fix isoc END TRANSFER Condition by Pratyush Anand · 12 years ago
  15. 15f86bd usb: dwc3: gadget: correct return from ep_queue by Pratyush Anand · 12 years ago
  16. 7efea86 usb: dwc3: gadget: fix missed isoc by Pratyush Anand · 12 years ago
  17. 2b75835 usb: dwc3: Enable usb2 LPM only when connected as usb2.0 by Pratyush Anand · 12 years ago
  18. 6048e4c usb: dwc3: gadget: fix ep->maxburst for ep0 by Pratyush Anand · 12 years ago
  19. 7dbdf4e usb: dwc3: gadget: don't redefine 'ret' by Felipe Balbi · 12 years ago
  20. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  21. 041d81f usb: dwc3: gadget: fix 'endpoint always busy' bug by Felipe Balbi · 12 years ago
  22. 2bcb132 Merge 3.6-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  23. f4a53c5 usb: dwc3: gadget: fix pending isoc handling by Pratyush Anand · 12 years ago
  24. 0416e49 usb: dwc3: ep0: correct cache sync issue in case of ep0_bounced by Pratyush Anand · 12 years ago
  25. d2e9a13 usb: dwc3: set up burst size only superspeed mode by Chanho Park · 12 years ago
  26. c6f83f3 usb: dwc3: gadget: warn about endpoint already enabled before changing ep name by Felipe Balbi · 12 years ago
  27. 5791150 usb: dwc3: gadget: Fix dwc3_stop_active_transfer for synchronization delay by Pratyush Anand · 13 years ago
  28. 79c9046 usb: dwc3: gadget: correct missed isoc when endpoint is busy by Pratyush Anand · 12 years ago
  29. 348e026 usb: dwc3: gadget: Fix sparse warnings by Moiz Sonasath · 12 years ago
  30. 4b345c9 usb: dwc3: gadget: set Ignore Sequence Number bit from ConnectDone Event by Felipe Balbi · 12 years ago
  31. 9331415 Merge tag 'dwc3-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  32. 94ff447 Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  33. 6f17f74 usb: dwc3: return error in case of run/stop timeout by Pratyush Anand · 13 years ago
  34. e274a31 usb: dwc3: enable ACCEPT{U1,U2}ENA when SetConfiguration received by Pratyush Anand · 13 years ago
  35. dd864f2 usb: dwc3: no need to clear INIT{U1,U2}ENA bits by Pratyush Anand · 13 years ago
  36. cbc725b usb: dwc3: keep default hird threshold value as 4b1100 by Pratyush Anand · 13 years ago
  37. 08f0d96 usb: dwc3: correct set_halt implementation for ep0 by Pratyush Anand · 13 years ago
  38. 9be2395 usb: dwc3: gadget: remove duplicated code from __dwc3_gadget_ep_set_halt by Felipe Balbi · 13 years ago
  39. b4996a8 usb: dwc3: rename res_trans_idx to resource_index by Felipe Balbi · 13 years ago
  40. b511e5e usb: dwc3: gadget: split special cases of ep_queue() by Felipe Balbi · 13 years ago
  41. 3daf74d usb: dwc3: remove WARN_ON from dwc_stop_active_transfer by Pratyush Anand · 13 years ago
  42. 1591633 usb: dwc3: giveback all queued request when ep disabled or reset received by Pratyush Anand · 13 years ago
  43. e8d4e8b usb: dwc3: fix giveback of queued request in ep_dequeue by Pratyush Anand · 13 years ago
  44. b785ea7 usb: gadget: composite: fix ep->maxburst initialization by Felipe Balbi · 13 years ago
  45. dcae357 usb: dwc3: resume phy during gadget initialization on recent cores by Pratyush Anand · 13 years ago
  46. 3336abb usb: dwc3: gadget: ignore endpoint IRQs when endpoint is disabled by Felipe Balbi · 13 years ago
  47. 1e2360e usb: dwc3: gadget: don't call stop_active_transfers() on disconnect by Felipe Balbi · 13 years ago
  48. ea53b88 usb: dwc3: gadget: don't wait for ep cmd IRQ by Felipe Balbi · 13 years ago
  49. 6dbc10c usb: dwc3: gadget: drop useless code by Felipe Balbi · 13 years ago
  50. 70b674b usb: dwc3: Fix break from cleanup request loop by Pratyush Anand · 13 years ago
  51. d6d6ec7 usb: dwc3: Fix missed isoc IN transaction by Pratyush Anand · 13 years ago
  52. 206dd69 USB: DWC3: Generate interrupt on each TRB as default option by Pratyush Anand · 13 years ago
  53. 5cbe8c2 usb: dwc3: gadget: move AcceptU1Ena and AcceptU2Ena to Reset IRQ by Gerard CAUVY · 13 years ago
  54. c4430a2 usb: dwc3: gadget: disable U1/U2 on disconnect by Felipe Balbi · 13 years ago
  55. fcc023c usb: dwc3: gadget: prevent DCTL register corruption by Felipe Balbi · 13 years ago
  56. 802fde9 usb: dwc3: support new revisions of DWC3 core by Paul Zimmerman · 13 years ago
  57. d7a46a8 usb: dwc3: gadget: rename phy_power() to phy_suspend() by Paul Zimmerman · 13 years ago
  58. aed430e usb: dwc3: gadget: reinitialize retries by Paul Zimmerman · 13 years ago
  59. a092532 usb: dwc3: gadget: remove trailing semicolon by Felipe Balbi · 13 years ago
  60. 23063b3 Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  61. 16e78db usb: dwc3: Update dwc3 udc to use usb_endpoint_descriptor inside the struct usb_ep by Ido Shayevitz · 13 years ago
  62. 3ef35fa usb: dwc3: define DWC3_EP0_BOUNCE_SIZE by Felipe Balbi · 13 years ago
  63. f898ae0 usb: dwc3: gadget: issue Update Transfer command after queuing isoc request by Paul Zimmerman · 13 years ago
  64. 7ed6d22 usb: dwc3: gadget: increase setup buffer size by Felipe Balbi · 13 years ago
  65. b09bb64 usb: dwc3: gadget: implement Global Command support by Felipe Balbi · 13 years ago
  66. e6a3b5e usb: dwc3: ep0: add LPM handling by Sebastian Andrzej Siewior · 13 years ago
  67. 07e7f47 usb: dwc3: workaround: metastability state on Run/Stop bit by Felipe Balbi · 13 years ago
  68. 3d71769 Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  69. c2df85c usb: dwc3: clear 'res_trans_idx' as soon as it becomes invalid by Paul Zimmerman · 13 years ago
  70. 249a456 usb: dwc3: take lock while modifying flags by Paul Zimmerman · 13 years ago
  71. aee63e3 usb: dwc3: shorten long delay in dwc3_gadget_set_link_state() by Paul Zimmerman · 13 years ago
  72. 9bafa56 usb: dwc3: fix bogus test in dwc3_gadget_start_isoc by Paul Zimmerman · 13 years ago
  73. 27a78d6 usb: dwc3: use proper function for setting endpoint name by Anton Tikhomirov · 13 years ago
  74. 8d62cd6 usb: dwc3: gadget: don't wrap around the TRB poll on non-ISOC by Paul Zimmerman · 13 years ago
  75. 1d04679 usb: dwc3: clean up whitespace damage, typos, missing parens, etc. by Paul Zimmerman · 13 years ago
  76. 0fc9a1b usb: dwc3: gadget: use generic map/unmap routines by Felipe Balbi · 13 years ago
  77. f9c56cd usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable by Ido Shayevitz · 13 years ago
  78. f6bafc6 usb: dwc3: convert TRBs into bitshifts by Felipe Balbi · 13 years ago
  79. 3b63736 usb: dwc3: ep0: fix SetFeature(TEST) by Gerard Cauvy · 13 years ago
  80. 2e81c36 usb: dwc3: gadget: allocate 3 packets for bulk and isoc endpoints by Felipe Balbi · 13 years ago
  81. d70d844 usb: dwc3: gadget: avoid memcpy()ing event buffer by Felipe Balbi · 13 years ago
  82. 8db7ed1 usb: dwc3: gadget: start core on Rx.Detect by Felipe Balbi · 13 years ago
  83. 457e84b usb: dwc3: gadget: dynamically re-size TxFifos by Felipe Balbi · 13 years ago
  84. 7b7dd02 usb: dwc3: gadget: use the descriptor pointer we hold by Felipe Balbi · 13 years ago
  85. 40aa41fb usb: dwc3: gadget: fix XferNotReady debug print by Felipe Balbi · 13 years ago
  86. 138801a usb: dwc3: gadget: allow Link state changes via debugfs by Felipe Balbi · 13 years ago
  87. 8598bde usb: dwc3: gadget: re-factor Link state change to a function by Felipe Balbi · 13 years ago
  88. 04a9bfc usb: dwc3: gadget: re-factor USB2 test mode to a function by Felipe Balbi · 13 years ago
  89. c09d6b5 usb: dwc3: unmap the proper number of sg entries by Sebastian Andrzej Siewior · 13 years ago
  90. 18b7ede usb: ch9: fix up MaxStreams helper by Felipe Balbi · 13 years ago
  91. ee0db58 Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  92. eea9fc7 Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  93. eeb720f usb: dwc3: gadget: add support for SG lists by Felipe Balbi · 13 years ago
  94. 42f8eb7 usb: dwc3: gadget: don't force 'LST' always by Felipe Balbi · 13 years ago
  95. 68e823e usb: dwc3: gadget: don't return anything on prepare trbs by Felipe Balbi · 13 years ago
  96. c71fc37 usb: dwc3: gadget: re-factor dwc3_prepare_trbs() by Felipe Balbi · 13 years ago
  97. 961906e usb: dwc3: gadget: move us to Default State after reset by Felipe Balbi · 13 years ago
  98. 121a8cd Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  99. c90bfae usb: dwc3: gadget: fix stream enable bit by Felipe Balbi · 13 years ago
  100. df62df5 usb: dwc3: workaround: missing disconnect event by Felipe Balbi · 13 years ago