1. 35b2719 usb: dwc3: gadget: make to increment req->remaining in all cases by Felipe Balbi · 8 years ago
  2. 0913750 usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox() by Roger Quadros · 8 years ago
  3. 1551e35 usb: dwc3: gadget: Fix system suspend/resume on TI platforms by Roger Quadros · 8 years ago
  4. 7356112 usb: dwc3: Fix incorrect type for utmi mode by Franck Demathieu · 8 years ago
  5. cf3113d usb: dwc3: gadget: properly increment dequeue pointer on ep_dequeue by Felipe Balbi · 8 years ago
  6. 7369090 usb: dwc3: gadget: make Set Endpoint Configuration macros safe by Felipe Balbi · 8 years ago
  7. 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
  8. e42a5db usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisions by Felipe Balbi · 8 years ago
  9. 2878178 usb: dwc3: gadget: read IN ep FIFO size from HW by Felipe Balbi · 8 years ago
  10. ffb80fc usb: dwc3: gadget: skip Set/Clear Halt when invalid by Felipe Balbi · 8 years ago
  11. 5389679 usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phase by Baolin Wang · 8 years ago
  12. c773bb0 usb: dwc3: omap: Replace the extcon API by Chanwoo Choi · 8 years ago
  13. c6267a5 usb: dwc3: gadget: align transfers to wMaxPacketSize by Felipe Balbi · 8 years ago
  14. 905dc04 usb: dwc3: gadget: allocate bounce buffer for unaligned xfers by Felipe Balbi · 8 years ago
  15. e49d3cf usb: dwc3: gadget: extract __dwc3_prepare_one_trb() by Felipe Balbi · 8 years ago
  16. 8430530 usb: dwc3: gadget: simplify dwc3_prepare_one_trb() by Felipe Balbi · 8 years ago
  17. 0e4018f usb: dwc3: exynos: Remove MODULE_ALIAS() by Javier Martinez Canillas · 8 years ago
  18. 3e27b3f usb: dwc3: exynos remove suspend clock unspecified debug message by Shuah Khan · 8 years ago
  19. 8ae584d usb: dwc3: exynos fix axius clock error path to do cleanup by Shuah Khan · 8 years ago
  20. 9418ee1 usb: dwc3: gadget: Fix full speed mode by Roger Quadros · 8 years ago
  21. 8f8983a usb: dwc3: pci: add Intel Gemini Lake PCI ID by Heikki Krogerus · 9 years ago
  22. 0eae2fd usb: dwc3: pci: Add "linux,sysdev_is_parent" property by John Youn · 8 years ago
  23. 12a7f17 usb: dwc3: omap: fix race of pm runtime with irq handler in probe by Grygorii Strashko · 8 years ago
  24. d7fd41c usb: dwc3: skip interrupt when ep disabled by Janusz Dziedzic · 8 years ago
  25. 51c1685 usb: dwc3: pci: Fix dr_mode misspelling by Hans de Goede · 8 years ago
  26. e71d363 usb: dwc3: core: avoid Overflow events by Felipe Balbi · 8 years ago
  27. d621459 usb: dwc3: gadget: always unmap EP0 requests by Felipe Balbi · 8 years ago
  28. 19ec312 usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb() by Felipe Balbi · 8 years ago
  29. 7931ec8 usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb() by Felipe Balbi · 8 years ago
  30. a9042de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  31. 9165dab treewide: Fix printk() message errors by Masanari Iida · 8 years ago
  32. ae4d814 Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  33. 8c9f2de usb: dwc3: Do not set dma coherent mask by Arnd Bergmann · 8 years ago
  34. d64ff40 usb: dwc3: use bus->sysdev for DMA configuration by Arnd Bergmann · 8 years ago
  35. 1c404b5 usb: dwc3: ep0: avoid empty-body warning by Arnd Bergmann · 8 years ago
  36. 36daf3a usb: dwc3: pci: avoid build warning by Felipe Balbi · 8 years ago
  37. 28632b4 usb: dwc3: Workaround for irq mask issue by John Youn · 8 years ago
  38. cf40b86 usb: dwc3: Implement interrupt moderation by John Youn · 8 years ago
  39. 65aca32 usb: dwc3: gadget: clear events in top-half handler by John Youn · 8 years ago
  40. ebbb2d5 usb: dwc3: gadget: use evt->cache for processing events by John Youn · 8 years ago
  41. caefe6c usb: dwc3: gadget: use evt->length as we should by Felipe Balbi · 8 years ago
  42. d9fa4c6 usb: dwc3: core: add a event buffer cache by John Youn · 8 years ago
  43. a22f884 usb: dwc3: core: remove dwc3_soft_reset() by Felipe Balbi · 8 years ago
  44. 7ac51a1 usb: dwc3: Add a function to check properties by John Youn · 8 years ago
  45. a987a90 usb: dwc3: Add a check for the DWC_usb3 core by John Youn · 8 years ago
  46. 5fb6fda usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSEL by John Youn · 8 years ago
  47. 39ebb05 usb: dwc3: gadget: Remove descriptor arguments to ep_enable by John Youn · 8 years ago
  48. f2694a9 usb: dwc3: warn on once when no trbs by Janusz Dziedzic · 8 years ago
  49. 87aba10 usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flag by Janusz Dziedzic · 8 years ago
  50. e3aee48 usb: dwc3: fix post-increment by Janusz Dziedzic · 8 years ago
  51. ce3fc8b usb: dwc3: clean TRB if STARTTRANSFER fail by Janusz Dziedzic · 8 years ago
  52. 8ab89da usb: dwc3: decrement queued_requests by Janusz Dziedzic · 8 years ago
  53. 5eb30ce usb: dwc3: trace: purge dwc3_trace() by Felipe Balbi · 8 years ago
  54. 2870e50 usb: dwc3: trace: add a tracepoint for ep enable/disable by Felipe Balbi · 8 years ago
  55. 9cecca7 usb: dwc3: pci: call _DSM for suspend/resume by Felipe Balbi · 8 years ago
  56. 0f817ae usb: dwc3: pci: add a private driver structure by Felipe Balbi · 8 years ago
  57. ff377ae usb: dwc3: gadget: always kick if num_pending_sgs > 0 by Felipe Balbi · 8 years ago
  58. 7282c4e usb: dwc3: gadget: stop touching HWO TRBs by Felipe Balbi · 8 years ago
  59. d86c5a6 usb: dwc3: gadget: always try to prepare on started_list first by Felipe Balbi · 8 years ago
  60. e62c5bc5 usb: dwc3: gadget: tracking per-TRB remaining bytes by Felipe Balbi · 8 years ago
  61. 6cb2e4e usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue() by Felipe Balbi · 8 years ago
  62. 76a638f usb: dwc3: gadget: wait for End Transfer to complete by Baolin Wang · 8 years ago
  63. 785c91f usb: dwc3: cleanup with list_first_entry_or_null() by Masahiro Yamada · 8 years ago
  64. bb01473 usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do so by Baolin Wang · 8 years ago
  65. cf68923 usb: dwc3: gadget: purge dwc3_stop_active_transfers() by Felipe Balbi · 8 years ago
  66. c5ac611 usb: dwc3: core: add dwc3_get_properties() by Felipe Balbi · 8 years ago
  67. 3b27332 usb: dwc3: core: remove unnecessary alignment by Felipe Balbi · 8 years ago
  68. 941f918 usb: dwc3: core: introduce dwc3_core_setup_global_control() by Felipe Balbi · 8 years ago
  69. 0759956 usb: dwc3: core: introduce dwc3_core_is_valid() by Felipe Balbi · 8 years ago
  70. 0bb39ca usb: dwc3: Add support for device L1 exit by John Youn · 8 years ago
  71. f9d2f922 usb: dwc3: remove unused struct member dwc3->mem by Lu Baolu · 8 years ago
  72. 0a695d4 usb: dwc3: gadget: never ever kill the machine by Felipe Balbi · 8 years ago
  73. c9508c8 usb: dwc3: gadget: only interrupt on short if short_not_ok is set by Felipe Balbi · 8 years ago
  74. 58f2903 usb: dwc3: gadget: CSP is only valid for OUT endpoints by Felipe Balbi · 8 years ago
  75. b9bd138 usb: dwc3: gadget: remove unused 'first_trb_index' by Felipe Balbi · 8 years ago
  76. 39e07ff usb: dwc3: ep0: simplify dwc3_ep0_handle_feature() by Felipe Balbi · 8 years ago
  77. 6d729a5 usb: dwc3: host: extract dwc3_host_get_irq() by Felipe Balbi · 8 years ago
  78. 6db3812 usb: dwc3: gadget: extract dwc3_gadget_get_irq() by Felipe Balbi · 8 years ago
  79. 4dd5a69 usb: dwc3: trace: add a proper tracepoint for reg accessors by Felipe Balbi · 8 years ago
  80. ba1773f usb: dwc3: Kconfig: allow all glues to build if COMPILE_TEST by Felipe Balbi · 8 years ago
  81. 57b14da usb: dwc3: don't compile dwc3_trace() unless CONFIG_FTRACE=y by Felipe Balbi · 8 years ago
  82. a97ea99 usb: dwc3: gadget: offset Start Transfer latency for bulk EPs by Felipe Balbi · 8 years ago
  83. fa8d965 usb: dwc3: trace: pretty print high-bandwidth transfers too by Felipe Balbi · 8 years ago
  84. 43c96be usb: dwc3: trace: print out ep0state also from XferComplete by Felipe Balbi · 8 years ago
  85. cdd72ac usb: dwc3: debug: move dwc3_ep0_state_string() to debug.h by Felipe Balbi · 8 years ago
  86. 8566cd1 usb: dwc3: gadget: remove redundant trace prints by Felipe Balbi · 8 years ago
  87. 45a2af2 usb: dwc3: debug: decode control endpoint phase too by Felipe Balbi · 8 years ago
  88. 799e9dc usb: dwc3: gadget: conditionally disable Link State change events by Felipe Balbi · 8 years ago
  89. 15b8d93 usb: dwc3: gadget: giveback request if we can't kick it by Felipe Balbi · 8 years ago
  90. 8897a76 usb: dwc3: gadget: make use of No Response Update Transfer by Felipe Balbi · 8 years ago
  91. 5999914 usb: dwc3: gadget: properly check ep cmd by Felipe Balbi · 8 years ago
  92. 6b9018d usb: dwc3: gadget: set PCM1 field of isochronous-first TRBs by Felipe Balbi · 8 years ago
  93. 4accb8a usb: dwc3: st: add missing <linux/pinctrl/consumer.h> include by Felipe Balbi · 8 years ago
  94. 9b9d7cd usb: dwc3: Fix error handling for core init by Vivek Gautam · 8 years ago
  95. 51fbc7c usb: dwc3: Fix size used in dma_free_coherent() by Christophe JAILLET · 8 years ago
  96. d889c23 usb: dwc3: gadget: never pre-start Isochronous endpoints by Felipe Balbi · 8 years ago
  97. a9c3ca5 usb: dwc3: gadget: properly account queued requests by Felipe Balbi · 8 years ago
  98. 8152263 Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  99. b281dc6 usb: dwc3: of-simple: add compatible for Cavium by Felipe Balbi · 8 years ago
  100. 26c9cac usb: dwc3: of-simple: allow glues without clocks by Felipe Balbi · 8 years ago