1. 8a34422 usb: dwc3: ep0: preparation for handling non maxpacket aligned transfers > 512 by Kishon Vijay Abraham I · 9 years ago
  2. 2e5464d usb: dwc3: ep0: use _roundup_ to calculate the transfer size by Kishon Vijay Abraham I · 9 years ago
  3. b2fb5b1 usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes by Kishon Vijay Abraham I · 9 years ago
  4. aa73997 usb: dwc3: gadget: defer endpoint name change by Felipe Balbi · 9 years ago
  5. 7eaeac5 usb: dwc3: gadget: add a trace when disabling EPs by Felipe Balbi · 9 years ago
  6. d9972f4 usb: dwc3: core: remove unnecessary dev_warn() by Felipe Balbi · 9 years ago
  7. 2df033c usb: dwc3: pci: make better use of gpiod API by Uwe Kleine-König · 9 years ago
  8. 5960387 usb: dwc3: omap: Replace deprecated API of extcon by Chanwoo Choi · 9 years ago
  9. 9fcfa46 usb: dwc3: drop CONFIG_USB_DWC3_DEBUG by Felipe Balbi · 9 years ago
  10. e746b06 usb: dwc3: st: remove two unnecessary messages by Felipe Balbi · 9 years ago
  11. 2babd0d usb: dwc3: qcom: switch dev_dbg() to dev_info() by Felipe Balbi · 9 years ago
  12. 42f69a0 usb: dwc3: exynos: switch dev_dbg() to dev_info() by Felipe Balbi · 9 years ago
  13. 9ff0fdc usb: dwc3: keystone: convert dev_dbg() to dev_err() by Felipe Balbi · 9 years ago
  14. e4f7566 usb: dwc3: omap: drop dev_dbg() usage by Felipe Balbi · 9 years ago
  15. aebda61 usb: dwc3: Reset the transfer resource index on SET_INTERFACE by John Youn · 23 years ago
  16. 43cacb0 usb: dwc3: core: avoid NULL pointer dereference by Felipe Balbi · 9 years ago
  17. 5064105 usb: dwc3: Use ASCII space in Kconfig by Thierry Reding · 9 years ago
  18. 19915e6 Merge 4.1-rc7 into usb-next by Greg Kroah-Hartman · 9 years ago
  19. e152813 Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  20. e18b797 usb: dwc3: gadget: don't clear EP_BUSY too early by Felipe Balbi · 9 years ago
  21. 76e838c usb: dwc3: gadget: return error if command sent to DEPCMD register fails by Subbaraya Sundeep Bhatta · 9 years ago
  22. 891b1dc usb: dwc3: gadget: return error if command sent to DGCMD register fails by Subbaraya Sundeep Bhatta · 9 years ago
  23. 459e210 usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros by Subbaraya Sundeep Bhatta · 9 years ago
  24. 88bc9d1 usb: dwc3: add ULPI interface support by Heikki Krogerus · 9 years ago
  25. a89d977 usb: dwc3: pci: add quirk for Baytrails by Heikki Krogerus · 9 years ago
  26. 3e10a2c usb: dwc3: add hsphy_interface property by Heikki Krogerus · 9 years ago
  27. 45bb7de usb: dwc3: setup phys earlier by Heikki Krogerus · 9 years ago
  28. c5cc74e usb: dwc3: soft reset to it's own function by Heikki Krogerus · 9 years ago
  29. 2917e71 usb: dwc3: cache hwparams earlier by Heikki Krogerus · 9 years ago
  30. 6c89cce0 usb: dwc3: store driver data earlier by Heikki Krogerus · 9 years ago
  31. f699b94 usb: dwc3: ULPI or UTMI+ select by Heikki Krogerus · 9 years ago
  32. b5699ee usb: dwc3: USB2 PHY register access bits by Heikki Krogerus · 9 years ago
  33. 2283219 usb: dwc3: dwc3-omap: correct the register macros by Bin Liu · 9 years ago
  34. eac68e8 usb: dwc3: make LPM configurable in DT by Robert Baldyga · 9 years ago
  35. adf9c3c usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h by Joseph Kogut · 9 years ago
  36. 8f2c954 usb: dwc3: gadget: drop unnecessary loop when cleaning up TRBs by Felipe Balbi · 10 years ago
  37. 3d0184d usb: dwc3: omap: call of_platform_depopulate() instead by Felipe Balbi · 10 years ago
  38. 3da1f6e usb: dwc3: core: only reset res->start in case of error by Felipe Balbi · 10 years ago
  39. 96e5d31 usb: dwc3: dwc3-omap: Fix disable IRQ by George Cherian · 9 years ago
  40. bcdea50 usb: dwc3: gadget: use common is_selfpowered by Peter Chen · 10 years ago
  41. 5c7b3b0 usb: dwc3: gadget: add missing spin_lock() by Felipe Balbi · 10 years ago
  42. 7381528 usb: dwc3: remove reliance on dev_vdbg() by Felipe Balbi · 10 years ago
  43. 6bac4ff usb: dwc3: trace: add trace logs for core and gadget by Felipe Balbi · 10 years ago
  44. e9f2aa87 usb: dwc3: gadget: WARN() in case of unknown IRQ by Felipe Balbi · 10 years ago
  45. 4cd8f6d usb: dwc3: gadget: avoid variable shadowing by Felipe Balbi · 10 years ago
  46. d1fc444 Merge tag 'v3.19-rc5' into next by Felipe Balbi · 10 years ago
  47. 2cd9ddf usb: dwc3: pci: code cleanup by Heikki Krogerus · 10 years ago
  48. 3b44ed9 usb: dwc3: pci: rely on default PM callbacks from PCI driver utility by Heikki Krogerus · 10 years ago
  49. d3fdcc7 usb: dwc3: pci: remove registration of NOP PHYs by Heikki Krogerus · 10 years ago
  50. 39e6063 usb: dwc3: gadget: Stop TRB preparation after limit is reached by Amit Virdi · 10 years ago
  51. ec512fb usb: dwc3: gadget: Fix TRB preparation during SG by Amit Virdi · 10 years ago
  52. 3cd0e29 usb: dwc3: Remove current_trb as it is unused by Amit Virdi · 10 years ago
  53. 110381e usb: dwc3: gadget: Remove redundant check by Amit Virdi · 10 years ago
  54. dc93b41 usb: dwc3: Fixed a typo in comments by Mickael Maison · 10 years ago
  55. 84a2b61 usb: dwc3: pci: add support for Intel Sunrise Point PCH by Heikki Krogerus · 10 years ago
  56. c00552e Merge 3.18-rc7 into usb-next by Greg Kroah-Hartman · 10 years ago
  57. 842f57b Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-testing by Greg Kroah-Hartman · 10 years ago
  58. 6cd6159 usb: dwc3: return error code from the most recent call by Julia Lawall · 10 years ago
  59. 08f871a usb: dwc3: host: convey the PHYs to xhci by Heikki Krogerus · 10 years ago
  60. ed692a9 usb: dwc3: exynos: Add provision for AXI UpScaler clock on exynos7 by Vivek Gautam · 10 years ago
  61. 72d996f usb: dwc3: exynos: Add provision for suspend clock by Vivek Gautam · 10 years ago
  62. c1a3aca usb: dwc3: exynos: Remove local variable for clock from probe by Vivek Gautam · 10 years ago
  63. 62c6069 usb: dwc3: keystone: fix error return code by Julia Lawall · 10 years ago
  64. a4722fd3 usb: dwc3: trace: don't save pointers by Felipe Balbi · 10 years ago
  65. 8e74475 usb: dwc3: gadget: use udc-core's reset notifier by Felipe Balbi · 10 years ago
  66. 520fe76 usb: dwc3: ep0: fix for dead code by Felipe Balbi · 10 years ago
  67. cd72f89 usb: dwc3: core: enable phy suspend quirk on non-FPGA by Felipe Balbi · 10 years ago
  68. 5eb125b usb: dwc3: ep0: remove unnecessary break after return by Jingoo Han · 10 years ago
  69. b4c9f57 usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layer by Jingoo Han · 10 years ago
  70. 460d098 usb: dwc3: make HIRD threshold configurable by Huang Rui · 10 years ago
  71. 9755449 usb: dwc3: add support for AMD Nolan platform by Huang Rui · 10 years ago
  72. 0effe0a usb: dwc3: add disable usb2 suspend phy quirk by Huang Rui · 10 years ago
  73. 59acfa2 usb: dwc3: add disable usb3 suspend phy quirk by Huang Rui · 10 years ago
  74. 6b6a0c9 usb: dwc3: add Tx de-emphasis quirk by Huang Rui · 10 years ago
  75. 2164a47 usb: dwc3: set SUSPHY bit for all cores by Huang Rui · 10 years ago
  76. 14f4ac5 usb: dwc3: add rx_detect to polling lfps quirk by Huang Rui · 10 years ago
  77. fb67afc usb: dwc3: add lfps filter quirk by Huang Rui · 10 years ago
  78. 41c06ff usb: dwc3: add delay phy power change quirk by Huang Rui · 10 years ago
  79. a2a1d0f usb: dwc3: add delay p1p2p3 quirk by Huang Rui · 10 years ago
  80. df31f5b usb: dwc3: add request p1p2p3 quirk by Huang Rui · 10 years ago
  81. b5a65c4 usb: dwc3: add P3 in U2 SS inactive quirk by Huang Rui · 10 years ago
  82. 9a5b2f3 usb: dwc3: add u2exit lfps quirk by Huang Rui · 10 years ago
  83. 80caf7d usb: dwc3: add lpm erratum support by Huang Rui · 10 years ago
  84. 3b81221 usb: dwc3: add disscramble quirk by Huang Rui · 10 years ago
  85. 8f317b4 usb: dwc3: initialize platform data at pci glue layer by Huang Rui · 10 years ago
  86. 946bd57 usb: dwc3: add a flag to check if it is fpga board by Huang Rui · 10 years ago
  87. 2eac399 usb: dwc3: enable hibernation if to be supported by Huang Rui · 10 years ago
  88. 4d85201 usb: dwc3: keystone: remove duplicate check on resource by Varka Bhadram · 10 years ago
  89. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  90. 73359ce usb: dwc3: gadget: WARN() on bogus usb_ep_queue() by Felipe Balbi · 10 years ago
  91. 06a374e usb: dwc3: gadget: set state to NOT_ATTACHED on disconnect_irq by Felipe Balbi · 10 years ago
  92. 0b0231a usb: dwc3: get rid of ->prepare()/->complete() by Felipe Balbi · 10 years ago
  93. 7ee2566 usb: dwc3: dwc3-omap: get rid of ->prepare()/->complete() by George Cherian · 11 years ago
  94. ccb072d usb: dwc3: ep0: trace ep0 TRBs too by Felipe Balbi · 10 years ago
  95. 404905a usb: dwc3: add ACPI support by Heikki Krogerus · 10 years ago
  96. 19bacdc usb: dwc3: core: only setting the dma_mask when needed by Heikki Krogerus · 10 years ago
  97. dab716c usb: dwc3: trace: remove unnecessary newline character by Felipe Balbi · 10 years ago
  98. fa0ea13 usb: dwc3: core: write LINUX_VERSION_CODE to our GUID register by Felipe Balbi · 10 years ago
  99. 1200a82 usb: dwc3: gadget: Properly initialize LINK TRB by Jack Pham · 10 years ago
  100. b01ff5c Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepare/complete" by Roger Quadros · 10 years ago