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