1. 7d67e56 usb: dwc2: Fix DMA cache alignment issues by Martin Schiller · 5 years ago
  2. 4b42bdf usb: dwc2: Remove unnecessary kfree by John Youn · 8 years ago
  3. 44af104 usb: gadget: dwc2: fix memory leak in gadget_init() by Grigor Tovmasyan · 6 years ago
  4. 77569fc usb: dwc2: fix isoc split in transfer with no data by William Wu · 6 years ago
  5. 7ff1861 usb: dwc2: Fix DMA alignment to start at allocated boundary by Antti Seppälä · 6 years ago
  6. 42525f7 usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub by William Wu · 6 years ago
  7. 26f4a6d usb: dwc2: host: Fix transaction errors in host mode by Minas Harutyunyan · 6 years ago
  8. fba46ae usb: dwc2: Fix interval type issue by Grigor Tovmasyan · 6 years ago
  9. 0e025f5 usb: dwc2: Fix dwc2_hsotg_core_init_disconnected() by Vardan Mikayelyan · 6 years ago
  10. 7e59524 usb: dwc2: Improve gadget state disconnection handling by John Stultz · 7 years ago
  11. 813bd8c usb: dwc2: Make sure we disconnect the gadget state by John Stultz · 7 years ago
  12. 5f54c4e usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM value by Amelie Delaunay · 7 years ago
  13. 30643b5 usb: dwc2: host: use msleep() for long delay by Nicholas Mc Guire · 7 years ago
  14. 3fa9538 Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization" by John Youn · 8 years ago
  15. 2317eac Revert "usb: dwc2: gadget: change variable name to more meaningful" by John Youn · 8 years ago
  16. a07ce8d usb: dwc2: Add msleep for host-only by Heiko Stuebner · 8 years ago
  17. c913fc4 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  18. 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
  19. f94310a usb: dwc2: add support for Meson8b and GXBB SoCs by Jerome Brunet · 8 years ago
  20. 2938fc6 usb: dwc2: Properly account for the force mode delays by John Youn · 8 years ago
  21. fef6bc3 usb: dwc2: Add delay to core soft reset by John Youn · 8 years ago
  22. d0f0ac5 usb: dwc2: gadget: Only initialize device if in device mode by John Youn · 8 years ago
  23. 9b0dd49 Merge 4.8-rc5 into usb-testing by Greg Kroah-Hartman · 8 years ago
  24. 1c07b20 usb: dwc2: gadget: free TX FIFO after killing requests by Robert Baldyga · 8 years ago
  25. 21f3bb5 usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable() by Robert Baldyga · 8 years ago
  26. ba48eab usb: dwc2: gadget: change variable name to more meaningful by Robert Baldyga · 8 years ago
  27. aa381a7 usb: dwc2: gadget: fix TX FIFO size and address initialization by Robert Baldyga · 8 years ago
  28. ad674a1 usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers by Robert Baldyga · 8 years ago
  29. 648e0bc usb: dwc2: gadget: don't print on ENOMEM by Wolfram Sang · 8 years ago
  30. 8bae0f8 usb: dwc2: gadget: don't print on ENOMEM by Wolfram Sang · 8 years ago
  31. 8dc7d30 usb: dwc2: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  32. 83f8da5 usb: dwc2: Add reset control to dwc2 by Dinh Nguyen · 8 years ago
  33. ec7b126 usb: dwc2: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  34. e43470db USB: dwc2-usb: add USB_GADGET dependency by Arnd Bergmann · 8 years ago
  35. e135ab7 usb: dwc2: add printf attribute to cat_printf() by Nicolas Iooss · 8 years ago
  36. 837e9f0 usb: dwc2: gadget: Final fixes for BDMA ISOC by Vardan Mikayelyan · 8 years ago
  37. bd9971f usb: dwc2: gadget: Add EP disabled interrupt handler by Vardan Mikayelyan · 8 years ago
  38. 381fc8f usb: dwc2: gadget: Add Incomplete ISO IN/OUT Interrupt handlers by Vardan Mikayelyan · 8 years ago
  39. 5321922 usb: dwc2: gadget: Add OUTTKNEPDIS and NAKINTRPT handlers by Vardan Mikayelyan · 8 years ago
  40. 41cc4cd usb: dwc2: gadget: Add dwc2_gadget_start_next_request function by Vardan Mikayelyan · 8 years ago
  41. 3260158 usb: dwc2: gadget: Add dwc2_gadget_read_ep_interrupts function by Vardan Mikayelyan · 8 years ago
  42. 142bd33 usb: dwc2: gadget: Corrected interval calculation by Vardan Mikayelyan · 8 years ago
  43. 92d1635 usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num() by Vardan Mikayelyan · 8 years ago
  44. 6b58cb0 usb: dwc2: gadget: Fix transfer stop programming for out endpoint by Vardan Mikayelyan · 8 years ago
  45. 26ddef5 usb: dwc2: gadget: Corrected field names by Vardan Mikayelyan · 8 years ago
  46. 7c01b99 usb: dwc2: gadget: Remove unnecessary code by Vardan Mikayelyan · 8 years ago
  47. 04cde47 usb: dwc2: gadget: Remove unnecessary line by Vardan Mikayelyan · 8 years ago
  48. 106528b usb: dwc2: Add missing register field definitions by Vardan Mikayelyan · 8 years ago
  49. 23e3439 usb: dwc2: fix regression on big-endian PowerPC/ARM systems by Arnd Bergmann · 8 years ago
  50. 15186f1 usb: dwc2: gadget: Do not halt isochronous endpoints by Vahram Aharonyan · 8 years ago
  51. 51da43b usb: dwc2: gadget: Do not halt endpoint if active by Vahram Aharonyan · 8 years ago
  52. a6ef3e0 usb: dwc2: Proper cleanup on dr_mode failure by John Youn · 8 years ago
  53. 907a444 usb: dwc2: Fixed SOF interrupt enabling/disabling by Sevak Arakelyan · 8 years ago
  54. b0d65902 usb: dwc2: host: Setting qtd to NULL after freeing it by Vardan Mikayelyan · 8 years ago
  55. ee3de8d usb: dwc2: gadget: Prevent handling of host interrupts by Vardan Mikayelyan · 8 years ago
  56. 8c3d609 usb: dwc2: gadget: Check for ep0 in enable by Vahram Aharonyan · 8 years ago
  57. ecd9a7a usb: dwc2: do not override forced dr_mode in gadget setup by Przemek Rudy · 8 years ago
  58. 1fc6598 usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma() by John Youn · 8 years ago
  59. 6c0c095 usb: dwc2: Add support for Lantiq ARX and XRX SoCs by Antti Seppälä · 8 years ago
  60. b02038f usb: dwc2: Move host-specific core functions into hcd.c by John Youn · 8 years ago
  61. 58e52ff6a usb: dwc2: Move register save and restore functions by John Youn · 8 years ago
  62. 9bbe91a usb: dwc2: Use kmem_cache_free() by Amitoj Kaur Chawla · 8 years ago
  63. 1479cb6 usb: dwc2: host: If using uframe scheduler, end splits better by Douglas Anderson · 8 years ago
  64. 9f9f09b usb: dwc2: host: Totally redo the microframe scheduler by Douglas Anderson · 8 years ago
  65. 9cf1a60 usb: dwc2: host: Properly set even/odd frame by Douglas Anderson · 8 years ago
  66. fae4e82 usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() call by Douglas Anderson · 8 years ago
  67. fb616e3 usb: dwc2: host: Manage frame nums better in scheduler by Douglas Anderson · 8 years ago
  68. 483bb25 usb: dwc2: host: Add scheduler logging for missed SOFs by Douglas Anderson · 8 years ago
  69. 2d3f139 usb: dwc2: host: Split code out to make dwc2_do_reserve() by Douglas Anderson · 8 years ago
  70. b951c6c usb: dwc2: host: Reorder things in hcd_queue.c by Douglas Anderson · 8 years ago
  71. ced9eee usb: dwc2: host: Rename some fields in struct dwc2_qh by Douglas Anderson · 8 years ago
  72. 4e50e01 usb: dwc2: host: Use periodic interrupt even with DMA by Douglas Anderson · 8 years ago
  73. d82a810e usb: dwc2: host: There's not really a TT for the root hub by Douglas Anderson · 8 years ago
  74. 9ed04d9 usb: dwc2: host: Properly set the HFIR by Douglas Anderson · 8 years ago
  75. 8add17c usb: dwc2: host: Giveback URB in tasklet context by Douglas Anderson · 8 years ago
  76. 17dd5b6 usb: dwc2: host: Add a delay before releasing periodic bandwidth by Douglas Anderson · 8 years ago
  77. 74fc4a7 usb: dwc2: host: Add scheduler tracing by Douglas Anderson · 8 years ago
  78. c9c8ac0 usb: dwc2: host: fix split transfer schedule sequence by Douglas Anderson · 8 years ago
  79. 94ef7ae usb: dwc2: host: Always add to the tail of queues by Douglas Anderson · 8 years ago
  80. 16e8021 usb: dwc2: host: Avoid use of chan->qh after qh freed by Douglas Anderson · 8 years ago
  81. 098c1ef usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066 by Douglas Anderson · 8 years ago
  82. 3bc04e2 usb: dwc2: host: Get aligned DMA in a more supported way by Douglas Anderson · 8 years ago
  83. 40eed7d usb: dwc2: rockchip: Make the max_transfer_size automatic by Douglas Anderson · 8 years ago
  84. 71e41bb Merge 4.5-rc6 into usb-next by Greg Kroah-Hartman · 8 years ago
  85. a057c32 usb: dwc2: USB_DWC2 should depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
  86. ee89b64 usb: dwc2: USB_DWC2 should depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
  87. 62943b7 usb: dwc2: host: fix the data toggle error in full speed descriptor dma by Tang, Jianqiang · 8 years ago
  88. 3142a16 usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_desc by Vardan Mikayelyan · 8 years ago
  89. bd84f4a usb: dwc2: Add extra delay when forcing dr_mode by John Youn · 8 years ago
  90. 89f1ec8 usb: add HAS_IOMEM dependency to USB_DWC2 by Vegard Nossum · 8 years ago
  91. 192cb07 usb: dwc2: Fix probe problem on bcm2835 by John Youn · 8 years ago
  92. 03b32e4 Revert "usb: dwc2: Move reset into dwc2_get_hwparams()" by John Youn · 8 years ago
  93. a40a003 usb: dwc2: add shutdown callback to platform variant by Heiko Stübner · 8 years ago
  94. 6d76c92 usb: dwc2: gadget: Repair DSTS register decoding by Marek Vasut · 8 years ago
  95. 60c0288 usb: dwc2: gadget: Remove call to dwc2_hsotg_init() by John Youn · 8 years ago
  96. 25362d3 usb: dwc2: Remove redundant reset in probe by John Youn · 8 years ago
  97. 97e4638 usb: dwc2: Reduce delay when forcing mode in reset by John Youn · 8 years ago
  98. 241729b usb: dwc2: gadget: Replace dwc2_hsotg_corereset() by John Youn · 8 years ago
  99. 43e9034 usb: dwc2: gadget: Use hw params from core by John Youn · 8 years ago
  100. 55e1040 usb: dwc2: Improve handling of host and device hwparams by John Youn · 8 years ago