1. 802fde9 usb: dwc3: support new revisions of DWC3 core by Paul Zimmerman · 13 years ago
  2. d7a46a8 usb: dwc3: gadget: rename phy_power() to phy_suspend() by Paul Zimmerman · 13 years ago
  3. aed430e usb: dwc3: gadget: reinitialize retries by Paul Zimmerman · 13 years ago
  4. 2c61a8e usb: dwc3: add definitions for new registers by Paul Zimmerman · 13 years ago
  5. a092532 usb: dwc3: gadget: remove trailing semicolon by Felipe Balbi · 13 years ago
  6. 33b84c2 usb: dwc3: ep0: fix a typo in comment by Felipe Balbi · 13 years ago
  7. 788a23f usb: dwc3: ep0: align on function signature by Felipe Balbi · 13 years ago
  8. c74c6d4 usb: dwc3: ep0: switch over to IS_ALIGNED by Felipe Balbi · 13 years ago
  9. a080788 usb: dwc3: handle pending unaligned Control OUT data phase correctly by Felipe Balbi · 13 years ago
  10. 4552a0c usb: dwc3: fix a WARN and a comment by Felipe Balbi · 13 years ago
  11. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  12. ce53044 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  13. ab11ca3 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  14. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  15. 94b5aff Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  16. 5d4e2d0 Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  17. a481991 Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  18. 813a95e Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  19. 9bc747b Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  20. ba01a87 Merge branch 'usb-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  21. 881bcabb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  22. cda4db5 Merge tag 'for-usb-next-2012-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 13 years ago
  23. c88db16 xhci: Fix DIV_ROUND_UP compile error. by Sarah Sharp · 13 years ago
  24. b01bcbf xhci: Fix compile with CONFIG_USB_SUSPEND=n by Sarah Sharp · 13 years ago
  25. e9261fb USB: Fix core compile with CONFIG_USB_SUSPEND=n by Sarah Sharp · 13 years ago
  26. 8e19291 Revert "USB: EHCI: work around bug in the Philips ISP1562 controller" by Greg Kroah-Hartman · 13 years ago
  27. 1c01f1d USB: EHCI: fix command register configuration lost problem by Ming Lei · 13 years ago
  28. 4e09dcf USB: Remove races in devio.c by Huajun Li · 13 years ago
  29. 8377c94 USB: ehci-platform: remove update_device by Hauke Mehrtens · 13 years ago
  30. f06b9f3 Merge tag 'for-usb-next-2012-05-18' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 13 years ago
  31. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 13 years ago
  32. e3567d2 xhci: Add Intel U1/U2 timeout policy. by Sarah Sharp · 13 years ago
  33. 3b3db02 xhci: Add infrastructure for host-specific LPM policies. by Sarah Sharp · 13 years ago
  34. dbc3330 xhci: Reserve one command for USB3 LPM disable. by Sarah Sharp · 13 years ago
  35. 4b26654 xhci: Some Evaluate Context commands must succeed. by Sarah Sharp · 13 years ago
  36. 8306095 USB: Disable USB 3.0 LPM in critical sections. by Sarah Sharp · 13 years ago
  37. 1ea7e0e USB: Add support to enable/disable USB3 link states. by Sarah Sharp · 13 years ago
  38. 51e0a01 USB: Calculate USB 3.0 exit latencies for LPM. by Sarah Sharp · 13 years ago
  39. d9b2099 USB: Refactor code to set LPM support flag. by Sarah Sharp · 13 years ago
  40. 448b6eb USB: Make sure to fetch the BOS desc for roothubs. by Sarah Sharp · 13 years ago
  41. 797b0ca xhci: Add roothub code to set U1/U2 timeouts. by Sarah Sharp · 13 years ago
  42. 33b2831 xhci: Reset reserved command ring TRBs on cleanup. by Sarah Sharp · 13 years ago
  43. f8a9e72 USB: fix resource leak in xhci power loss path by Oliver Neukum · 13 years ago
  44. 7cbb062 USB: gpio_vbus: wakeup support on GPIO VBUS interrupts by Shinya Kuribayashi · 13 years ago
  45. ec1ac6e USB: gpio_vbus: a missing cancellation of workqueue in remove() function by Shinya Kuribayashi · 13 years ago
  46. c8240c1 USB: gpio_vbus: handle IRQ flags properly by Shinya Kuribayashi · 13 years ago
  47. da020b4 USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM use by Shinya Kuribayashi · 13 years ago
  48. 123bbce USB: gpio_vbus: use cached IRQ number for consistency with the probed one by Shinya Kuribayashi · 13 years ago
  49. c3e751e usbcore: enable USB2 LPM if port suspend fails by Andiry Xu · 13 years ago
  50. 1530bbc6 xhci: Add new short TX quirk for Fresco Logic host. by Sarah Sharp · 13 years ago
  51. 8f9d973 USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irq by Ming Lei · 13 years ago
  52. db2c862 USB: storage: fixed keyword related space issues. by Jeffrin Jose · 13 years ago
  53. a163106 USB: storage: fixed several trailing white spaces issues. by Jeffrin Jose · 13 years ago
  54. a7edf68 USB: storage: fixed C99 comment issue. by Jeffrin Jose · 13 years ago
  55. 0b623f8 Revert "USB: serial: sierra: put reset_resume callback back." by Greg Kroah-Hartman · 13 years ago
  56. dcd82cd USB: serial: fix up reset_resume callback by Greg Kroah-Hartman · 13 years ago
  57. 1c1eaba USB: serial: ch341: make the reset_resume callback actually work. by Greg Kroah-Hartman · 13 years ago
  58. 3c0dec5 Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clock by Arnd Bergmann · 13 years ago
  59. 3a23003 USB: serial: generic driver is only for testing by Bjørn Mork · 13 years ago
  60. 5eaee54 usb: gadget: at91_udc: fix endpoint descriptor dereference by Nicolas Ferre · 13 years ago
  61. ea79c2e usb: fix breakage on systems without ACPI by Sasha Levin · 13 years ago
  62. e4083ea USB: symbolserial.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  63. fe2baf8 USB: spcp8x5.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  64. 9760b28 USB: qcserial.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  65. 00c533f USB: navman.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  66. 9f857ae USB: ir-usb.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  67. f73e1ff USB: ipaq.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  68. 689c278 USB: generic.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  69. a94e9b9 USB: f81232.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  70. c89aa63 USB: belkin_sa.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  71. d2f20e1 USB: ark3116.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  72. 66afb5b USB: aircable.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  73. 6971113 USB: serial: sierra: put reset_resume callback back. by Greg Kroah-Hartman · 13 years ago
  74. 622b80c USB: serial: ch341: put reset_resume callback back. by Greg Kroah-Hartman · 13 years ago
  75. 7186364 USB: serial: hook up reset_resume callback by Greg Kroah-Hartman · 13 years ago
  76. 09c94e6 usb: chipidea: remove zero check of hw_ep_max by Richard Zhao · 13 years ago
  77. a756186 USB: CI13xxx: Use usb_put_hcd() on failure to drop HCD by Marek Vasut · 13 years ago
  78. b12909b USB: CI13xxx: Allow use of CONFIG_USB_EHCI_ROOT_HUB_TT by Marek Vasut · 13 years ago
  79. 69ecdba Merge remote-tracking branch 'linus/master' into staging/for_v3.5 by Mauro Carvalho Chehab · 13 years ago
  80. 1996e6c USB: EHCI: work around bug in the Philips ISP1562 controller by Alan Stern · 13 years ago
  81. 65b8e5c USB: EHCI: improve full-speed isochronous scheduling routine by Alan Stern · 13 years ago
  82. 61af9c3 usb: musb: cppi: add missing include to fix compilation by Reinhard Tartler · 13 years ago
  83. 356c05d sysfs: get rid of some lockdep false positives by Alan Stern · 13 years ago
  84. ef206f3 USB: add read support to usb-serial/../new_id by Bjørn Mork · 13 years ago
  85. e6bbcef USB: let both new_id and remove_id show dynamic id list by Bjørn Mork · 13 years ago
  86. 581791f FunctionFS: enable multiple functions by Andrzej Pietrasiewicz · 13 years ago
  87. 304f0b2 Revert "usb: add struct usb_hub_port to store port related members." by Greg Kroah-Hartman · 13 years ago
  88. fa28618 Revert "usb: move struct usb_device->children to struct usb_hub_port->child" by Greg Kroah-Hartman · 13 years ago
  89. e44694e USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active" by Shinya Kuribayashi · 13 years ago
  90. a6dc9cf USB: gpio_vbus: put a missing regulator_put() on error by Shinya Kuribayashi · 13 years ago
  91. 934ccec USB: gpio_vbus: provide an appropriate debounce interval by Shinya Kuribayashi · 13 years ago
  92. 0d13eeb USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq() by Shinya Kuribayashi · 13 years ago
  93. 1b0159b usb: Kconfig: remove unneeded default value by David Herrmann · 13 years ago
  94. 0686a1f USB: ohci-omap: Use usb_put_transceiver instead of put_device by Jarkko Nikula · 13 years ago
  95. fee8bc1 USB: ehci-fsl: Use usb_put_transceiver instead of put_device by Jarkko Nikula · 13 years ago
  96. e20289e usb/net: rndis: fixup a few name prefixes by Linus Walleij · 13 years ago
  97. 5149116 usb/net: rndis: merge command codes by Linus Walleij · 13 years ago
  98. 17c51b6 usb/net: rndis: merge media type definitions by Linus Walleij · 13 years ago
  99. 4cc6c4d usb/net: rndis: merge duplicate 802_* OIDs by Linus Walleij · 13 years ago
  100. 8cdddc3 usb/net: rndis: eliminate first set of duplicate OIDs by Linus Walleij · 13 years ago