1. 018047a usb: dwc3: keystone: check return value by Pan Bian · 8 years ago
  2. d325a1d usb: dwc3: gadget: Prevent losing events in event cache by Thinh Nguyen · 8 years ago
  3. f1d6826 usb: dwc3: gadget: Fix ISO transfer performance by Roger Quadros · 8 years ago
  4. 6821795 usb: dwc3: pci: add Intel Cannonlake PCI IDs by Heikki Krogerus · 9 years ago
  5. 8f28472 Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  6. 2bd8040 Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  7. ba7756d Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  8. 9840354 usb: dwc3: Add dual-role support by Roger Quadros · 8 years ago
  9. 41ce145 usb: dwc3: core: make dwc3_set_mode() work properly by Roger Quadros · 8 years ago
  10. b202c42 usb: dwc3: debugfs: remove unnecessary | operator by Roger Quadros · 8 years ago
  11. 6b3261a usb: dwc3: core: add current_dr_role member by Roger Quadros · 8 years ago
  12. d6e5a54 usb: dwc3: simplify ZLP handling by Felipe Balbi · 8 years ago
  13. 4199c5f usb: dwc3: ep0: improve handling of unaligned OUT requests by Felipe Balbi · 8 years ago
  14. d686a5f usb: dwc3: ep0: pass dep as argument to internal functions by Felipe Balbi · 8 years ago
  15. 7d5e650 usb: dwc3: ep0: use immediate SETUP on TRB by Felipe Balbi · 8 years ago
  16. b5c7ed5 usb: dwc3: expose dwc3_trb_type_string() by Felipe Balbi · 8 years ago
  17. 90abb42 usb: dwc3: debugfs: return strings that match tracepoints by Felipe Balbi · 8 years ago
  18. 26c9f3e usb: dwc3: debugfs: make use of dwc3_gadget_link_string() by Felipe Balbi · 8 years ago
  19. 2df301c usb: dwc3: debugfs: downcase OTG on 'mode' file by Felipe Balbi · 8 years ago
  20. ff3f078 usb: dwc3: use BIT() macro where possible by Roger Quadros · 8 years ago
  21. aad7c25 usb: dwc3: trace: change format for string to cmd trace by Felipe Balbi · 8 years ago
  22. af771d7 usb: dwc3: gadget: Fix starting microframe for ISOC by John Youn · 8 years ago
  23. 3a932b0 usb: dwc3: exynos: change goto labels to meaningful names by Shuah Khan · 8 years ago
  24. f3bcfc7 usb: dwc3: remove dwc3_gadget_init_hw_endpoints by Bryan O'Donoghue · 8 years ago
  25. 47d3946 usb: dwc3: refactor gadget endpoint count calculation by Bryan O'Donoghue · 8 years ago
  26. 8261bd4e usb: dwc3: make macros safe to expression arguments by Roger Quadros · 8 years ago
  27. 05428ba usb: dwc3: remove dwc3_log_msg trace class by Lu Baolu · 8 years ago
  28. 1966b86 usb: dwc3: make sure UX_EXIT_PX is cleared by Felipe Balbi · 8 years ago
  29. e47ff59 Merge 4.11-rc4 into usb-next by Greg Kroah-Hartman · 8 years ago
  30. 4a56e41 usb: dwc3: pci: Switch to devm_acpi_dev_add_driver_gpios() by Andy Shevchenko · 8 years ago
  31. de288e3 usb: dwc3: gadget: delay unmap of bounced requests by Janusz Dziedzic · 8 years ago
  32. 2c93e79 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW by yuan linyu · 8 years ago
  33. 35b2719 usb: dwc3: gadget: make to increment req->remaining in all cases by Felipe Balbi · 8 years ago
  34. 0913750 usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox() by Roger Quadros · 8 years ago
  35. 1551e35 usb: dwc3: gadget: Fix system suspend/resume on TI platforms by Roger Quadros · 8 years ago
  36. 7356112 usb: dwc3: Fix incorrect type for utmi mode by Franck Demathieu · 8 years ago
  37. cf3113d usb: dwc3: gadget: properly increment dequeue pointer on ep_dequeue by Felipe Balbi · 8 years ago
  38. 7369090 usb: dwc3: gadget: make Set Endpoint Configuration macros safe by Felipe Balbi · 8 years ago
  39. 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
  40. e42a5db usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisions by Felipe Balbi · 8 years ago
  41. 2878178 usb: dwc3: gadget: read IN ep FIFO size from HW by Felipe Balbi · 8 years ago
  42. ffb80fc usb: dwc3: gadget: skip Set/Clear Halt when invalid by Felipe Balbi · 8 years ago
  43. 5389679 usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phase by Baolin Wang · 8 years ago
  44. c773bb0 usb: dwc3: omap: Replace the extcon API by Chanwoo Choi · 8 years ago
  45. c6267a5 usb: dwc3: gadget: align transfers to wMaxPacketSize by Felipe Balbi · 8 years ago
  46. 905dc04 usb: dwc3: gadget: allocate bounce buffer for unaligned xfers by Felipe Balbi · 8 years ago
  47. e49d3cf usb: dwc3: gadget: extract __dwc3_prepare_one_trb() by Felipe Balbi · 8 years ago
  48. 8430530 usb: dwc3: gadget: simplify dwc3_prepare_one_trb() by Felipe Balbi · 8 years ago
  49. 0e4018f usb: dwc3: exynos: Remove MODULE_ALIAS() by Javier Martinez Canillas · 8 years ago
  50. 3e27b3f usb: dwc3: exynos remove suspend clock unspecified debug message by Shuah Khan · 8 years ago
  51. 8ae584d usb: dwc3: exynos fix axius clock error path to do cleanup by Shuah Khan · 8 years ago
  52. 9418ee1 usb: dwc3: gadget: Fix full speed mode by Roger Quadros · 8 years ago
  53. 8f8983a usb: dwc3: pci: add Intel Gemini Lake PCI ID by Heikki Krogerus · 9 years ago
  54. 0eae2fd usb: dwc3: pci: Add "linux,sysdev_is_parent" property by John Youn · 8 years ago
  55. 12a7f17 usb: dwc3: omap: fix race of pm runtime with irq handler in probe by Grygorii Strashko · 8 years ago
  56. d7fd41c usb: dwc3: skip interrupt when ep disabled by Janusz Dziedzic · 8 years ago
  57. 51c1685 usb: dwc3: pci: Fix dr_mode misspelling by Hans de Goede · 8 years ago
  58. e71d363 usb: dwc3: core: avoid Overflow events by Felipe Balbi · 8 years ago
  59. d621459 usb: dwc3: gadget: always unmap EP0 requests by Felipe Balbi · 8 years ago
  60. 19ec312 usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb() by Felipe Balbi · 8 years ago
  61. 7931ec8 usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb() by Felipe Balbi · 8 years ago
  62. a9042de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  63. 9165dab treewide: Fix printk() message errors by Masanari Iida · 8 years ago
  64. 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
  65. 8c9f2de usb: dwc3: Do not set dma coherent mask by Arnd Bergmann · 8 years ago
  66. d64ff40 usb: dwc3: use bus->sysdev for DMA configuration by Arnd Bergmann · 8 years ago
  67. 1c404b5 usb: dwc3: ep0: avoid empty-body warning by Arnd Bergmann · 8 years ago
  68. 36daf3a usb: dwc3: pci: avoid build warning by Felipe Balbi · 8 years ago
  69. 28632b4 usb: dwc3: Workaround for irq mask issue by John Youn · 8 years ago
  70. cf40b86 usb: dwc3: Implement interrupt moderation by John Youn · 8 years ago
  71. 65aca32 usb: dwc3: gadget: clear events in top-half handler by John Youn · 8 years ago
  72. ebbb2d5 usb: dwc3: gadget: use evt->cache for processing events by John Youn · 8 years ago
  73. caefe6c usb: dwc3: gadget: use evt->length as we should by Felipe Balbi · 8 years ago
  74. d9fa4c6 usb: dwc3: core: add a event buffer cache by John Youn · 8 years ago
  75. a22f884 usb: dwc3: core: remove dwc3_soft_reset() by Felipe Balbi · 8 years ago
  76. 7ac51a1 usb: dwc3: Add a function to check properties by John Youn · 8 years ago
  77. a987a90 usb: dwc3: Add a check for the DWC_usb3 core by John Youn · 8 years ago
  78. 5fb6fda usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSEL by John Youn · 8 years ago
  79. 39ebb05 usb: dwc3: gadget: Remove descriptor arguments to ep_enable by John Youn · 8 years ago
  80. f2694a9 usb: dwc3: warn on once when no trbs by Janusz Dziedzic · 8 years ago
  81. 87aba10 usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flag by Janusz Dziedzic · 8 years ago
  82. e3aee48 usb: dwc3: fix post-increment by Janusz Dziedzic · 8 years ago
  83. ce3fc8b usb: dwc3: clean TRB if STARTTRANSFER fail by Janusz Dziedzic · 8 years ago
  84. 8ab89da usb: dwc3: decrement queued_requests by Janusz Dziedzic · 8 years ago
  85. 5eb30ce usb: dwc3: trace: purge dwc3_trace() by Felipe Balbi · 8 years ago
  86. 2870e50 usb: dwc3: trace: add a tracepoint for ep enable/disable by Felipe Balbi · 8 years ago
  87. 9cecca7 usb: dwc3: pci: call _DSM for suspend/resume by Felipe Balbi · 8 years ago
  88. 0f817ae usb: dwc3: pci: add a private driver structure by Felipe Balbi · 8 years ago
  89. ff377ae usb: dwc3: gadget: always kick if num_pending_sgs > 0 by Felipe Balbi · 8 years ago
  90. 7282c4e usb: dwc3: gadget: stop touching HWO TRBs by Felipe Balbi · 8 years ago
  91. d86c5a6 usb: dwc3: gadget: always try to prepare on started_list first by Felipe Balbi · 8 years ago
  92. e62c5bc5 usb: dwc3: gadget: tracking per-TRB remaining bytes by Felipe Balbi · 8 years ago
  93. 6cb2e4e usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue() by Felipe Balbi · 8 years ago
  94. 76a638f usb: dwc3: gadget: wait for End Transfer to complete by Baolin Wang · 8 years ago
  95. 785c91f usb: dwc3: cleanup with list_first_entry_or_null() by Masahiro Yamada · 8 years ago
  96. bb01473 usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do so by Baolin Wang · 8 years ago
  97. cf68923 usb: dwc3: gadget: purge dwc3_stop_active_transfers() by Felipe Balbi · 8 years ago
  98. c5ac611 usb: dwc3: core: add dwc3_get_properties() by Felipe Balbi · 8 years ago
  99. 3b27332 usb: dwc3: core: remove unnecessary alignment by Felipe Balbi · 8 years ago
  100. 941f918 usb: dwc3: core: introduce dwc3_core_setup_global_control() by Felipe Balbi · 8 years ago