1. 797ef13 cdc-acm: add TIOCGICOUNT by Oliver Neukum · 12 years ago
  2. 5a6a62b cdc-acm: add TIOCMIWAIT by Oliver Neukum · 12 years ago
  3. 4e065b8 usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 12 years ago
  4. 46adcf3 usb: chipidea: host: Only disable the vbus regulator if it is not NULL by Fabio Estevam · 12 years ago
  5. 7dd09a1 xhci: replace xhci_write_64() with writeq() by Xenia Ragiadakou · 12 years ago
  6. e8b3733 xhci: replace xhci_read_64() with readq() by Xenia Ragiadakou · 12 years ago
  7. 204b779 xhci: replace xhci_writel() with writel() by Xenia Ragiadakou · 12 years ago
  8. b0ba972 xhci: replace xhci_readl() with readl() by Xenia Ragiadakou · 12 years ago
  9. 2a10004 xhci: remove conversion from generic to pci device in xhci_mem.c by Xenia Ragiadakou · 12 years ago
  10. 78d1ff0 xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints() by Xenia Ragiadakou · 12 years ago
  11. ef73400 xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints() by Xenia Ragiadakou · 12 years ago
  12. 0d3703b xhci: remove unnecessary check in xhci_free_stream_info() by Xenia Ragiadakou · 12 years ago
  13. 63a67a7 xhci: fix SCT_FOR_CTX(p) macro by Xenia Ragiadakou · 12 years ago
  14. 64ba419 xhci: replace USB_MAXINTERFACES with config->desc.bNumInterface by Xenia Ragiadakou · 12 years ago
  15. 0c052aa xhci: fix incorrect type in assignment in xhci_address_device() by Xenia Ragiadakou · 12 years ago
  16. d20c722 xhci: fix sparse warning in xhci-trace.h by Xenia Ragiadakou · 12 years ago
  17. f004669 xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event Class by Xenia Ragiadakou · 12 years ago
  18. 7e76ad4 xhci: fix incorrect type in assignment in handle_device_notification() by Xenia Ragiadakou · 12 years ago
  19. 5871948 xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bit by Xenia Ragiadakou · 12 years ago
  20. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  21. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  22. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  23. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 12 years ago
  24. 3a83f99 ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro by Rafael J. Wysocki · 12 years ago
  25. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  26. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  27. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 12 years ago
  28. f9efbce Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  29. aac59e3 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  30. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 12 years ago
  31. c287322 Merge tag 'usb-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  32. e1466ad USB: serial: ftdi_sio: add id for Z3X Box device by Алексей Крамаренко · 12 years ago
  33. 54dc579 Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type" by Greg Kroah-Hartman · 12 years ago
  34. 1796a228 Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method" by Greg Kroah-Hartman · 12 years ago
  35. 7e12a6fc Revert "usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method" by Greg Kroah-Hartman · 12 years ago
  36. 336b9da Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates" by Greg Kroah-Hartman · 12 years ago
  37. 692ed4d Revert "usb: pl2303: move the two baud rate encoding methods to separate functions" by Greg Kroah-Hartman · 12 years ago
  38. 92dfe41 Revert "usb: pl2303: increase the allowed baud rate range for the divisor based encoding method" by Greg Kroah-Hartman · 12 years ago
  39. e2afb1d Revert "usb: pl2303: also use the divisor based baud rate encoding method for baud rates < 115200 with HX chips" by Greg Kroah-Hartman · 12 years ago
  40. 233c3dd Revert "usb: pl2303: add two comments concerning the supported baud rates with HX chips" by Greg Kroah-Hartman · 12 years ago
  41. 281393a Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()" by Greg Kroah-Hartman · 12 years ago
  42. b52e111 Revert "pl2303: improve the chip type information output on startup" by Greg Kroah-Hartman · 12 years ago
  43. e8bbd5c Revert "pl2303: improve the chip type detection/distinction" by Greg Kroah-Hartman · 12 years ago
  44. 0916919 Revert "USB: pl2303: distinguish between original and cloned HX chips" by Greg Kroah-Hartman · 12 years ago
  45. 460d47d DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks by Russell King · 12 years ago
  46. e1fd734 DMA-API: usb: use new dma_coerce_mask_and_coherent() by Russell King · 12 years ago
  47. 22d9d8e DMA-API: usb: use dma_set_coherent_mask() by Russell King · 12 years ago
  48. 4ffb431 DMA-API: usb: ohci-sa1111: add a note about DMA masks by Russell King · 12 years ago
  49. 01edb5e DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 12 years ago
  50. d288059 DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 12 years ago
  51. 8e29217 usb: usbtest: support container id descriptor test by Huang Rui · 12 years ago
  52. b8fef79 usb: usbtest: support superspeed device capbility descriptor test by Huang Rui · 12 years ago
  53. 82f9267 usb: usbtest: support usb2 extension descriptor test by Huang Rui · 12 years ago
  54. c2ec3a7 usb: chipidea: only get vbus regulator for non-peripheral mode by Peter Chen · 12 years ago
  55. 0d768fcf USB: ehci-atmel: add usb_clk for transition to CCF by Boris BREZILLON · 12 years ago
  56. 9983d6d usb: cdc-wdm: ignore speed change notifications by Bjørn Mork · 12 years ago
  57. 73e0686 USB: cdc-wdm: support back-to-back USB_CDC_NOTIFY_RESPONSE_AVAILABLE notifications by Greg Suarez · 12 years ago
  58. 32e2493 usbatm: Fix dynamic_debug / ratelimited atm_dbg and atm_rldbg macros by Joe Perches · 12 years ago
  59. 9d3bd76 usb: usbtest: support bos descriptor test for usb 3.0 by Huang Rui · 12 years ago
  60. 488c9cd USB: phy: samsung: Support multiple PHYs of same type by Anton Tikhomirov · 12 years ago
  61. f74b75e usb: wusbcore: change WA_SEGS_MAX to a legal value by Thomas Pugliese · 12 years ago
  62. f07ddb9 usb: wusbcore: add a quirk for Alereon HWA device isoc behavior by Thomas Pugliese · 12 years ago
  63. 2101242 usb: wusbcore: combine multiple isoc frames in a single transfer request. by Thomas Pugliese · 12 years ago
  64. 7b6bc07 usb: wusbcore: set the RPIPE wMaxPacketSize value correctly by Thomas Pugliese · 12 years ago
  65. df101c5 usb: chipidea: host: more enhancement when ci->hcd is NULL by Peter Chen · 12 years ago
  66. e55f7cd usb: ohci: remove ep93xx bus glue platform driver by H Hartley Sweeten · 12 years ago
  67. f55055b usb: usbtest: fix checkpatch warning as sizeof code style by Huang Rui · 12 years ago
  68. a1924d8 usb/gadget: f_mass_storage: use string literal as format in dev_set_name by Andrzej Pietrasiewicz · 12 years ago
  69. 0636fc5 USB:add new zte 3g-dongle's pid to option.c by Rui li · 12 years ago
  70. e84f9e5 consolidate the reassignments of ->f_op in ->open() instances by Al Viro · 12 years ago
  71. 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 · 12 years ago
  72. f2c28cf USB: wusbcore: fix usb_dev leaks by Alexey Khoroshilov · 12 years ago
  73. 1c124c9 USB: UHCI: check for wakeup/suspend race by Alan Stern · 12 years ago
  74. b8efdaf USB: EHCI: add check for wakeup/suspend race by Alan Stern · 12 years ago
  75. 0a56b4f USB: change dev_warn about missing reset-resume to dev_dbg by Alan Stern · 12 years ago
  76. 7c71c6e USB: OHCI: fix and explain sparse errors by Alan Stern · 12 years ago
  77. 4a71f24 USB: EHCI: fix sparse errors by Alan Stern · 12 years ago
  78. 5d8f681 USB: EHCI: fix type mismatch in check_intr_schedule by Alan Stern · 12 years ago
  79. 9afcdb1 Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 12 years ago
  80. 5584cfb Merge 3.12-rc6 into usb-next. by Greg Kroah-Hartman · 12 years ago
  81. 1653d2f usb: wusbcore: preserve endianness of cached descriptors by Thomas Pugliese · 12 years ago
  82. 679ee47 usb: wusbcore: serialize access to the HWA data out endpoint by Thomas Pugliese · 12 years ago
  83. 80d7d8a usb: phy: twl6030-usb: Include linux/of.h header by Sachin Kamat · 12 years ago
  84. 4805414 usb: musb: cppi41: allow to defer probing if DMA isn't yet available by Sebastian Andrzej Siewior · 12 years ago
  85. 8d1aad7 usb: musb: core: Call dma_controller_destroy() in error path only once. by Sebastian Andrzej Siewior · 12 years ago
  86. 0d2dd7e usb: musb: core: properly free host / device structs in err path by Sebastian Andrzej Siewior · 12 years ago
  87. 5bb7289 usb: gadget: f_mass_storage: style corrections, cleanup & simplification by Andrzej Pietrasiewicz · 12 years ago
  88. 24616eb usb: musb: dsps: run the timer only on OTG systems by Sebastian Andrzej Siewior · 12 years ago
  89. 0f901c9 usb: musb: dsps: redo the otg timer by Sebastian Andrzej Siewior · 12 years ago
  90. 807d0d2 usb: musb: dsps: remove declartion for dsps_musb_try_idle() by Sebastian Andrzej Siewior · 12 years ago
  91. 8b9fcce usb: musb: dsps: move try_idle to start hook by Sebastian Andrzej Siewior · 12 years ago
  92. ae44df2 usb: musb: call musb_start() only once in OTG mode by Sebastian Andrzej Siewior · 12 years ago
  93. a2cdc34 usb: xhci: remove the unused ->address field by Dan Williams · 12 years ago
  94. 4e34181 usb: xhci: kill a conditional when toggling cycle by Dan Williams · 12 years ago
  95. fd1ac4c usb: hub_activate kill an 'else' by Dan Williams · 12 years ago
  96. eea8851 usb: misc: usb3503: Fix compile error due to incorrect regmap depedency by Matthew Dawson · 12 years ago
  97. 41314fe usb/chipidea: fix oops on memory allocation failure by Russell King - ARM Linux · 12 years ago
  98. e92aee3 usb: hub: Clear Port Reset Change during init/resume by Julius Werner · 12 years ago
  99. 06793f2 drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat() by Matthias Beyer · 12 years ago
  100. 5b32c38 drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock() by Matthias Beyer · 12 years ago