1. 5f94adf usb: dwc3: core: refactor mode initialization to its own function by Felipe Balbi · 10 years ago
  2. 3c9f94a usb: dwc3: core: refactor PHY initialization by Felipe Balbi · 10 years ago
  3. f45e5f0 usb: dwc3: core: Fix gadget for system suspend/resume by Roger Quadros · 10 years ago
  4. 5730348 usb: dwc3: adapt dwc3 core to use Generic PHY Framework by Kishon Vijay Abraham I · 10 years ago
  5. 122f06e usb: dwc3: core: support optional PHYs by Kishon Vijay Abraham I · 10 years ago
  6. 0ffcaf3 usb: dwc3: core: allocate scratch buffers by Felipe Balbi · 11 years ago
  7. 32a4a13 usb: dwc3: workaround: clock gating issues by Felipe Balbi · 10 years ago
  8. 501fae5 usb: dwc3: power off usb phy in error path by Kishon Vijay Abraham I · 11 years ago
  9. 3088f10 usb: dwc3: invoke phy_resume after phy_init by Kishon Vijay Abraham I · 11 years ago
  10. 16b972a usb: dwc3: core: use pm_runtime_put_sync() on remove by Felipe Balbi · 11 years ago
  11. d9681ee usb: dwc3: Remove additional delay of 100ms when resuming by Vivek Gautam · 11 years ago
  12. c078a37 usb: dwc3: Remove duplicate inclusion of otg.h by Sachin Kamat · 11 years ago
  13. bb67490 usb: dwc3: core: cope with NULL pdata by Felipe Balbi · 11 years ago
  14. 941ea36 usb: dwc3: use dev_get_platdata() by Felipe Balbi · 11 years ago
  15. 2e11234 usb: dwc3: core: modify IO memory resource after deferred probe completes by Ivan T. Ivanov · 11 years ago
  16. 68d6a01 usb: dwc3: core: introduce and use macros for Event Size register by Felipe Balbi · 11 years ago
  17. 6c76e6c usb: dwc3: core: switch over to devm_ioremap_resource() by Felipe Balbi · 11 years ago
  18. a45c82b8 usb: dwc3: adapt to use dr_mode device tree helper by Ruchika Kharwar · 11 years ago
  19. 22a5aa1 usb: dwc3: core: switch to snps,dwc3 by Felipe Balbi · 11 years ago
  20. f7e846f usb: dwc3: make maximum-speed a per-instance attribute by Felipe Balbi · 11 years ago
  21. 6462cbd usb: dwc3: let non-DT platforms pass tx-fifo-resize flag; by Felipe Balbi · 11 years ago
  22. 5945f78 usb: dwc3: switch to GPL v2 only by Felipe Balbi · 11 years ago
  23. 315955d7 usb: dwc3: fix the error returned with usb3_phy failure by Ruchika Kharwar · 11 years ago
  24. 19fda7c usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  25. d105e7f usb: dwc3: fix PHY error handling by Felipe Balbi · 11 years ago
  26. ddff14f usb: dwc3: set dma_mask for dwc3_omap device by Kishon Vijay Abraham I · 11 years ago
  27. 789451f6 usb: dwc3: calculate the number of endpoints by Felipe Balbi · 13 years ago
  28. cd051da usb: dwc3: set 'mode' based on selected Kconfig choices by Vivek Gautam · 11 years ago
  29. 67d0b50 usb: dwc3: core: avoid checkpatch.pl warning by Felipe Balbi · 11 years ago
  30. 7415f17 usb: dwc3: core: add power management support by Felipe Balbi · 12 years ago
  31. f122d33 usb: dwc3: core: explicitly setup and cleanup event buffers by Felipe Balbi · 12 years ago
  32. d9b4330 usb: dwc3: core: don't forget to free coherent memory by Felipe Balbi · 12 years ago
  33. 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
  34. 5088b6f usb: dwc3: core: add dt support for dwc3 core by Kishon Vijay Abraham I · 12 years ago
  35. 5ea9213 usb: dwc3: core: stray statements are removed by Kishon Vijay Abraham I · 12 years ago
  36. 8ba007a usb: dwc3: core: enable the USB2 and USB3 phy in probe by Kishon Vijay Abraham I · 12 years ago
  37. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  38. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  39. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  40. 4fd2448 usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffers by Kishon Vijay Abraham I · 12 years ago
  41. 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
  42. e32672f usb: dwc3: core: don't kfree() devm_kzalloc()'ed memory by Felipe Balbi · 12 years ago
  43. 124dafd usb: dwc3: remove custom unique id handling by Sebastian Andrzej Siewior · 12 years ago
  44. 01b8daf usb: dwc3: shutdown usb_phy when removing the device by Vivek Gautam · 12 years ago
  45. 3921426 usb: dwc3: core: move event buffer allocation out of dwc3_core_init() by Felipe Balbi · 12 years ago
  46. 380f0d2 usb: dwc3: core: switch event buffer allocation to devm_kzalloc() by Felipe Balbi · 12 years ago
  47. 2bcb132 Merge 3.6-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  48. 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
  49. 51e1e7b usb: dwc3: add basic PHY support by Felipe Balbi · 12 years ago
  50. 066618b usb: dwc3: core: fix incorrect usage of resource pointer by Kishon Vijay Abraham I · 12 years ago
  51. 2a540ed usb: dwc3: core: memory ordering fix in close by Oliver Neukum · 12 years ago
  52. b7e38aa usb: dwc3: core: use devm_iremap_nocache() version by Felipe Balbi · 12 years ago
  53. 58a0f23 USB: DWC3: Issue device soft reset before core soft reset by Pratyush Anand · 12 years ago
  54. 45627ac USB: DWC3: Put 100 ms delay for phy to be stable by Pratyush Anand · 12 years ago
  55. 7acd85e usb: dwc3: core: make sure evt->lpos is correctly initialized by Paul Zimmerman · 12 years ago
  56. 23063b3 Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  57. 51249dc usb: dwc3: core: split host address space by Ido Shayevitz · 12 years ago
  58. 64b6c8a usb: dwc3: Free event buffers array by Anton Tikhomirov · 12 years ago
  59. b1116dc usb: dwc3: core: Convert to module_platform_driver by Tobias Klauser · 12 years ago
  60. 3e87c42 usb: dwc3: replace hard-coded constant in DWC3_GCTL_SCALEDOWN(3) by Paul Zimmerman · 12 years ago
  61. 075cd14 usb: dwc3: make dwc3_get_device_id() return the id by Dan Carpenter · 13 years ago
  62. 1d04679 usb: dwc3: clean up whitespace damage, typos, missing parens, etc. by Paul Zimmerman · 13 years ago
  63. 2cd0e85 usb: dwc3: linux/module.h included twice by Danny Kukawka · 13 years ago
  64. 802ca85 usb: dwc3: use devm_xxx functions by Chanho Park · 13 years ago
  65. 457e84b usb: dwc3: gadget: dynamically re-size TxFifos by Felipe Balbi · 13 years ago
  66. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  67. 248b122 usb: dwc3: core: fix cached revision on our structure by Felipe Balbi · 13 years ago
  68. 164d773 usb: dwc3: use correct hwparam register for power mgm check by Sebastian Andrzej Siewior · 13 years ago
  69. 4878a02 usb: dwc3: move generic dwc3 code from gadget into core by Sebastian Andrzej Siewior · 13 years ago
  70. 3140e8c usb: dwc3: use a helper function for operation mode setting by Sebastian Andrzej Siewior · 13 years ago
  71. 457d3f2 usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAX by Felipe Balbi · 13 years ago
  72. 8300dd2 usb: dwc3: move dwc3 device ID bitmap to core.c by Felipe Balbi · 13 years ago
  73. 7ae4fc4 usb: dwc3: add a platform device alias by Sebastian Andrzej Siewior · 13 years ago
  74. d07e881 usb: dwc3: add xHCI Host support by Felipe Balbi · 13 years ago
  75. 0949e99 usb: dwc3: fetch mode of operation from HW by Felipe Balbi · 13 years ago
  76. 9f622b2 usb: dwc3: calculate number of event buffers dynamically by Felipe Balbi · 13 years ago
  77. 6c167fc usb: dwc3: allow forcing a maximum speed by Felipe Balbi · 13 years ago
  78. 2204fde usb: Add module.h to various dwc3 drivers by Paul Gortmaker · 13 years ago
  79. 26ceca9 usb: dwc3: core: cache GHWPARAMS* registers by Felipe Balbi · 13 years ago
  80. 49a25cc usb: dwc: remove "All rights reserved" statement. by Sebastian Andrzej Siewior · 13 years ago
  81. a72e658 usb: dwc3: add module.h to dwc3-omap.c and core.c by Felipe Balbi · 13 years ago
  82. 7650bd7 usb: dwc3: core: move the core check before soft reset by Sebastian Andrzej Siewior · 13 years ago
  83. 72246da usb: Introduce DesignWare USB3 DRD Driver by Felipe Balbi · 13 years ago