1. 438fea2 usb: dwc2: dwc2_vbus_supply_init: fix error check by Tomeu Vizoso · 7 years ago
  2. 07b8dc5 usb: dwc2: fix spelling mistake: "genereted" -> "generated" by Colin Ian King · 7 years ago
  3. 531ef5e usb: dwc2: add support for host mode external vbus supply by Amelie Delaunay · 7 years ago
  4. 13b1f8e usb: dwc2: Force mode optimizations by Vardan Mikayelyan · 7 years ago
  5. f260b25 usb: dwc2: Change hub-control to allow hibernation by Vardan Mikayelyan · 7 years ago
  6. 65c9c4c usb: dwc2: Add dwc2_handle_gpwrdn_intr() handler by Vardan Mikayelyan · 7 years ago
  7. c5c403d usb: dwc2: Add host/device hibernation functions by Vardan Mikayelyan · 7 years ago
  8. 66a3609 usb: dwc2: Changes in registers backup/restore functions by Vardan Mikayelyan · 7 years ago
  9. 631a231 usb: dwc2: Add hibernation field into dwc2_hw_params by Vardan Mikayelyan · 7 years ago
  10. 41ba9b9 usb: dwc2: Rename hibernation to partial_power_down by Vardan Mikayelyan · 7 years ago
  11. 376f040 usb: dwc2: Enable LPM Transaction Received interrupt by Sevak Arakelyan · 7 years ago
  12. 66e77a2 usb: dwc2: Add ACG support to the driver by Razmik Karapetyan · 7 years ago
  13. 92a8dd2 usb: dwc2: host: Fix transaction errors in host mode by Minas Harutyunyan · 7 years ago
  14. a82c7ab usb: dwc2: hcd: Fix host channel halt flow by Minas Harutyunyan · 7 years ago
  15. 9d729a7 usb: dwc2: Remove unnecessary debug prints by Razmik Karapetyan · 7 years ago
  16. e890f1d usb: dwc2: Delete unused functionality by Grigor Tovmasyan · 7 years ago
  17. 79d6b8c usb: dwc2: Update bit polling functionality by Sevak Arakelyan · 7 years ago
  18. 38d2b5f usb: dwc2: host: Don't retry NAKed transactions right away by Douglas Anderson · 7 years ago
  19. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  20. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  21. d2471d4 usb: dwc2: Improve gadget state disconnection handling by John Stultz · 7 years ago
  22. b11633c usb: dwc2: disable erroneous overcurrent condition by Dinh Nguyen · 7 years ago
  23. f367b72 usb: dwc2: skip L2 state of hcd if controller work in device mode by Meng Dongyang · 7 years ago
  24. e35b135 usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (internal PHY) by Bruno Herrera · 8 years ago
  25. dad3f79 usb: dwc2: Make sure we disconnect the gadget state by John Stultz · 8 years ago
  26. 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
  27. 4fe160d usb: dwc2: eliminate irq parameter from dwc2_hcd_init by Heiner Kallweit · 8 years ago
  28. 348becd usb: dwc2: fix "iomem 0x00000000" message by Heiner Kallweit · 8 years ago
  29. e1f411d usb: dwc2: host: Correct snpsid checking for GDFIFOCFG by Sevak Arakelyan · 8 years ago
  30. ca8b033 usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220 by Chen Yu · 8 years ago
  31. 9156a7e usb: dwc2: Force port resume on switching to device mode by Chen Yu · 8 years ago
  32. fc30c4b usb: dwc2: Workaround case where GOTGCTL state is wrong by John Stultz · 8 years ago
  33. 95832c0 usb: dwc2: Fix usage of bool params by John Youn · 8 years ago
  34. 0f3a745 usb: dwc2: Remove unused otg_ver parameter by John Youn · 8 years ago
  35. b98866c usb: dwc2: Fix lines over 80 characters by John Youn · 8 years ago
  36. 38beaec usb: dwc2: Fix comment alignment and format by John Youn · 8 years ago
  37. 9da5197 usb: dwc2: Cleanup some checkpatch issues by John Youn · 8 years ago
  38. fdb09b3 usb: dwc2: host: use true/false for boolean by Nicholas Mc Guire · 8 years ago
  39. 04a9db7 usb: dwc2: host: use msleep() for long delays by Nicholas Mc Guire · 8 years ago
  40. efe357f usb: dwc2: host: fix Wmaybe-uninitialized warning by Nicholas Mc Guire · 8 years ago
  41. 866932e usb: dwc2: Avoid suspending if we're in gadget mode by John Stultz · 8 years ago
  42. 4411beb usb: dwc2: Move functions from header to source by Razmik Karapetyan · 8 years ago
  43. 38e9002 usb: dwc2: gadget: Add new core parameter for low speed by Vardan Mikayelyan · 8 years ago
  44. ec70325 usb: dwc2: Update DMA descriptor structure by Vahram Aharonyan · 8 years ago
  45. 2df72e7 usb: dwc2: Fix dead code in hcd.c by Vardan Mikayelyan · 8 years ago
  46. e7839f9 usb: dwc2: Rename the dma_enable parameter to host_dma by John Youn · 8 years ago
  47. bea8e86 usb: dwc2: Declare the core params struct statically by John Youn · 8 years ago
  48. cd4b1e3 usb: dwc2: Remove unnecessary kfree by John Youn · 8 years ago
  49. ec7b126 usb: dwc2: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  50. b0d65902 usb: dwc2: host: Setting qtd to NULL after freeing it by Vardan Mikayelyan · 9 years ago
  51. b02038fa usb: dwc2: Move host-specific core functions into hcd.c by John Youn · 9 years ago
  52. 58e52ff6a usb: dwc2: Move register save and restore functions by John Youn · 9 years ago
  53. 9f9f09b usb: dwc2: host: Totally redo the microframe scheduler by Douglas Anderson · 9 years ago
  54. fae4e82 usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() call by Douglas Anderson · 9 years ago
  55. 483bb25 usb: dwc2: host: Add scheduler logging for missed SOFs by Douglas Anderson · 9 years ago
  56. 4e50e01 usb: dwc2: host: Use periodic interrupt even with DMA by Douglas Anderson · 9 years ago
  57. 8add17c usb: dwc2: host: Giveback URB in tasklet context by Douglas Anderson · 9 years ago
  58. c9c8ac0 usb: dwc2: host: fix split transfer schedule sequence by Douglas Anderson · 9 years ago
  59. 94ef7ae usb: dwc2: host: Always add to the tail of queues by Douglas Anderson · 9 years ago
  60. 16e8021 usb: dwc2: host: Avoid use of chan->qh after qh freed by Douglas Anderson · 9 years ago
  61. 3bc04e2 usb: dwc2: host: Get aligned DMA in a more supported way by Douglas Anderson · 9 years ago
  62. 0fe239b usb: dwc2: Avoid double-reset at boot time by Douglas Anderson · 9 years ago
  63. 4a065c7 usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func() by Douglas Anderson · 9 years ago
  64. 6a65953 usb: dwc2: host: Fix missing device insertions by Douglas Anderson · 9 years ago
  65. 3b5fcc9 usb: dwc2: host: use kmem cache to allocate descriptors by Gregory Herrero · 9 years ago
  66. 95105a9 usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabled by Gregory Herrero · 9 years ago
  67. fbb9e22 usb: dwc2: host: enable descriptor dma for fs devices by Mian Yousaf Kaukab · 9 years ago
  68. 1fb7f12d usb: dwc2: host: Fix remote wakeup when not in DWC2_L2 by Douglas Anderson · 9 years ago
  69. 4d273c2 usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume() by Douglas Anderson · 9 years ago
  70. 5390d43 usb: dwc2: gadget: kill ep0 requests before reinitializing core by Mian Yousaf Kaukab · 9 years ago
  71. 2e84da6e usb: dwc2: host: kill remaining urbs using -ECONNRESET status by Gregory Herrero · 9 years ago
  72. fe9b177 usb: dwc2: host: correctly dump urb isochronous descriptors by Gregory Herrero · 9 years ago
  73. 5634e01 usb: dwc2: host: wait 3ms for controller stabilization by Gregory Herrero · 9 years ago
  74. 5bbf6ce usb: dwc2: host: disable interrupt during stop by Gregory Herrero · 9 years ago
  75. 091473a usb: dwc2: host: disconnect hcd prior stopping it by Gregory Herrero · 9 years ago
  76. bea7855 usb: dwc2: host: resume only if bus is suspended by Gregory Herrero · 9 years ago
  77. 31927b6 usb: dwc2: host: update hcd and lx_state during start/stop callbacks by Gregory Herrero · 9 years ago
  78. a2a23d3f usb: dwc2: host: enter hibernation during bus suspend by Gregory Herrero · 9 years ago
  79. 734643d usb: dwc2: host: add flag to reflect bus state by Gregory Herrero · 9 years ago
  80. 30db103 usb: dwc2: host: create a function to handle port_resume by Gregory Herrero · 9 years ago
  81. 95c8bc3 usb: dwc2: Use platform endianness when accessing registers by Antti Seppälä · 9 years ago
  82. 1f91b4c usb: dwc2: rename all s3c_* to dwc2_* by Felipe Balbi · 9 years ago
  83. b5a468a usb: dwc2: host: allocate qtd before atomic enqueue by Mian Yousaf Kaukab · 10 years ago
  84. b58e6ce usb: dwc2: host: allocate qh before atomic enqueue by Mian Yousaf Kaukab · 10 years ago
  85. 3521a39 usb: dwc2: hcd: fix build warning by Felipe Balbi · 10 years ago
  86. 2d1165a usb: dwc2: remove dwc2_platform.ko by Mian Yousaf Kaukab · 10 years ago
  87. 96d480e usb: dwc2: host: implement test mode by Jingwu Lin · 10 years ago
  88. db62b9a usb: dwc2: host: don't use dma_alloc_coherent with irqs disabled by Gregory Herrero · 10 years ago
  89. 33ad261 usb: dwc2: host: spinlock urb_enqueue by Gregory Herrero · 10 years ago
  90. 99a6579 usb: dwc2: host: add bus_suspend/bus_resume callback by Gregory Herrero · 10 years ago
  91. 9df4cea usb: dwc2: host: register handle to the phy by Mian Yousaf Kaukab · 10 years ago
  92. ecb176c usb: dwc2: set parameter values in probe function by Mian Yousaf Kaukab · 10 years ago
  93. 42a6630 usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resume by Gregory Herrero · 10 years ago
  94. 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 · 10 years ago
  95. 74bd7b6 usb: dwc2: hcd: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  96. a5dd039 dwc2: hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  97. 7252f1b usb: dwc2: avoid leaking DMA channels on disconnection by Vincent Palatin · 10 years ago
  98. 643cc4d usb: dwc2: gadget: add reset flag in init function by Gregory Herrero · 10 years ago
  99. b46146d5 usb: dwc2: host: resume root hub on remote wakeup by Gregory Herrero · 10 years ago
  100. 3d040de usb: dwc2: hcd: use HUB_CHAR_* by Sergei Shtylyov · 10 years ago