1. c69a059 xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers by Xenia Ragiadakou · 11 years ago
  2. b8200c9 xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlers by Xenia Ragiadakou · 11 years ago
  3. bc752bd xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler by Xenia Ragiadakou · 11 years ago
  4. b54fc46 xhci: add variable 'cmd_type' in handle_cmd_completion() by Xenia Ragiadakou · 11 years ago
  5. 9124b12 xhci: add variable 'cmd_trb' in handle_cmd_completion() by Xenia Ragiadakou · 11 years ago
  6. e7a79a1 xhci: add variable 'cmd_comp_code' in handle_cmd_completion() by Xenia Ragiadakou · 11 years ago
  7. 6ed46d3 xhci: refactor TRB_CONFIG_EP case into function by Xenia Ragiadakou · 11 years ago
  8. fd54498 xhci: remove unused 'ep_ring' variable in handle_cmd_completion() by Xenia Ragiadakou · 11 years ago
  9. 07948a8 xhci: refactor TRB_EVAL_CONTEXT case into function by Xenia Ragiadakou · 11 years ago
  10. 2c07082 xhci: refactor TRB_NEC_GET_FW case into function by Xenia Ragiadakou · 11 years ago
  11. f681321 xhci: refactor TRB_RESET_DEV case into function by Xenia Ragiadakou · 11 years ago
  12. 20e7acb xhci: use completion event's slot id rather than dig it out of command by Xenia Ragiadakou · 11 years ago
  13. 9b3103a xhci: refactor TRB_ADDR_DEV case into function by Xenia Ragiadakou · 11 years ago
  14. 6c02dd1 xhci: refactor TRB_DISABLE_SLOT case into function by Xenia Ragiadakou · 11 years ago
  15. b244b43 xhci: refactor TRB_ENABLE_SLOT case into function by Xenia Ragiadakou · 11 years ago
  16. 60b9593 xhci: rename existing Command Completion Event handlers by Xenia Ragiadakou · 11 years ago
  17. 07a37e9 xhci: remove unused argument from xhci_giveback_urb_in_irq() by Xenia Ragiadakou · 11 years ago
  18. d194c03 xhci: correct the usage of USB_CTRL_SET_TIMEOUT by xiao jin · 11 years ago
  19. 5f20cf1 usb: xhci: Staticize xhci_del_comp_mod_timer by Sachin Kamat · 11 years ago
  20. f468f7b usb: Push USB2 LPM disable on disconnect into USB core. by Sarah Sharp · 11 years ago
  21. 890dae8 xhci: Enable LPM support only for hardwired or BESL devices by Mathias Nyman · 11 years ago
  22. de68bab usb: Don't enable USB 2.0 Link PM by default. by Sarah Sharp · 11 years ago
  23. 58e21f7 xhci: Set L1 device slot on USB2 LPM enable/disable. by Sarah Sharp · 11 years ago
  24. dcc01c0 usb: Disable USB 2.0 Link PM before device reset. by Sarah Sharp · 11 years ago
  25. 614ced9 USB: quirks: add touchscreen that is dazzeled by remote wakeup by Oliver Neukum · 11 years ago
  26. 811f330 usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpoints by Robert Baldyga · 11 years ago
  27. 8acc829 usb: gadget: s3c-hsotg: fix interrupt configuration in dedicated-fifo mode by Robert Baldyga · 11 years ago
  28. bd9ef7b usb: gadget: s3c-hsotg: fix clear feature ENDPOINT_HALT by Robert Baldyga · 11 years ago
  29. a18ed7b usb: gadget: s3c-hsotg: fix "halted" property updating by Robert Baldyga · 11 years ago
  30. 7e80465 usb: gadget: s3c-hsotg: add DAINT masking by Robert Baldyga · 11 years ago
  31. afcf416 usb: gadget: s3c-hsotg: fix endpoint interrupts handling by Robert Baldyga · 11 years ago
  32. 5cb2ff0 usb: gadget: s3c-hsotg: fix s3c_hsotg_write_fifo function for dedicated fifo mode by Robert Baldyga · 11 years ago
  33. ab93e01 usb: gadget: s3c-hsotg: fix "protocol stall" handling by Robert Baldyga · 11 years ago
  34. b879863 usb: gadget: storage_common: pass filesem to fsg_store_cdrom by Andrzej Pietrasiewicz · 11 years ago
  35. 81a1d5e usb: gadget: storage_common: use strtobool instead of kstrtouint by Andrzej Pietrasiewicz · 11 years ago
  36. 7587b59 Merge tag 'omap-for-v3.13/quirk-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt by Kevin Hilman · 11 years ago
  37. 43e699c Revert "usb: musb: gadget: fix otg active status flag" by Greg Kroah-Hartman · 11 years ago
  38. 4294bca USB: quirks.c: add one device that cannot deal with suspension by Oliver Neukum · 11 years ago
  39. c00809d USB: ohci-exynos: Remove non-DT support by Jingoo Han · 11 years ago
  40. 88ed9fd usb/hcd: remove unnecessary local_irq_save by Michael Opdenacker · 11 years ago
  41. a393a80 USB: EHCI: start new isochronous streams ASAP by Alan Stern · 11 years ago
  42. b35c500 USB: EHCI: create per-TT bandwidth tables by Alan Stern · 11 years ago
  43. ca1ad0f Revert "USB: OHCI: Properly handle OHCI controller suspend" by Greg Kroah-Hartman · 11 years ago
  44. 118cb99 Revert "USB: OHCI: Properly handle ohci-at91 suspend" by Greg Kroah-Hartman · 11 years ago
  45. ba8d400 Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend" by Greg Kroah-Hartman · 11 years ago
  46. 5d93128 Revert "USB: OHCI: Properly handle ohci-da8xx suspend" by Greg Kroah-Hartman · 11 years ago
  47. 848b5b5 Revert "USB: OHCI: Properly handle ohci-ep93xx suspend" by Greg Kroah-Hartman · 11 years ago
  48. 066ba8e Revert "USB: OHCI: Properly handle ohci-exynos suspend" by Greg Kroah-Hartman · 11 years ago
  49. 3de80bf Revert "USB: OHCI: Properly handle ohci-spear suspend" by Greg Kroah-Hartman · 11 years ago
  50. 8c88126 treewide: Fix typo in Kconfig by Masanari Iida · 11 years ago
  51. 781b213 drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style by Matthias Beyer · 11 years ago
  52. 1335f2d drivers: usb: core: file.c: moved asterisk to variable name by Matthias Beyer · 11 years ago
  53. 469271f drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes by Matthias Beyer · 11 years ago
  54. a91ccd2 USB: mos7840: fix tiocmget error handling by Johan Hovold · 11 years ago
  55. 706cd17 USB: serial: export usb_serial_generic_write_start by Johan Hovold · 11 years ago
  56. 818f603 USB: serial: add memory flags to usb_serial_generic_write_start by Johan Hovold · 11 years ago
  57. 92ad247 USB: serial: clean up comments in generic driver by Johan Hovold · 11 years ago
  58. 059239a drivers: usb: core: hcd.c: converted busmap from struct to bitmap by Matthias Beyer · 11 years ago
  59. 29824c1 USB: host: Rename ehci-s5p to ehci-exynos by Jingoo Han · 11 years ago
  60. 57ae160 USB: ehci-s5p: Remove non-DT support by Jingoo Han · 11 years ago
  61. d0ce5c6 USB: EHCI: use a bandwidth-allocation table by Alan Stern · 11 years ago
  62. ffa0248 USB: EHCI: create a "periodic schedule info" struct by Alan Stern · 11 years ago
  63. 91a99b5 USB: EHCI: use consistent NO_FRAME value by Alan Stern · 11 years ago
  64. 27c4a31 USB: EHCI: change toggle only upon successful reset by Alan Stern · 11 years ago
  65. 8c05dc5 USB: EHCI: No SSPLIT allowed in uframe 7 by Alan Stern · 11 years ago
  66. 2b90f01 USB: EHCI: compute full-speed bandwidth usage correctly by Alan Stern · 11 years ago
  67. e24371a USB: EHCI: check the right uframes for CSPLIT by Alan Stern · 11 years ago
  68. 6ec4147 usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is done by Hans de Goede · 11 years ago
  69. a72e2e5 USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak by Jingoo Han · 11 years ago
  70. 0fc924b USB: ehci-msm: Add device tree support and binding information by Ivan T. Ivanov · 11 years ago
  71. e4f0da0 ehci-msm: Remove global struct usb_phy variable by Ivan T. Ivanov · 11 years ago
  72. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  73. 65b2fb3 usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep context by Peter Chen · 11 years ago
  74. a3aee36 usb: chipidea: udc: Fix spinlock recursion during bus reset by Peter Chen · 11 years ago
  75. f4c19b8 USB: serial: option: add support for Inovia SEW858 device by Greg Kroah-Hartman · 11 years ago
  76. c9d09dc USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well. by Diego Elio Pettenò · 11 years ago
  77. d544db2 USB: support new huawei devices in option.c by Fangxiaozhi (Franko) · 11 years ago
  78. 625816a Merge tag 'for-usb-linus-2013-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus by Greg Kroah-Hartman · 11 years ago
  79. 22c7ef0 Merge tag 'fixes-for-v3.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 11 years ago
  80. f797bd4 Merge tag 'keystone-soc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/soc by Kevin Hilman · 11 years ago
  81. 7f4d1e7 usb: phy: don't return with NULL from devm_usb_get_phy() by Gabor Juhos · 11 years ago
  82. cd10869 usb: gadget: Make VERBOSE_DEBUG enableable via Kconfig by Andreas Larsson · 11 years ago
  83. 001dd84 usb: musb: start musb on the udc side, too by Sebastian Andrzej Siewior · 11 years ago
  84. 7eb581d usb: gadget: s3c-hsotg: remove unused label by Robert Baldyga · 11 years ago
  85. 4fca54a usb: gadget: s3c-hsotg: add multi count support by Robert Baldyga · 11 years ago
  86. 1479e84 usb: gadget: s3c-hsotg: add isochronous transfers support by Robert Baldyga · 11 years ago
  87. 16b972a usb: dwc3: core: use pm_runtime_put_sync() on remove by Felipe Balbi · 11 years ago
  88. 5578b26 usb: phy: Add RCAR Gen2 USB phy by Valentine Barshak · 11 years ago
  89. c5340bd usb: musb: cancel work on removal by Sebastian Andrzej Siewior · 11 years ago
  90. 8254bac usb: gadget: mass_storage: merge usb_f_mass_storage module with u_ms module by Andrzej Pietrasiewicz · 11 years ago
  91. 7a93d04 usb: gadget: f_mass_storage: remove compatibility layer by Andrzej Pietrasiewicz · 11 years ago
  92. 1bcce93 usb: gadget: multi: convert to new interface of f_mass_storage by Andrzej Pietrasiewicz · 11 years ago
  93. 4d1a8f6 usb: gadget: multi: convert to new interface of f_rndis by Andrzej Pietrasiewicz · 11 years ago
  94. 7388901 usb: gadget: multi: convert to new interface of f_ecm by Andrzej Pietrasiewicz · 11 years ago
  95. e6c661e usb: gadget: acm_ms: convert to new interface of f_mass_storage by Andrzej Pietrasiewicz · 11 years ago
  96. ef0aa4b usb: gadget: f_mass_storage: add configfs support by Andrzej Pietrasiewicz · 11 years ago
  97. 864328e usb: gadget: storage_common: add methods to show/store 'cdrom' and 'removable' by Andrzej Pietrasiewicz · 11 years ago
  98. 77850ae usb: gadget: storage_common: make attribute operations more generic by Andrzej Pietrasiewicz · 11 years ago
  99. 2412fbf usb: gadget: mass_storage: convert to new interface of f_mass_storage by Andrzej Pietrasiewicz · 11 years ago
  100. e5eaa0d usb: gadget: f_mass_storage: convert to new function interface with backward compatibility by Andrzej Pietrasiewicz · 11 years ago