1. dde4c1b usb: dwc2: host: set active bit in isochronous descriptors by Gregory Herrero · 9 years ago
  2. 3ac38d2 usb: dwc2: host: ensure filling of isoc desc is correctly done by Gregory Herrero · 9 years ago
  3. f74875d usb: dwc2: fix kernel oops during driver probe by Stefan Wahren · 9 years ago
  4. 8aa90cf usb: dwc2: make otg clk optional by Stefan Wahren · 9 years ago
  5. 6c2dad6 usb: dwc2: Return errors from PHY by Stefan Wahren · 9 years ago
  6. d0464bc usb: dwc2: Make PHY optional by John Youn · 9 years ago
  7. 1fb7f12 usb: dwc2: host: Fix remote wakeup when not in DWC2_L2 by Douglas Anderson · 9 years ago
  8. f165930 usb: dwc2: host: Fix ahbcfg for rk3066 by Douglas Anderson · 9 years ago
  9. dc87308 usb: dwc2: host: Fix use after free w/ simultaneous irqs by Doug Anderson · 9 years ago
  10. 4d273c2 usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume() by Douglas Anderson · 9 years ago
  11. 09a75e8 usb: dwc2: refactor common low-level hw code to platform.c by Marek Szyprowski · 9 years ago
  12. 758ed19 usb: dwc2: remove no longer needed init_mutex by Marek Szyprowski · 9 years ago
  13. 44e4a60 usb: dwc2: fix duplicate argument warning by Mian Yousaf Kaukab · 9 years ago
  14. ec1f9d9 usb: dwc2: gadget: parity fix in isochronous mode by Roman Bacik · 9 years ago
  15. 5ee2a00 usb: dwc2: fix unbalanced phy control by Marek Szyprowski · 9 years ago
  16. 4112905 usb: dwc2: remove non-functional clock gating by Marek Szyprowski · 9 years ago
  17. 19dadca usb: dwc2: remove double call to dwc2_hsotg_of_probe by Marek Szyprowski · 9 years ago
  18. 44583fe usb: dwc2: gadget: fix a memory use-after-free bug by Yunzhi Li · 9 years ago
  19. 21795c8 usb: dwc2: exit hibernation on session request by Mian Yousaf Kaukab · 9 years ago
  20. 8fc37b8 usb: dwc2: gadget: handle reset interrupt before endpoint interrupts by Mian Yousaf Kaukab · 9 years ago
  21. 61f7223 usb: dwc2: gadget: exit hibernation before power down by Gregory Herrero · 9 years ago
  22. 1ee6903 usb: dwc2: gadget: unmask idstschng interrupt only if controller supports it by Gregory Herrero · 9 years ago
  23. 2becdc6 usb: dwc2: gadget: only reset core after addressed state by Mian Yousaf Kaukab · 9 years ago
  24. 5390d43 usb: dwc2: gadget: kill ep0 requests before reinitializing core by Mian Yousaf Kaukab · 9 years ago
  25. c524dd5 usb: dwc2: gadget: stop current transfer on dequeue by Mian Yousaf Kaukab · 9 years ago
  26. e525e74 usb: dwc2: gadget: print complete setup packet by Mian Yousaf Kaukab · 9 years ago
  27. b2d4c54 usb: dwc2: gadget: ignore stall check for ep0 by Mian Yousaf Kaukab · 9 years ago
  28. 86de489 usb: dwc2: gadget: abort core init if core_reset fails by Gregory Herrero · 9 years ago
  29. cd0e641 usb: dwc2: gadget: set op_state in vbus_session call by Gregory Herrero · 9 years ago
  30. 77ba911 usb: dwc2: gadget: don't modify pullup state in host mode by Gregory Herrero · 9 years ago
  31. 857512d usb: dwc2: force dr_mode in case of configuration mismatch by Mian Yousaf Kaukab · 9 years ago
  32. ec4cc65 usb: dwc2: gadget: initialize op_state for peripheral only configuration by Mian Yousaf Kaukab · 9 years ago
  33. 065d393 usb: dwc2: gadget: ensure lx_state corresponds to current state by Gregory Herrero · 9 years ago
  34. 2e84da6 usb: dwc2: host: kill remaining urbs using -ECONNRESET status by Gregory Herrero · 9 years ago
  35. dd81dd7 usb: dwc2: host: use correct frame number during qh init by Gregory Herrero · 9 years ago
  36. fe9b177 usb: dwc2: host: correctly dump urb isochronous descriptors by Gregory Herrero · 9 years ago
  37. 5634e016 usb: dwc2: host: wait 3ms for controller stabilization by Gregory Herrero · 9 years ago
  38. cad73da usb: dwc2: host: clear pending interrupts prior hibernation by Gregory Herrero · 9 years ago
  39. 5bbf6ce usb: dwc2: host: disable interrupt during stop by Gregory Herrero · 9 years ago
  40. 77dbf71 usb: dwc2: host: add disconnect interrupt to host only interrupts by Mian Yousaf Kaukab · 9 years ago
  41. 091473a usb: dwc2: host: disconnect hcd prior stopping it by Gregory Herrero · 9 years ago
  42. 08c4ffc usb: dwc2: host: reset frame number after suspend by Gregory Herrero · 9 years ago
  43. bea7855 usb: dwc2: host: resume only if bus is suspended by Gregory Herrero · 9 years ago
  44. 6e74162 usb: dwc2: host: ignore wakeup interrupt if hibernation supported by Gregory Herrero · 9 years ago
  45. 9afaf75 usb: dwc2: host: avoid resetting lx_state to L3 during disconnect by Gregory Herrero · 9 years ago
  46. 31927b6 usb: dwc2: host: update hcd and lx_state during start/stop callbacks by Gregory Herrero · 9 years ago
  47. a2a23d3f usb: dwc2: host: enter hibernation during bus suspend by Gregory Herrero · 9 years ago
  48. 734643d usb: dwc2: host: add flag to reflect bus state by Gregory Herrero · 9 years ago
  49. 30db103 usb: dwc2: host: create a function to handle port_resume by Gregory Herrero · 9 years ago
  50. cc047ce usb: dwc2: host: don't clear hprt0 status bits when exiting hibernation by Gregory Herrero · 9 years ago
  51. 06e7114 usb: common: of_usb_get_dr_mode to usb_get_dr_mode by Heikki Krogerus · 9 years ago
  52. 95c8bc3 usb: dwc2: Use platform endianness when accessing registers by Antti Seppälä · 9 years ago
  53. 1f91b4c usb: dwc2: rename all s3c_* to dwc2_* by Felipe Balbi · 9 years ago
  54. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  55. 971bd8f treewide: Fix typo in printk by Masanari Iida · 9 years ago
  56. 2954522 usb: dwc2: gadget: add ep capabilities support by Robert Baldyga · 9 years ago
  57. 5a350d5 usb: dwc2: gadget: use | instead of + for bitmasks by Felipe Balbi · 9 years ago
  58. cc1e204 usb: dwc2: embed storage for reg backup in struct dwc2_hsotg by Mian Yousaf Kaukab · 9 years ago
  59. b5a468a usb: dwc2: host: allocate qtd before atomic enqueue by Mian Yousaf Kaukab · 9 years ago
  60. b58e6ce usb: dwc2: host: allocate qh before atomic enqueue by Mian Yousaf Kaukab · 9 years ago
  61. 3521a39 usb: dwc2: hcd: fix build warning by Felipe Balbi · 9 years ago
  62. e499123 usb: dwc2: host: ensure qtb exists before dereferencing it by Gregory Herrero · 9 years ago
  63. 285046a usb: dwc2: add hibernation core parameter by Gregory Herrero · 9 years ago
  64. 2d1165a usb: dwc2: remove dwc2_platform.ko by Mian Yousaf Kaukab · 9 years ago
  65. 96d480e usb: dwc2: host: implement test mode by Jingwu Lin · 9 years ago
  66. db62b9a usb: dwc2: host: don't use dma_alloc_coherent with irqs disabled by Gregory Herrero · 9 years ago
  67. 33ad261 usb: dwc2: host: spinlock urb_enqueue by Gregory Herrero · 9 years ago
  68. a7714c1 usb: dwc2: host: resume root hub on port connect by Gregory Herrero · 9 years ago
  69. 99a6579 usb: dwc2: host: add bus_suspend/bus_resume callback by Gregory Herrero · 9 years ago
  70. 9df4cea usb: dwc2: host: register handle to the phy by Mian Yousaf Kaukab · 9 years ago
  71. 31bebf4 usb: dwc2: gadget: remove s3c_hsotg_ep_disable_force by Mian Yousaf Kaukab · 9 years ago
  72. 097ee66 usb: dwc2: gadget: enable otg flag in dual role configuration by Gregory Herrero · 9 years ago
  73. 18b2b37 usb: dwc2: gadget: powerup controller if needed by Gregory Herrero · 9 years ago
  74. 7ababa9 usb: dwc2: gadget: prevent new request submission during suspend by Gregory Herrero · 9 years ago
  75. 9e77977 usb: dwc2: gadget: ignore pm suspend/resume in L2 by Gregory Herrero · 9 years ago
  76. 4876886 usb: dwc2: gadget: use reset detect interrupt by Gregory Herrero · 9 years ago
  77. ecb176c usb: dwc2: set parameter values in probe function by Mian Yousaf Kaukab · 9 years ago
  78. a6d249d usb: dwc2: add external_id_pin_ctl core parameter by Gregory Herrero · 9 years ago
  79. 3eb42df usb: dwc2: controller must update lx_state before releasing lock by Gregory Herrero · 9 years ago
  80. f81f46e usb: dwc2: implement hibernation during bus suspend/resume by Gregory Herrero · 9 years ago
  81. d17ee77 usb: dwc2: add controller hibernation support by Gregory Herrero · 9 years ago
  82. 563cf01 usb: dwc2: debugfs: add support for complete register dump by Mian Yousaf Kaukab · 9 years ago
  83. f91eea4 usb: dwc2: move debugfs code to a separate file by Mian Yousaf Kaukab · 9 years ago
  84. 42a6630 usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resume by Gregory Herrero · 9 years ago
  85. c8d1bc1 Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 9 years ago
  86. 74bd7b6 usb: dwc2: hcd: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  87. a5dd039 dwc2: hcd: use USB_DT_HUB by Sergei Shtylyov · 9 years ago
  88. 1c41a95 Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  89. b48cb02 usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-in by John Youn · 10 years ago
  90. 7252f1b usb: dwc2: avoid leaking DMA channels on disconnection by Vincent Palatin · 10 years ago
  91. d4ae02c usb: dwc2: pci: Select the generic PHY for dwc2-pci driver by John Youn · 10 years ago
  92. e39af88 usb: dwc2: rework initialization of host and gadget in dual-role mode by Marek Szyprowski · 10 years ago
  93. 9024c49 usb: dwc2: pci: Add device mode to the dwc2-pci driver by John Youn · 10 years ago
  94. 509d612 usb: dwc2: host: fix dwc2 disconnect bug by Yunzhi Li · 10 years ago
  95. adf9c3c usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h by Joseph Kogut · 10 years ago
  96. 4d4bac4 Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  97. 251a17f usb: dwc2: Fix a bug in reading the endpoint directions from reg. by Roshan Pius · 10 years ago
  98. b3a54bf9 Merge 3.19-rc7 into usb-next by Greg Kroah-Hartman · 10 years ago
  99. b7974de8 usb: dwc2: fix USB core dependencies by Arnd Bergmann · 10 years ago
  100. b4c2378 usb: dwc2: gadget: initialize controller in pullup callback by Gregory Herrero · 10 years ago