1. 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
  2. 8c9f2de usb: dwc3: Do not set dma coherent mask by Arnd Bergmann · 8 years ago
  3. d64ff40 usb: dwc3: use bus->sysdev for DMA configuration by Arnd Bergmann · 8 years ago
  4. 1c404b5 usb: dwc3: ep0: avoid empty-body warning by Arnd Bergmann · 8 years ago
  5. 36daf3a usb: dwc3: pci: avoid build warning by Felipe Balbi · 8 years ago
  6. 28632b4 usb: dwc3: Workaround for irq mask issue by John Youn · 8 years ago
  7. cf40b86 usb: dwc3: Implement interrupt moderation by John Youn · 8 years ago
  8. 65aca32 usb: dwc3: gadget: clear events in top-half handler by John Youn · 8 years ago
  9. ebbb2d5 usb: dwc3: gadget: use evt->cache for processing events by John Youn · 8 years ago
  10. caefe6c usb: dwc3: gadget: use evt->length as we should by Felipe Balbi · 8 years ago
  11. d9fa4c6 usb: dwc3: core: add a event buffer cache by John Youn · 8 years ago
  12. a22f884 usb: dwc3: core: remove dwc3_soft_reset() by Felipe Balbi · 8 years ago
  13. 7ac51a1 usb: dwc3: Add a function to check properties by John Youn · 8 years ago
  14. a987a90 usb: dwc3: Add a check for the DWC_usb3 core by John Youn · 8 years ago
  15. 5fb6fda usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSEL by John Youn · 8 years ago
  16. 39ebb05 usb: dwc3: gadget: Remove descriptor arguments to ep_enable by John Youn · 8 years ago
  17. f2694a9 usb: dwc3: warn on once when no trbs by Janusz Dziedzic · 8 years ago
  18. 87aba10 usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flag by Janusz Dziedzic · 8 years ago
  19. e3aee48 usb: dwc3: fix post-increment by Janusz Dziedzic · 8 years ago
  20. ce3fc8b usb: dwc3: clean TRB if STARTTRANSFER fail by Janusz Dziedzic · 8 years ago
  21. 8ab89da usb: dwc3: decrement queued_requests by Janusz Dziedzic · 8 years ago
  22. 5eb30ce usb: dwc3: trace: purge dwc3_trace() by Felipe Balbi · 8 years ago
  23. 2870e50 usb: dwc3: trace: add a tracepoint for ep enable/disable by Felipe Balbi · 8 years ago
  24. 9cecca7 usb: dwc3: pci: call _DSM for suspend/resume by Felipe Balbi · 8 years ago
  25. 0f817ae usb: dwc3: pci: add a private driver structure by Felipe Balbi · 8 years ago
  26. ff377ae usb: dwc3: gadget: always kick if num_pending_sgs > 0 by Felipe Balbi · 8 years ago
  27. 7282c4e usb: dwc3: gadget: stop touching HWO TRBs by Felipe Balbi · 8 years ago
  28. d86c5a6 usb: dwc3: gadget: always try to prepare on started_list first by Felipe Balbi · 8 years ago
  29. e62c5bc5 usb: dwc3: gadget: tracking per-TRB remaining bytes by Felipe Balbi · 8 years ago
  30. 6cb2e4e3 usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue() by Felipe Balbi · 8 years ago
  31. 76a638f usb: dwc3: gadget: wait for End Transfer to complete by Baolin Wang · 8 years ago
  32. 785c91f usb: dwc3: cleanup with list_first_entry_or_null() by Masahiro Yamada · 8 years ago
  33. bb01473 usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do so by Baolin Wang · 8 years ago
  34. cf68923 usb: dwc3: gadget: purge dwc3_stop_active_transfers() by Felipe Balbi · 8 years ago
  35. c5ac611 usb: dwc3: core: add dwc3_get_properties() by Felipe Balbi · 8 years ago
  36. 3b27332 usb: dwc3: core: remove unnecessary alignment by Felipe Balbi · 8 years ago
  37. 941f918 usb: dwc3: core: introduce dwc3_core_setup_global_control() by Felipe Balbi · 8 years ago
  38. 0759956 usb: dwc3: core: introduce dwc3_core_is_valid() by Felipe Balbi · 8 years ago
  39. 0bb39ca usb: dwc3: Add support for device L1 exit by John Youn · 8 years ago
  40. f9d2f922 usb: dwc3: remove unused struct member dwc3->mem by Lu Baolu · 8 years ago
  41. 0a695d4 usb: dwc3: gadget: never ever kill the machine by Felipe Balbi · 8 years ago
  42. c9508c8 usb: dwc3: gadget: only interrupt on short if short_not_ok is set by Felipe Balbi · 8 years ago
  43. 58f2903 usb: dwc3: gadget: CSP is only valid for OUT endpoints by Felipe Balbi · 8 years ago
  44. b9bd138 usb: dwc3: gadget: remove unused 'first_trb_index' by Felipe Balbi · 8 years ago
  45. 39e07ff usb: dwc3: ep0: simplify dwc3_ep0_handle_feature() by Felipe Balbi · 8 years ago
  46. 6d729a55 usb: dwc3: host: extract dwc3_host_get_irq() by Felipe Balbi · 8 years ago
  47. 6db3812 usb: dwc3: gadget: extract dwc3_gadget_get_irq() by Felipe Balbi · 8 years ago
  48. 4dd5a69 usb: dwc3: trace: add a proper tracepoint for reg accessors by Felipe Balbi · 8 years ago
  49. ba1773f usb: dwc3: Kconfig: allow all glues to build if COMPILE_TEST by Felipe Balbi · 8 years ago
  50. 57b14da usb: dwc3: don't compile dwc3_trace() unless CONFIG_FTRACE=y by Felipe Balbi · 8 years ago
  51. a97ea99 usb: dwc3: gadget: offset Start Transfer latency for bulk EPs by Felipe Balbi · 8 years ago
  52. fa8d965 usb: dwc3: trace: pretty print high-bandwidth transfers too by Felipe Balbi · 8 years ago
  53. 43c96be usb: dwc3: trace: print out ep0state also from XferComplete by Felipe Balbi · 8 years ago
  54. cdd72ac usb: dwc3: debug: move dwc3_ep0_state_string() to debug.h by Felipe Balbi · 8 years ago
  55. 8566cd1 usb: dwc3: gadget: remove redundant trace prints by Felipe Balbi · 8 years ago
  56. 45a2af2 usb: dwc3: debug: decode control endpoint phase too by Felipe Balbi · 8 years ago
  57. 799e9dc usb: dwc3: gadget: conditionally disable Link State change events by Felipe Balbi · 8 years ago
  58. 15b8d933 usb: dwc3: gadget: giveback request if we can't kick it by Felipe Balbi · 8 years ago
  59. 8897a76 usb: dwc3: gadget: make use of No Response Update Transfer by Felipe Balbi · 8 years ago
  60. 5999914 usb: dwc3: gadget: properly check ep cmd by Felipe Balbi · 8 years ago
  61. 6b9018d usb: dwc3: gadget: set PCM1 field of isochronous-first TRBs by Felipe Balbi · 8 years ago
  62. 4accb8a usb: dwc3: st: add missing <linux/pinctrl/consumer.h> include by Felipe Balbi · 8 years ago
  63. 9b9d7cd usb: dwc3: Fix error handling for core init by Vivek Gautam · 8 years ago
  64. 51fbc7c usb: dwc3: Fix size used in dma_free_coherent() by Christophe JAILLET · 8 years ago
  65. d889c23 usb: dwc3: gadget: never pre-start Isochronous endpoints by Felipe Balbi · 8 years ago
  66. a9c3ca5 usb: dwc3: gadget: properly account queued requests by Felipe Balbi · 8 years ago
  67. 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
  68. b281dc6 usb: dwc3: of-simple: add compatible for Cavium by Felipe Balbi · 8 years ago
  69. 26c9cac usb: dwc3: of-simple: allow glues without clocks by Felipe Balbi · 8 years ago
  70. fc9104d Merge 4.8-rc6 into usb-next by Greg Kroah-Hartman · 8 years ago
  71. 8d53e62 usb: dwc3: of-simple: Fix warning during unbind by Anurag Kumar Vulisha · 8 years ago
  72. 5e6c88d usb: dwc3: fix Clear Stall EP command failure by Lu Baolu · 8 years ago
  73. d6e10bf usb: dwc3: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  74. 696118c usb: dwc3: pci: fix build warning on !PM_SLEEP by Felipe Balbi · 8 years ago
  75. 9d6173e usb: dwc3: Fix dr_mode validation by Thinh Nguyen · 8 years ago
  76. 073c47a usb: dwc3: ulpi: make dwc3_ulpi_ops constant by Tal Shorer · 8 years ago
  77. e6f7484 usb: ulpi: rename operations {read|write}_dev to simply {read|write} by Tal Shorer · 8 years ago
  78. b7cf1dc usb: dwc3: ulpi: use new api by Tal Shorer · 8 years ago
  79. 9d7aba7 Revert "usb: dwc3: gadget: always decrement by 1" by John Youn · 8 years ago
  80. 9b0dd49 Merge 4.8-rc5 into usb-testing by Greg Kroah-Hartman · 8 years ago
  81. 6f8245b usb: dwc3: gadget: always decrement by 1 by Felipe Balbi · 8 years ago
  82. 594e121 usb: dwc3: gadget: stop kicking if we run out of space by Felipe Balbi · 8 years ago
  83. 7ae7df4 usb: dwc3: gadget: abolish trbs_left by Felipe Balbi · 8 years ago
  84. 06281d4 usb: dwc3: Add ENDXFER command polling by John Youn · 8 years ago
  85. 512e475 usb: dwc3: Add revision numbers for the USB 3.0 IP by John Youn · 8 years ago
  86. 00af623 usb: dwc3: core: Move the mode setting to the right place by Baolin Wang · 8 years ago
  87. f652191 usb: dwc3: of-simple: add compatible for rockchip rk3399 by William Wu · 8 years ago
  88. 00fe081 usb: dwc3: add dis_del_phy_power_chg_quirk by William Wu · 8 years ago
  89. 32f2ed8 usb: dwc3: make usb2 phy utmi interface configurable by William Wu · 8 years ago
  90. 16199f3 usb: dwc3: add dis_u2_freeclk_exists_quirk by William Wu · 8 years ago
  91. dc55c67 usb: dwc3: gadget: improve increment request->actual by Felipe Balbi · 8 years ago
  92. f99f53f usb: dwc3: gadget: remove condition that never happens by Felipe Balbi · 8 years ago
  93. 1f51211 usb: dwc3: gadget: add remaining sg entries to ring by Felipe Balbi · 8 years ago
  94. 696fe69 usb: dwc3: debug: fix ep name on trace output by Felipe Balbi · 8 years ago
  95. 2c78c02 usb: dwc3: gadget: interrupt on ring full too by Felipe Balbi · 8 years ago
  96. 0b3e4af usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_request by Felipe Balbi · 8 years ago
  97. 31162af usb: dwc3: gadget: avoid while (1) loop on completion by Felipe Balbi · 8 years ago
  98. 08a36b5 usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue() by Felipe Balbi · 8 years ago
  99. 45438a0 usb: dwc3: gadget: simplify dwc3_ep_prev_trb() by Felipe Balbi · 8 years ago
  100. 737f1ae usb: dwc3: gadget: increment dequeue pointer on completion by Felipe Balbi · 8 years ago