1. 4ecb5e8 USB: dwc3: gadget.c: Check ep0 request list is empty or not by Vijayavardhan Vennapusa · 12 years ago
  2. 4f1de53 USB: dwc3: ep0.c: Disable U1 and U2 low power modes by Vijayavardhan Vennapusa · 12 years ago
  3. 3d07bce USB: dwc3: Add support for ZLP handling for control endpoint by Vijayavardhan Vennapusa · 12 years ago
  4. ffeb26b USB: dwc3: Add debug support for DWC3 driver by Vijayavardhan Vennapusa · 12 years ago
  5. 8a8ce39 Merge "USB: dwc3: gadget: Handle ENDPOINT CLEAR FEATURE reqeust" by Linux Build Service Account · 12 years ago
  6. 7428f52 Merge "Merge usb dwc3 changes backported from v3.7-rc1" by Linux Build Service Account · 12 years ago
  7. 6008e26 USB: dwc3: gadget: Handle ENDPOINT CLEAR FEATURE reqeust by Vijayavardhan Vennapusa · 12 years ago
  8. b8964f8 USB: dwc3: ep0: Fix set configuration issue for USB enumeration by Vijayavardhan Vennapusa · 12 years ago
  9. 8d7bf59 usb: dwc3: ep0: correct cache sync issue in case of ep0_bounced by Pratyush Anand · 12 years ago
  10. 0c42163 usb: dwc3: ep0: make sure to reinitilize ep1 on STALL by Felipe Balbi · 12 years ago
  11. a866ee0 usb: dwc3: ep0: fix status phase delayed status direction by Felipe Balbi · 12 years ago
  12. a7e8d65 usb: dwc3: ep0: drop XferNotReady(DATA) support by Felipe Balbi · 12 years ago
  13. b6c4acd usb: dwc3: ep0: move DATA phase away from on-demand by Felipe Balbi · 12 years ago
  14. cb84c5e usb: dwc3: ep0: ignore XferNotReady(STATUS) when we're not expecting it by Felipe Balbi · 12 years ago
  15. 1cd6601 usb: dwc3: ep0: drop dead code by Felipe Balbi · 12 years ago
  16. 929646c usb: dwc3: ep0: split the special cases on ep0_queue by Felipe Balbi · 12 years ago
  17. 2640f34 usb: dwc3: ep0: drop unnecessary variable by Felipe Balbi · 12 years ago
  18. 49917a4 usb: dwc3: enable ACCEPT{U1,U2}ENA when SetConfiguration received by Pratyush Anand · 12 years ago
  19. eb84075 usb: dwc3: correct set_halt implementation for ep0 by Pratyush Anand · 12 years ago
  20. 0ed27b1 usb: dwc3: ep0: prevent starting transfers twice on ep0 by Felipe Balbi · 12 years ago
  21. 4959cfc usb: dwc3: rename res_trans_idx to resource_index by Felipe Balbi · 13 years ago
  22. ed8c398 usb: dwc3: ep0: rename dwc3_ep0_complete_req to dwc3_ep0_complete_status by Felipe Balbi · 13 years ago
  23. 8761921 usb: dwc3: ep0: be careful with endianness on SetSEL command by Felipe Balbi · 13 years ago
  24. 65811b6 usb: dwc3: ep0: simplify error handling on dwc3_ep0_inspect_setup by Felipe Balbi · 13 years ago
  25. 7a94fbb usb: dwc3: ep0: fix a typo in comment by Felipe Balbi · 13 years ago
  26. 9610cd2 usb: dwc3: ep0: align on function signature by Felipe Balbi · 13 years ago
  27. 0a1730a usb: dwc3: ep0: switch over to IS_ALIGNED by Felipe Balbi · 13 years ago
  28. db0af40 usb: dwc3: handle pending unaligned Control OUT data phase correctly by Felipe Balbi · 13 years ago
  29. 800bf64 usb: dwc3: fix a WARN and a comment by Felipe Balbi · 13 years ago
  30. 57cdac1 usb: dwc3: Update dwc3 udc to use usb_endpoint_descriptor inside the struct usb_ep by Ido Shayevitz · 13 years ago
  31. 395c349 usb: dwc3: ep0: implement support for Set Isoch Delay request by Felipe Balbi · 13 years ago
  32. 9e788d6 usb: dwc3: ep0: implement Set SEL support by Felipe Balbi · 13 years ago
  33. bb8b8a3 usb: dwc3: ep0: add LPM handling by Sebastian Andrzej Siewior · 13 years ago
  34. ecb0779 usb: dwc3: ep0: add a default case for SetFeature command by Gerard Cauvy · 13 years ago
  35. cd423dd usb: dwc3: ep0: increment "actual" on bounced ep0 case by Felipe Balbi · 13 years ago
  36. 566ccdd usb: dwc3: ep0: Handle requests greater than wMaxPacketSize by Moiz Sonasath · 13 years ago
  37. 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
  38. c2df85c usb: dwc3: clear 'res_trans_idx' as soon as it becomes invalid by Paul Zimmerman · 13 years ago
  39. 1d04679 usb: dwc3: clean up whitespace damage, typos, missing parens, etc. by Paul Zimmerman · 13 years ago
  40. f9b0f51 Merge tag 'gadget-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
  41. 0fc9a1b usb: dwc3: gadget: use generic map/unmap routines by Felipe Balbi · 13 years ago
  42. f6bafc6 usb: dwc3: convert TRBs into bitshifts by Felipe Balbi · 13 years ago
  43. 3b63736 usb: dwc3: ep0: fix SetFeature(TEST) by Gerard Cauvy · 13 years ago
  44. 457e84b usb: dwc3: gadget: dynamically re-size TxFifos by Felipe Balbi · 13 years ago
  45. bb5cfd6 usb: dwc3: ep0: move to CONFIGURED also on delayed status by Felipe Balbi · 13 years ago
  46. 04a9bfc usb: dwc3: gadget: re-factor USB2 test mode to a function by Felipe Balbi · 13 years ago
  47. 1a0955f usb: dwc3: ep0: fix compile warning by Felipe Balbi · 13 years ago
  48. 68d8a78 usb: dwc3: ep0: tidy up Pending Request handling by Felipe Balbi · 13 years ago
  49. 68d3e66 usb: dwc3: ep0: fix for possible early delayed_status by Felipe Balbi · 13 years ago
  50. e261779 usb: dwc3: ep0: fix GetStatus handling (again) by Felipe Balbi · 13 years ago
  51. e0ce0b0 usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_request by Sebastian Andrzej Siewior · 13 years ago
  52. df62df5 usb: dwc3: workaround: missing disconnect event by Felipe Balbi · 13 years ago
  53. 5bdb1dc usb: dwc3: ep0: handle delayed_status again by Sebastian Andrzej Siewior · 13 years ago
  54. f0f2b2a usb: dwc3: ep0: push ep0state into xfernotready processing by Sebastian Andrzej Siewior · 13 years ago
  55. 8becf27 usb: dwc3: fix sparse errors by Felipe Balbi · 13 years ago
  56. 25b8ff6 usb: dwc3: fix few coding style problems by Felipe Balbi · 13 years ago
  57. c2da2ff usb: dwc3: ep0: don't use ep0in for transfers by Sebastian Andrzej Siewior · 13 years ago
  58. 1e7618d usb: dwc3: ep0: use proper endianess in SetFeature for wIndex by Sebastian Andrzej Siewior · 13 years ago
  59. 8ee6270 usb: dwc3: remove special status request handling in ep0 by Sebastian Andrzej Siewior · 13 years ago
  60. 0cc7a51 usb: dwc3: reset pending status flag in error case by Sebastian Andrzej Siewior · 13 years ago
  61. 9cc9bcd usb: dwc3: ep0: handle unexpected XferNotReady events by Felipe Balbi · 13 years ago
  62. f96a6ec usb: dwc3: ep0: SetAddress() won't be issued while Configured by Felipe Balbi · 13 years ago
  63. dc1c70a usb: dwc3: convert structures into bitshifts by Felipe Balbi · 13 years ago
  64. b23c843 usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPs by Paul Zimmerman · 13 years ago
  65. 49a25cc usb: dwc: remove "All rights reserved" statement. by Sebastian Andrzej Siewior · 13 years ago
  66. b147f35 usb: dwc3: ep0: fix debug output by Sebastian Andrzej Siewior · 13 years ago
  67. 9876cbe usb: dwc3: ep0: remove second giveback in error case by Sebastian Andrzej Siewior · 13 years ago
  68. 25355be usb: dwc3: ep0: fix debug message by Felipe Balbi · 13 years ago
  69. d95b09b usb: dwc3: ep0: ignore direction on 2-stage transfer by Felipe Balbi · 13 years ago
  70. 2646021 usb: dwc3: ep0: Make USB30CV happy with SetAddress by Felipe Balbi · 13 years ago
  71. 55f3fba usb: dwc3: ep0: introduce ep0_expect_in flag by Felipe Balbi · 13 years ago
  72. d742220 usb: dwc3: ep0: giveback requests on stall_and_restart by Felipe Balbi · 13 years ago
  73. 1ddcb21 usb: dwc3: use ep0_next_event field by Felipe Balbi · 13 years ago
  74. 0b7836a usb: dwc3: drop EP0_STALL state by Felipe Balbi · 13 years ago
  75. 76cb323 usb: dwc3: ep0: clear all EP0 flags by Felipe Balbi · 13 years ago
  76. b673cf3 usb: dwc3: ep0: fix Get Status handling by Felipe Balbi · 13 years ago
  77. c7fcdeb usb: dwc3: ep0: simplify EP0 state machine by Felipe Balbi · 13 years ago
  78. a682970 usb: dwc3: ep0: add handling for unaligned OUT transfers by Felipe Balbi · 13 years ago
  79. c611ccb usb: dwc3: ep0: fix 'transfered' typo by Felipe Balbi · 13 years ago
  80. 72246da usb: Introduce DesignWare USB3 DRD Driver by Felipe Balbi · 13 years ago