1. 5cd8c48 usb: dwc3: gadget: check link trb after free_slot is increased by Zhuang Jin Can · 10 years ago
  2. f871252 Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  3. f1c7e71 usb: dwc3: convert to pcim_enable_device() by Andy Shevchenko · 10 years ago
  4. b09e99e usb: dwc3: no need to initialize ret variable by Andy Shevchenko · 10 years ago
  5. 427c3df usb: dwc3: gadget: pretty print Generic CMDs by Felipe Balbi · 10 years ago
  6. e57ebc1 usb: dwc3: gadget: pretty print link states by Felipe Balbi · 10 years ago
  7. 40cc57c usb: dwc3: gadget: print both cmd string and number by Felipe Balbi · 10 years ago
  8. bd8ce54 usb: dwc3: exynos: Make provision for vdd regulators by Vivek Gautam · 10 years ago
  9. aea8928 usb: dwc3: add glue layer dependencies by Jean Delvare · 10 years ago
  10. d7078df usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h> by Felipe Balbi · 10 years ago
  11. 4525bee usb: phy: rename usb_nop_xceiv to usb_phy_generic by Felipe Balbi · 10 years ago
  12. 5f94adf usb: dwc3: core: refactor mode initialization to its own function by Felipe Balbi · 10 years ago
  13. 3c9f94a usb: dwc3: core: refactor PHY initialization by Felipe Balbi · 10 years ago
  14. 687ef98 usb: dwc3: gadget: clear stall when disabling endpoint by Felipe Balbi · 10 years ago
  15. f45e5f0 usb: dwc3: core: Fix gadget for system suspend/resume by Roger Quadros · 10 years ago
  16. 32702e9 usb: dwc3: gadget: Iterate only over valid endpoints by Jack Pham · 10 years ago
  17. 3e75c6d Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  18. 1ad94ff extcon: Move OF helper function to extcon core and change function name by Chanwoo Choi · 10 years ago
  19. 3f89204 usb: dwc3: gadget: remove known conditions by Dan Carpenter · 10 years ago
  20. 73a30bf usb: dwc3: gadget: cut and paste fixups in suspend/resume by Dan Carpenter · 10 years ago
  21. 5730348 usb: dwc3: adapt dwc3 core to use Generic PHY Framework by Kishon Vijay Abraham I · 10 years ago
  22. 122f06e usb: dwc3: core: support optional PHYs by Kishon Vijay Abraham I · 10 years ago
  23. dbf5aaf usb: dwc3: define more revisions by Felipe Balbi · 10 years ago
  24. 6101830 usb: dwc3: fix randconfig build errors by Felipe Balbi · 10 years ago
  25. b997ada usb: dwc3: gadget: pre-start Stream transfers when they're queued by Felipe Balbi · 12 years ago
  26. bc5ba2e usb: dwc3: gadget: call gadget driver's ->suspend/->resume by Felipe Balbi · 10 years ago
  27. b992e68 usb: dwc3: gadget: add 'force' argument to stop_active_transfer by Paul Zimmerman · 12 years ago
  28. 356363b usb: dwc3: gadget: make sure HIRD threshold is 0 in superspeed by Felipe Balbi · 11 years ago
  29. 7b2a036 usb: dwc3: gadget: set KEEP_CONNECT in case of hibernation by Felipe Balbi · 11 years ago
  30. 835fadb usb: dwc3: core: fix indentation by Felipe Balbi · 11 years ago
  31. 0ffcaf3 usb: dwc3: core: allocate scratch buffers by Felipe Balbi · 11 years ago
  32. 265b70a usb: dwc3: gadget: add a 'restore' argument to set_ep_config by Paul Zimmerman · 11 years ago
  33. 911f1f8 usb: dwc3: gadget: implement dwc3_gadget_get_link_state by Paul Zimmerman · 12 years ago
  34. 4cfcf87 usb: dwc3: add 'saved_state' field to dwc3_ep structure by Paul Zimmerman · 12 years ago
  35. 81bc559 usb: dwc3: add has_hibernation flag by Felipe Balbi · 11 years ago
  36. f2b685d usb: dwc3: cleanup struct dwc3 by Felipe Balbi · 11 years ago
  37. e1dadd3 usb: dwc3: workaround: bogus hibernation events by Felipe Balbi · 10 years ago
  38. 32a4a13 usb: dwc3: workaround: clock gating issues by Felipe Balbi · 10 years ago
  39. 183ca11 usb: dwc3: core: define bit 10 of GCTL register by Felipe Balbi · 10 years ago
  40. f3af365 usb: dwc3: gadget: always enable IOC on bulk/interrupt transfers by Felipe Balbi · 11 years ago
  41. 06f9b6e usb: dwc3: fix wrong bit mask in dwc3_event_devt by Huang Rui · 11 years ago
  42. 30bbae9 usb: dwc3: omap: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  43. e90b841 Merge tag 'v3.13-rc5' into next by Felipe Balbi · 11 years ago
  44. 1351867 usb: dwc3: fix the glue drivers using the nop phy by Heikki Krogerus · 11 years ago
  45. c139e14 Merge tag 'v3.13-rc4' into next by Felipe Balbi · 11 years ago
  46. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  47. 943befc usb: dwc3: add Keystone specific glue layer by WingMan Kwok · 11 years ago
  48. a4b9d94 usb: dwc3: set gadget's quirk ep_out_align_size by David Cohen · 11 years ago
  49. c6d7641 usb: dwc3: omap: remove unnecessary lock by Felipe Balbi · 11 years ago
  50. 782df20 usb: dwc3: pci: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  51. e0a6104 usb: dwc3: dwc3-omap: return PROBE_DEFER if extcon is missing and found in dt by George Cherian · 11 years ago
  52. 501fae5 usb: dwc3: power off usb phy in error path by Kishon Vijay Abraham I · 11 years ago
  53. 3088f10 usb: dwc3: invoke phy_resume after phy_init by Kishon Vijay Abraham I · 11 years ago
  54. a535d81 usb: dwc3: fix implementation of endpoint wedge by Alan Stern · 11 years ago
  55. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  56. e1fd734 DMA-API: usb: use new dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  57. 22d9d8e DMA-API: usb: use dma_set_coherent_mask() by Russell King · 11 years ago
  58. 5328f35 Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  59. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  60. 16b972a usb: dwc3: core: use pm_runtime_put_sync() on remove by Felipe Balbi · 11 years ago
  61. d9681ee usb: dwc3: Remove additional delay of 100ms when resuming by Vivek Gautam · 11 years ago
  62. 161bfa9 usb: dwc3: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  63. df9b17f Merge 3.12-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  64. 85601f8 usb: dwc3: add support for Merrifield by David Cohen · 11 years ago
  65. b858626 usb: dwc3: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  66. e1f8046 usb: dwc3: gadget: avoid memory leak when failing to allocate all eps by David Cohen · 11 years ago
  67. bbaa7c8 usb: dwc3: remove extcon dependency by Heikki Krogerus · 11 years ago
  68. b62cd96 usb: dwc3: pci: add support for BayTrail by Heikki Krogerus · 11 years ago
  69. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  70. 1d1fdd9 Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  71. c078a37 usb: dwc3: Remove duplicate inclusion of otg.h by Sachin Kamat · 11 years ago
  72. bb67490 usb: dwc3: core: cope with NULL pdata by Felipe Balbi · 11 years ago
  73. 9e5f9c8 Merge branch 'nop-phy-rename' into next by Felipe Balbi · 11 years ago
  74. 3fa4d73 usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceiv by Sebastian Andrzej Siewior · 11 years ago
  75. 8061ad7 usb: dwc3: use extcon fwrk to receive connect/disconnect by Kishon Vijay Abraham I · 11 years ago
  76. fb74d28 usb: dwc3: pci: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  77. 941ea36 usb: dwc3: use dev_get_platdata() by Felipe Balbi · 11 years ago
  78. 2e11234 usb: dwc3: core: modify IO memory resource after deferred probe completes by Ivan T. Ivanov · 11 years ago
  79. 7c81290 usb: dwc3: ep0: don't change to configured state too early by Felipe Balbi · 11 years ago
  80. 7a42d83 usb: dwc3: ep0: only change to ADDRESS if set_config() succeeds by Felipe Balbi · 11 years ago
  81. c75f52f usb: dwc3: fix typo in comment of dwc3_ep by Huang Rui · 11 years ago
  82. f42f244 usb: dwc3: gadget: introduce dwc3_process_event_buf by Felipe Balbi · 11 years ago
  83. 7f97aa9 usb: dwc3: gadget: rename dwc3_process_event_buf by Felipe Balbi · 11 years ago
  84. e8adfc3 usb: dwc3: gadget: get rid of IRQF_ONESHOT by Felipe Balbi · 11 years ago
  85. 68d6a01 usb: dwc3: core: introduce and use macros for Event Size register by Felipe Balbi · 11 years ago
  86. fb49740 usb: dwc3: gadget: don't enable LPM early by Felipe Balbi · 11 years ago
  87. aff310d usb: dwc3: core: don't redefine DWC3_DCFG_LPM_CAP by Felipe Balbi · 11 years ago
  88. 653df35 usb: dwc3: gadget: add a debugging print when initializing endpoints by Felipe Balbi · 11 years ago
  89. 9aa62ae usb: dwc3: gadget: move direction setting up by Felipe Balbi · 11 years ago
  90. ff62d6b usb: dwc3: gadget: move debugging print around by Felipe Balbi · 11 years ago
  91. 6c76e6c usb: dwc3: core: switch over to devm_ioremap_resource() by Felipe Balbi · 11 years ago
  92. 8bbcd17 usb: dwc3: omap: switch over to devm_ioremap_resource() by Felipe Balbi · 11 years ago
  93. 636e2a2 usb: dwc3: gadget: drop dwc3 manual phy control by Felipe Balbi · 11 years ago
  94. a45c82b8 usb: dwc3: adapt to use dr_mode device tree helper by Ruchika Kharwar · 11 years ago
  95. 22a5aa1 usb: dwc3: core: switch to snps,dwc3 by Felipe Balbi · 11 years ago
  96. f7e846f usb: dwc3: make maximum-speed a per-instance attribute by Felipe Balbi · 11 years ago
  97. 6462cbd usb: dwc3: let non-DT platforms pass tx-fifo-resize flag; by Felipe Balbi · 11 years ago
  98. 5945f78 usb: dwc3: switch to GPL v2 only by Felipe Balbi · 11 years ago
  99. 7bc5a6b usb: dwc3: clean up redundant parameter comment by Huang Rui · 11 years ago
  100. b0d7ffd usb: dwc3: gadget: don't request IRQs in atomic by Felipe Balbi · 11 years ago