1. d6e5a54 usb: dwc3: simplify ZLP handling by Felipe Balbi · 8 years ago
  2. 4199c5f usb: dwc3: ep0: improve handling of unaligned OUT requests by Felipe Balbi · 8 years ago
  3. 7d5e650 usb: dwc3: ep0: use immediate SETUP on TRB by Felipe Balbi · 8 years ago
  4. ff3f078 usb: dwc3: use BIT() macro where possible by Roger Quadros · 8 years ago
  5. 47d3946 usb: dwc3: refactor gadget endpoint count calculation by Bryan O'Donoghue · 8 years ago
  6. 8261bd4e usb: dwc3: make macros safe to expression arguments by Roger Quadros · 8 years ago
  7. 1966b86 usb: dwc3: make sure UX_EXIT_PX is cleared by Felipe Balbi · 8 years ago
  8. c6267a5 usb: dwc3: gadget: align transfers to wMaxPacketSize by Felipe Balbi · 8 years ago
  9. 905dc04 usb: dwc3: gadget: allocate bounce buffer for unaligned xfers by Felipe Balbi · 8 years ago
  10. 9418ee1 usb: dwc3: gadget: Fix full speed mode by Roger Quadros · 8 years ago
  11. e71d363 usb: dwc3: core: avoid Overflow events by Felipe Balbi · 8 years ago
  12. d64ff40 usb: dwc3: use bus->sysdev for DMA configuration by Arnd Bergmann · 8 years ago
  13. cf40b86 usb: dwc3: Implement interrupt moderation by John Youn · 8 years ago
  14. d9fa4c6 usb: dwc3: core: add a event buffer cache by John Youn · 8 years ago
  15. a987a90 usb: dwc3: Add a check for the DWC_usb3 core by John Youn · 8 years ago
  16. 39ebb05 usb: dwc3: gadget: Remove descriptor arguments to ep_enable by John Youn · 8 years ago
  17. e62c5bc5 usb: dwc3: gadget: tracking per-TRB remaining bytes by Felipe Balbi · 8 years ago
  18. 6cb2e4e usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue() by Felipe Balbi · 8 years ago
  19. 76a638f usb: dwc3: gadget: wait for End Transfer to complete by Baolin Wang · 8 years ago
  20. bb01473 usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do so by Baolin Wang · 8 years ago
  21. 0bb39ca usb: dwc3: Add support for device L1 exit by John Youn · 8 years ago
  22. f9d2f922 usb: dwc3: remove unused struct member dwc3->mem by Lu Baolu · 8 years ago
  23. b9bd138 usb: dwc3: gadget: remove unused 'first_trb_index' by Felipe Balbi · 8 years ago
  24. 45a2af2 usb: dwc3: debug: decode control endpoint phase too by Felipe Balbi · 8 years ago
  25. 5999914 usb: dwc3: gadget: properly check ep cmd by Felipe Balbi · 8 years ago
  26. 9d6173e usb: dwc3: Fix dr_mode validation by Thinh Nguyen · 8 years ago
  27. 06281d4 usb: dwc3: Add ENDXFER command polling by John Youn · 8 years ago
  28. 512e475 usb: dwc3: Add revision numbers for the USB 3.0 IP by John Youn · 8 years ago
  29. 00fe081 usb: dwc3: add dis_del_phy_power_chg_quirk by William Wu · 8 years ago
  30. 32f2ed8 usb: dwc3: make usb2 phy utmi interface configurable by William Wu · 8 years ago
  31. 16199f3 usb: dwc3: add dis_u2_freeclk_exists_quirk by William Wu · 8 years ago
  32. 0b3e4af usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_request by Felipe Balbi · 8 years ago
  33. 68d34c8 usb: dwc3: gadget: keep track of allocated and queued reqs by Felipe Balbi · 9 years ago
  34. 475c8be usb: dwc3: add DWC3_GUCTL1 reg for debug by William Wu · 9 years ago
  35. e77c561 usb: dwc3: Fix DWC3_USB31_REVISION_110A definition by John Youn · 9 years ago
  36. 74674cb usb: dwc3: gadget: add a per-endpoint request queue lock by Felipe Balbi · 9 years ago
  37. fc8bb91 usb: dwc3: implement runtime PM by Felipe Balbi · 9 years ago
  38. 3f308d1 usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadget by Felipe Balbi · 9 years ago
  39. 51f5d49 usb: dwc3: core: simplify suspend/resume operations by Felipe Balbi · 9 years ago
  40. bcdb327 usb: dwc3: core: move fladj to dwc3 structure by Felipe Balbi · 9 years ago
  41. 2eb8801 usb: dwc3: gadget: add a pointer to endpoint registers by Felipe Balbi · 9 years ago
  42. 2cd4718 usb: dwc3: gadget: pass dep as argument to endpoint command by Felipe Balbi · 9 years ago
  43. 4e99472 usb: dwc3: gadget: initialize NUMP based on RxFIFO Size by Felipe Balbi · 9 years ago
  44. 9f8a67b usb: dwc3: gadget: fix gadget suspend/resume by Felipe Balbi · 9 years ago
  45. 50c763f usb: dwc3: Set the ClearPendIN bit on Clear Stall EP command by John Youn · 9 years ago
  46. 9739861 usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP() by Dan Carpenter · 9 years ago
  47. 2a58f9c usb: dwc3: gadget: disable automatic calculation of ACK TP NUMP by Felipe Balbi · 9 years ago
  48. 676e349 usb: dwc3: gadget: update DCFG.NumP to max burst size by Felipe Balbi · 9 years ago
  49. 7b9cc7a usb: dwc3: gadget: give better command return code by Konrad Leszczynski · 9 years ago
  50. b058f3e usb: dwc3: core: add helper to extract trb type by Felipe Balbi · 9 years ago
  51. cf6d867 usb: dwc3: core: add fifo space helper by Felipe Balbi · 9 years ago
  52. 70fdb27 usb: dwc3: get rid of DWC3_TRB_MASK by Felipe Balbi · 9 years ago
  53. c28f825 usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8 by Felipe Balbi · 9 years ago
  54. 5ef68c5 usb: dwc3: core: document struct dwc3_request by Felipe Balbi · 9 years ago
  55. 53fd881 usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue by Felipe Balbi · 9 years ago
  56. e58dd35 usb: dwc3: add disable receiver detection in P3 quirk by Rajesh Bhagat · 9 years ago
  57. 696c8b1 usb: dwc3: drop ev_buffs array by Felipe Balbi · 9 years ago
  58. 660e9bd usb: dwc3: remove num_event_buffers by Felipe Balbi · 9 years ago
  59. aa3342c usb: dwc3: better name for our request management lists by Felipe Balbi · 9 years ago
  60. 8495036 usb: dwc3: increase maximum number of TRBs per endpoint by Felipe Balbi · 9 years ago
  61. bc50816 usb: dwc3: drop FIFO resizing logic by Felipe Balbi · 9 years ago
  62. 1f38f88 usb: dwc3: Update register fields for SuperSpeedPlus by John Youn · 9 years ago
  63. c4137a9 usb: dwc3: DWC_usb31 controller check by John Youn · 9 years ago
  64. c450960 usb: dwc3: Fix assignment of EP transfer resources by John Youn · 9 years ago
  65. 04c03d1 usb: dwc3: gadget: handle request->zero by Felipe Balbi · 9 years ago
  66. ec791d1 usb: dwc3: Add dis_enblslpm_quirk by John Youn · 9 years ago
  67. 690fb37 usb: dwc3: Support Synopsys USB 3.1 IP by John Youn · 9 years ago
  68. db2be4e usb: dwc3: Add frame length adjustment quirk by Nikhil Badola · 9 years ago
  69. 19915e6 Merge 4.1-rc7 into usb-next by Greg Kroah-Hartman · 10 years ago
  70. 459e210 usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros by Subbaraya Sundeep Bhatta · 10 years ago
  71. 88bc9d1 usb: dwc3: add ULPI interface support by Heikki Krogerus · 10 years ago
  72. 3e10a2c usb: dwc3: add hsphy_interface property by Heikki Krogerus · 10 years ago
  73. f699b94 usb: dwc3: ULPI or UTMI+ select by Heikki Krogerus · 10 years ago
  74. b5699ee usb: dwc3: USB2 PHY register access bits by Heikki Krogerus · 10 years ago
  75. eac68e8 usb: dwc3: make LPM configurable in DT by Robert Baldyga · 10 years ago
  76. bcdea50 usb: dwc3: gadget: use common is_selfpowered by Peter Chen · 10 years ago
  77. 3cd0e29 usb: dwc3: Remove current_trb as it is unused by Amit Virdi · 10 years ago
  78. 460d098 usb: dwc3: make HIRD threshold configurable by Huang Rui · 10 years ago
  79. 0effe0a usb: dwc3: add disable usb2 suspend phy quirk by Huang Rui · 10 years ago
  80. 59acfa2 usb: dwc3: add disable usb3 suspend phy quirk by Huang Rui · 10 years ago
  81. 6b6a0c9 usb: dwc3: add Tx de-emphasis quirk by Huang Rui · 10 years ago
  82. 14f4ac5 usb: dwc3: add rx_detect to polling lfps quirk by Huang Rui · 10 years ago
  83. fb67afc usb: dwc3: add lfps filter quirk by Huang Rui · 10 years ago
  84. 41c06ff usb: dwc3: add delay phy power change quirk by Huang Rui · 10 years ago
  85. a2a1d0f usb: dwc3: add delay p1p2p3 quirk by Huang Rui · 10 years ago
  86. df31f5b usb: dwc3: add request p1p2p3 quirk by Huang Rui · 10 years ago
  87. b5a65c4 usb: dwc3: add P3 in U2 SS inactive quirk by Huang Rui · 10 years ago
  88. 9a5b2f3 usb: dwc3: add u2exit lfps quirk by Huang Rui · 10 years ago
  89. 80caf7d usb: dwc3: add lpm erratum support by Huang Rui · 10 years ago
  90. 3b81221 usb: dwc3: add disscramble quirk by Huang Rui · 10 years ago
  91. 946bd57 usb: dwc3: add a flag to check if it is fpga board by Huang Rui · 10 years ago
  92. 0b0231a usb: dwc3: get rid of ->prepare()/->complete() by Felipe Balbi · 10 years ago
  93. 2c4cbe6e5 usb: dwc3: add tracepoints to aid debugging by Felipe Balbi · 11 years ago
  94. 3ece0ec usb: dwc3: gadget: cmd argument should always be unsigned by Felipe Balbi · 10 years ago
  95. 0e1e5c4 usb: dwc3: add support for USB 2.0-only core configuration by Paul Zimmerman · 11 years ago
  96. 5730348 usb: dwc3: adapt dwc3 core to use Generic PHY Framework by Kishon Vijay Abraham I · 11 years ago
  97. dbf5aaf usb: dwc3: define more revisions by Felipe Balbi · 11 years ago
  98. 6101830 usb: dwc3: fix randconfig build errors by Felipe Balbi · 11 years ago
  99. 835fadb usb: dwc3: core: fix indentation by Felipe Balbi · 11 years ago
  100. 0ffcaf3 usb: dwc3: core: allocate scratch buffers by Felipe Balbi · 11 years ago