1. 79b4c06 uas: Add the posibilty to blacklist uas devices from using the uas driver by Hans de Goede · 11 years ago
  2. a82b76f usb: Reset USB-3 devices on USB-3 link bounce by Hans de Goede · 11 years ago
  3. 7a7b562 usb: Clear host_endpoint->streams when implicitly freeing streams by Hans de Goede · 11 years ago
  4. f792088 xhci: Handle MaxPSASize == 0 by Hans de Goede · 11 years ago
  5. 84c1e40 xhci: The trb_address_map radix tree expects 1KB segment memory aligment by Hans de Goede · 11 years ago
  6. 127329d xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0 by Hans de Goede · 11 years ago
  7. 82aa038 uas: Move uas detect code to uas-detect.h by Hans de Goede · 11 years ago
  8. e1be067 uas: Add a uas_find_uas_alt_setting helper function by Hans de Goede · 11 years ago
  9. d3f7c15 uas: Use all available stream ids by Hans de Goede · 11 years ago
  10. e52e031 uas: s/response_ui/response_iu/ by Hans de Goede · 11 years ago
  11. 4de7a373 uas: Fix reset handling for externally triggered reset by Hans de Goede · 11 years ago
  12. be326f4 uas: Fix reset locking by Hans de Goede · 11 years ago
  13. 6c2334e uas: Fix uas not working when plugged into an ehci port by Hans de Goede · 11 years ago
  14. a887cd3 uas: uas_alloc_cmd_urb: drop unused stream_id parameter by Hans de Goede · 11 years ago
  15. 7e50e0b uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs by Hans de Goede · 11 years ago
  16. 6ce8213 uas: Properly set interface to altsetting 0 on probe failure by Hans de Goede · 11 years ago
  17. d5f808d uas: Urbs must be anchored before submitting them by Hans de Goede · 11 years ago
  18. f491ecb uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE() by Gerd Hoffmann · 11 years ago
  19. 326349f uas: add dead request list by Gerd Hoffmann · 11 years ago
  20. 1bf8198 uas: make work list per-device by Gerd Hoffmann · 11 years ago
  21. d89bd83 uas: properly reinitialize in uas_eh_bus_reset_handler by Gerd Hoffmann · 11 years ago
  22. bcf7f6e usbfs: Add support for allocating / freeing streams by Hans de Goede · 11 years ago
  23. 2fec32b0 usbfs: Add ep_to_host_endpoint helper function by Hans de Goede · 11 years ago
  24. 948cd8c usbfs: Add support for bulk stream ids by Hans de Goede · 11 years ago
  25. b2d03eb usbfs: proc_do_submiturb use a local variable for number_of_packets by Hans de Goede · 11 years ago
  26. 5ec9c17 usbfs: Kill urbs on interface before doing a set_interface by Hans de Goede · 11 years ago
  27. 6343e8b usb-core: Free bulk streams on interface release by Hans de Goede · 11 years ago
  28. 8d4f70b usb-core: Track if an endpoint has streams by Hans de Goede · 11 years ago
  29. 8f5d354 usb-core: Move USB_MAXENDPOINTS definitions to usb.h by Hans de Goede · 11 years ago
  30. 12d4bbc usb-core: Fix usb_free_streams return value documentation by Hans de Goede · 11 years ago
  31. d573422 xhci: Remove segments from radix tree on failed insert. by Sarah Sharp · 11 years ago
  32. a390153 xhci: use usb_ss_max_streams in xhci_check_streams_endpoint by Hans de Goede · 11 years ago
  33. 9aad95e xhci: For streams the dequeue ptr must be read from the stream ctx by Hans de Goede · 11 years ago
  34. 95241db xhci: Set SCT field for Set TR dequeue on streams by Hans de Goede · 11 years ago
  35. c4bedb7 xhci: For streams the css flag most be read from the stream-ctx on ep stop by Hans de Goede · 11 years ago
  36. ee4aa54 xhci: Check size rather then number of streams when allocating stream ctxs by Hans de Goede · 11 years ago
  37. df61383 xhci: Free streams when they are still allocated on a set_interface call by Hans de Goede · 11 years ago
  38. 1534130 xhci: fix usb3 streams by Gerd Hoffmann · 11 years ago
  39. e587b8b xhci: make warnings greppable by Oliver Neukum · 11 years ago
  40. 25cd288 usb/xhci: Change how we indicate a host supports Link PM. by Sarah Sharp · 11 years ago
  41. 3c1b2c3 USB: sisusb: Use static const, fix typo by Joe Perches · 11 years ago
  42. 5d188d6 USB: EHCI: tegra: Drop unused defines by Thierry Reding · 11 years ago
  43. 8cb38e9 Merge 3.14-rc5 into usb-next by Greg Kroah-Hartman · 11 years ago
  44. 013daec Merge 3.14-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  45. 17b0280 Merge 3.14-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  46. 927c4da usb: wusbcore: fix compile warnings by Thomas Pugliese · 11 years ago
  47. a9c3f68 tty: Fix low_latency BUG by Peter Hurley · 11 years ago
  48. 23c0582 usb: hub: usb_ext_cap_descriptor.bmAttributes is le32 by Bjørn Mork · 11 years ago
  49. 938569e hub: debug message for failing to enable device by Oliver Neukum · 11 years ago
  50. d1c5dd6 usb: wusbcore: add info to HWA debug prints by Thomas Pugliese · 11 years ago
  51. ecf3701 usb: wusbcore: read actual_length bytes isoc in segments by Thomas Pugliese · 11 years ago
  52. 4659a24 usb: wusbcore: adjust iterator correctly when searching for ep comp descriptor by Thomas Pugliese · 11 years ago
  53. e500d52 usb: wusbcore: add a convenience function for completing a transfer segment by Thomas Pugliese · 11 years ago
  54. 5da43af usb: wusbcore: prevent urb dequeue and giveback race by Thomas Pugliese · 11 years ago
  55. acfadce usb: wusbcore: fix stranded URB after HWA unplug by Thomas Pugliese · 11 years ago
  56. 618836cc usb: wusbcore: fix kernel panic on HWA unplug by Thomas Pugliese · 11 years ago
  57. a1227f3 usb: ehci: fix deadlock when threadirqs option is used by Stanislaw Gruszka · 11 years ago
  58. 6dbd46c USB: ftdi_sio: add Cressi Leonardo PID by Joerg Dorchain · 11 years ago
  59. 74c4137 ARM: 7989/1: Delete asm/system.h by David Howells · 11 years ago
  60. d01a838 Merge branch 'for-linus' into HEAD by Takashi Iwai · 11 years ago
  61. f080a51 USB: complain if userspace resets an active endpoint by Alan Stern · 11 years ago
  62. 42d1821 usb: chipidea: Propagate the real error code on platform_get_irq() failure by Fabio Estevam · 11 years ago
  63. 4f6743d usb: chipidea: udc: add maximum-speed = full-speed option by Michael Grzeschik · 11 years ago
  64. fad5674 usb: chipidea: use dev_get_platdata() by Jingoo Han · 11 years ago
  65. 64fc06c usb: chipidea: udc: refine ep operation at isr_tr_complete_handler by Peter Chen · 11 years ago
  66. c859aa65 usb: chipidea: refine PHY operation by Peter Chen · 11 years ago
  67. 3c70165 Merge 3.14-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  68. b420600 Merge 3.14-rc4 into staging-next. by Greg Kroah-Hartman · 11 years ago
  69. 5bf5dbe usb: chipidea: need to mask when writting endptflush and endptprime by Matthieu CASTET · 11 years ago
  70. 0fd7a82 Merge tag 'fixes-for-v3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 11 years ago
  71. 40f099e usb: musb: dsps, debugfs files by Markus Pargmann · 11 years ago
  72. 9ccfaf7 usb: musb: correct use of schedule_delayed_work() by Daniel Mack · 11 years ago
  73. e7d613d usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEP by Josh Cartwright · 11 years ago
  74. f0f4220 usb: gadget: fix NULL pointer dereference by Andrzej Pietrasiewicz · 11 years ago
  75. 8679059 usb: gadget: printer: using gadget_is_otg to check otg support at runtime by Peter Chen · 11 years ago
  76. 06f9b6e usb: dwc3: fix wrong bit mask in dwc3_event_devt by Huang Rui · 11 years ago
  77. 798a246 usb: gadget: gr_udc: remove some unneeded error handling by Dan Carpenter · 11 years ago
  78. d426334 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  79. c7dcec7 Kconfig: Remove useless "default N" lines by Paul Bolle · 11 years ago
  80. 3fcba0d usb: gadget: at91: using USBA_NR_DMAS for DMA channels by Bo Shen · 11 years ago
  81. aa7be0f usb: gadget: at91: fix the number of endpoint parameter by Bo Shen · 11 years ago
  82. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 11 years ago
  83. b797b76 usb: host: remove USB_ARCH_HAS_?HCI by Paul Bolle · 11 years ago
  84. f2dece4 usb: musb: correct use of schedule_delayed_work() by Daniel Mack · 11 years ago
  85. 73926db usb: musb: do not sleep in atomic context by Daniel Mack · 11 years ago
  86. 12df84d USB: serial: option: blacklist interface 4 for Cinterion PHS8 and PXS8 by Aleksander Morgado · 11 years ago
  87. 3e8d6d8 USB: EHCI: add delay during suspend to prevent erroneous wakeups by Alan Stern · 11 years ago
  88. 9d26564 Merge 3.14-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  89. 2e4c755 usb: gadget: f_fs: add aio support by Robert Baldyga · 11 years ago
  90. 23de91e usb: gadget: f_fs: add poll for endpoint 0 by Robert Baldyga · 11 years ago
  91. 0a7b1f8 usb: gadget: f_fs: fix setup request handling by Robert Baldyga · 11 years ago
  92. a7ecf05 usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline function by Michal Nazarewicz · 11 years ago
  93. e46318a usb: gadget: functionfs: fix typo in the enum variable by Michal Nazarewicz · 11 years ago
  94. da13a77 usb: gadget: FunctionFS: use consistent naming with regard to ffs_lock by Andrzej Pietrasiewicz · 11 years ago
  95. 10b69ce usb: gadget: FunctionFS: staticize functions used only in f_fs.c by Andrzej Pietrasiewicz · 11 years ago
  96. ab13cb0 usb: gadget: code cleanup by Andrzej Pietrasiewicz · 11 years ago
  97. ea36592 usb: gadget: FunctionFS: dereference ffs_dev conditionally by Andrzej Pietrasiewicz · 11 years ago
  98. de9db57 usb: musb: dsps, use devm_kzalloc by Markus Pargmann · 11 years ago
  99. 30bbae9 usb: dwc3: omap: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  100. c9f721b usb: gadget: s3c-hsotg: stall ep0 in set_halt function by Robert Baldyga · 11 years ago