1. c390b03 usb: dwc3: ep0: fix sparc64 build by Andrew Morton · 12 years ago
  2. e5b29b2 usb: dwc3: gadget: remove unnecessary code by Felipe Balbi · 12 years ago
  3. d82f3e3 usb: dwc3: glue layers shouldn't know about the core IP by Felipe Balbi · 12 years ago
  4. 2c2dc89 usb: dwc3: omap: fix a typo on of_device_id by Felipe Balbi · 12 years ago
  5. d9b4330 usb: dwc3: core: don't forget to free coherent memory by Felipe Balbi · 12 years ago
  6. 5273afe drivers/usb: add missing GENERIC_HARDIRQS dependencies by Heiko Carstens · 12 years ago
  7. 67635d3 Merge 3.8-rc5 into usb-next by Greg Kroah-Hartman · 12 years ago
  8. 4811f53 Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  9. 52758bc usb: dwc3: host: Change platform device ID for xhci-hcd to AUTO by Vivek Gautam · 12 years ago
  10. b0e45dd usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTO by Vivek Gautam · 12 years ago
  11. 5088b6f usb: dwc3: core: add dt support for dwc3 core by Kishon Vijay Abraham I · 12 years ago
  12. 5ea9213 usb: dwc3: core: stray statements are removed by Kishon Vijay Abraham I · 12 years ago
  13. 8ba007a usb: dwc3: core: enable the USB2 and USB3 phy in probe by Kishon Vijay Abraham I · 12 years ago
  14. 7e41bba usb: dwc3: omap: Add an API to write to dwc mailbox by Kishon Vijay Abraham I · 12 years ago
  15. 6373218 usb: dwc3: omap: Remove explicit writes to SYSCONFIG register by Kishon Vijay Abraham I · 12 years ago
  16. af310e9 usb: dwc3: omap: use runtime API's to enable clocks by Kishon Vijay Abraham I · 12 years ago
  17. b4bfe6a usb: dwc3: omap: use of_platform API to create dwc3 core pdev by Kishon Vijay Abraham I · 12 years ago
  18. 94c6a43 usb: dwc3: omap: use device_for_each_child to handle child removal by Kishon Vijay Abraham I · 12 years ago
  19. fe29db8 usb: dwc3: exynos: fix compatible strings for the device by Vivek Gautam · 12 years ago
  20. 1a94774 usb: dwc3: gadget: change HIRD threshold to 12 by Felipe Balbi · 12 years ago
  21. 388e5c5 usb: dwc3: remove dwc3 dependency on host AND gadget. by Vivek Gautam · 12 years ago
  22. c9fda7d usb: dwc3: gadget: req->queued must be forced to false in cleanup by Pratyush Anand · 12 years ago
  23. e5ba5ec usb: dwc3: gadget: fix scatter gather implementation by Pratyush Anand · 12 years ago
  24. 1877d6c usb: dwc3: gadget: no need to pass params in case of UPDATE_TRANSFER by Pratyush Anand · 12 years ago
  25. 915e202 usb: dwc3: gadget: fix skip LINK_TRB on ISOC by Pratyush Anand · 12 years ago
  26. cdc359d usb: dwc3: gadget: fix isoc END TRANSFER Condition by Pratyush Anand · 12 years ago
  27. 15f86bd usb: dwc3: gadget: correct return from ep_queue by Pratyush Anand · 12 years ago
  28. 7efea86 usb: dwc3: gadget: fix missed isoc by Pratyush Anand · 12 years ago
  29. 2b75835 usb: dwc3: Enable usb2 LPM only when connected as usb2.0 by Pratyush Anand · 12 years ago
  30. 6048e4c usb: dwc3: gadget: fix ep->maxburst for ep0 by Pratyush Anand · 12 years ago
  31. d766802 usb: dwc3: debugfs: convert our regdump to use regsets by Felipe Balbi · 12 years ago
  32. 7dbdf4e usb: dwc3: gadget: don't redefine 'ret' by Felipe Balbi · 12 years ago
  33. 20b97dc usb: dwc3: exynos: use devm_ functions by Jingoo Han · 12 years ago
  34. 5da9347 usb: dwc3: decrease event buffer size by Felipe Balbi · 12 years ago
  35. 1604c1e usb: dwc3: debugfs: fix regdump offset by Jack Pham · 12 years ago
  36. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  37. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  38. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  39. 4fd2448 usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffers by Kishon Vijay Abraham I · 12 years ago
  40. 0f89fc3 Merge tag 'dwc3-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  41. e32672f usb: dwc3: core: don't kfree() devm_kzalloc()'ed memory by Felipe Balbi · 12 years ago
  42. 7947699 usb: dwc3: exynos: remove platform data support by Vivek Gautam · 12 years ago
  43. accefdd usb: dwc3: exynos: add support for device tree by Vivek Gautam · 12 years ago
  44. 124dafd usb: dwc3: remove custom unique id handling by Sebastian Andrzej Siewior · 12 years ago
  45. 6f115e4 usb: dwc3: drop HAVE_CLK dependency from Exynos glue layer by Felipe Balbi · 13 years ago
  46. 01b8daf usb: dwc3: shutdown usb_phy when removing the device by Vivek Gautam · 12 years ago
  47. 041d81f usb: dwc3: gadget: fix 'endpoint always busy' bug by Felipe Balbi · 12 years ago
  48. 3921426 usb: dwc3: core: move event buffer allocation out of dwc3_core_init() by Felipe Balbi · 12 years ago
  49. 380f0d2 usb: dwc3: core: switch event buffer allocation to devm_kzalloc() by Felipe Balbi · 12 years ago
  50. 2bcb132 Merge 3.6-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  51. e6d49d0 Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  52. dcb9cf3 Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  53. 51e1e7b usb: dwc3: add basic PHY support by Felipe Balbi · 12 years ago
  54. d720f05 usb: dwc3: exynos: add nop transceiver support by Felipe Balbi · 12 years ago
  55. a418cc4 usb: dwc3: omap: add nop transceiver support by Felipe Balbi · 12 years ago
  56. e3ec3eb usb: dwc3: pci: add nop transceiver support by Felipe Balbi · 12 years ago
  57. f4a53c5 usb: dwc3: gadget: fix pending isoc handling by Pratyush Anand · 12 years ago
  58. 066618b usb: dwc3: core: fix incorrect usage of resource pointer by Kishon Vijay Abraham I · 12 years ago
  59. 0416e49 usb: dwc3: ep0: correct cache sync issue in case of ep0_bounced by Pratyush Anand · 12 years ago
  60. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  61. d2e9a13 usb: dwc3: set up burst size only superspeed mode by Chanho Park · 12 years ago
  62. 2a540ed usb: dwc3: core: memory ordering fix in close by Oliver Neukum · 12 years ago
  63. c6f83f3 usb: dwc3: gadget: warn about endpoint already enabled before changing ep name by Felipe Balbi · 12 years ago
  64. b7e38aa usb: dwc3: core: use devm_iremap_nocache() version by Felipe Balbi · 12 years ago
  65. 5791150 usb: dwc3: gadget: Fix dwc3_stop_active_transfer for synchronization delay by Pratyush Anand · 12 years ago
  66. 79c9046 usb: dwc3: gadget: correct missed isoc when endpoint is busy by Pratyush Anand · 12 years ago
  67. 348e026 usb: dwc3: gadget: Fix sparse warnings by Moiz Sonasath · 12 years ago
  68. 2dfe37d usb: dwc3: ep0: make sure to reinitilize ep1 on STALL by Felipe Balbi · 12 years ago
  69. 7125d58 usb: dwc3: ep0: fix status phase delayed status direction by Felipe Balbi · 12 years ago
  70. 2e3db06 usb: dwc3: ep0: drop XferNotReady(DATA) support by Felipe Balbi · 12 years ago
  71. fca8892 usb: dwc3: ep0: move DATA phase away from on-demand by Felipe Balbi · 12 years ago
  72. 77fa6df usb: dwc3: ep0: ignore XferNotReady(STATUS) when we're not expecting it by Felipe Balbi · 12 years ago
  73. 4635d3f usb: dwc3: ep0: drop dead code by Felipe Balbi · 12 years ago
  74. d9b33c6 usb: dwc3: ep0: split the special cases on ep0_queue by Felipe Balbi · 12 years ago
  75. 35f7569 usb: dwc3: ep0: drop unnecessary variable by Felipe Balbi · 12 years ago
  76. 4b345c9 usb: dwc3: gadget: set Ignore Sequence Number bit from ConnectDone Event by Felipe Balbi · 12 years ago
  77. 9331415 Merge tag 'dwc3-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  78. 94ff447 Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  79. 6f17f74 usb: dwc3: return error in case of run/stop timeout by Pratyush Anand · 12 years ago
  80. e274a31 usb: dwc3: enable ACCEPT{U1,U2}ENA when SetConfiguration received by Pratyush Anand · 12 years ago
  81. dd864f2 usb: dwc3: no need to clear INIT{U1,U2}ENA bits by Pratyush Anand · 12 years ago
  82. cbc725b usb: dwc3: keep default hird threshold value as 4b1100 by Pratyush Anand · 12 years ago
  83. 08f0d96 usb: dwc3: correct set_halt implementation for ep0 by Pratyush Anand · 12 years ago
  84. 5c81aba usb: dwc3: ep0: prevent starting transfers twice on ep0 by Felipe Balbi · 12 years ago
  85. 9be2395 usb: dwc3: gadget: remove duplicated code from __dwc3_gadget_ep_set_halt by Felipe Balbi · 12 years ago
  86. b4996a8 usb: dwc3: rename res_trans_idx to resource_index by Felipe Balbi · 13 years ago
  87. b511e5e usb: dwc3: gadget: split special cases of ep_queue() by Felipe Balbi · 13 years ago
  88. 3daf74d usb: dwc3: remove WARN_ON from dwc_stop_active_transfer by Pratyush Anand · 12 years ago
  89. 58a0f23 USB: DWC3: Issue device soft reset before core soft reset by Pratyush Anand · 12 years ago
  90. 45627ac USB: DWC3: Put 100 ms delay for phy to be stable by Pratyush Anand · 12 years ago
  91. 45c396c usb: dwc3: Remove duplicate header file inclusion by Sachin Kamat · 13 years ago
  92. 1591633 usb: dwc3: giveback all queued request when ep disabled or reset received by Pratyush Anand · 13 years ago
  93. e8d4e8b usb: dwc3: fix giveback of queued request in ep_dequeue by Pratyush Anand · 13 years ago
  94. b785ea7 usb: gadget: composite: fix ep->maxburst initialization by Felipe Balbi · 13 years ago
  95. dcae357 usb: dwc3: resume phy during gadget initialization on recent cores by Pratyush Anand · 13 years ago
  96. 7e39b81 usb: dwc3: Correct DWC3_DCTL_HIRD_THRES definition by Pratyush Anand · 13 years ago
  97. 3336abb usb: dwc3: gadget: ignore endpoint IRQs when endpoint is disabled by Felipe Balbi · 13 years ago
  98. 1e2360e usb: dwc3: gadget: don't call stop_active_transfers() on disconnect by Felipe Balbi · 13 years ago
  99. ea53b88 usb: dwc3: gadget: don't wait for ep cmd IRQ by Felipe Balbi · 13 years ago
  100. 6dbc10c usb: dwc3: gadget: drop useless code by Felipe Balbi · 13 years ago