1. e7cf773 Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  2. ceb6c9c USB / PM: Drop CONFIG_PM_RUNTIME from the USB core by Rafael J. Wysocki · 10 years ago
  3. 947c885 usb: chipidea: remove flag CI_HDRC_REQUIRE_TRANSCEIVER by Peter Chen · 10 years ago
  4. 2d4d9f3 Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  5. df9f7b3 usb: phy: introduce usb_phy_set_event interface by Kiran Raparthy · 10 years ago
  6. d3cf6a4 usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2 by Yoshihiro Shimoda · 10 years ago
  7. 35a27ea usb: Remove __init from early_dbgp_init() prototype by Chris Rorvick · 10 years ago
  8. b9ec1c9 usb: Create separate header for ehci-dbgp by Chris Rorvick · 10 years ago
  9. 11a7e59 usb: ehci: add ehci_port_power interface by Michael Grzeschik · 10 years ago
  10. 1e5e2d3 usb: chipidea: add support to the generic PHY framework by Antoine Tenart · 10 years ago
  11. ef44cb4 usb: allow to supply the PHY in the drivers when using HCD by Antoine Tenart · 10 years ago
  12. 48bcc18 usb: add support to the generic PHY framework in OTG by Antoine Tenart · 10 years ago
  13. 19c1eac usb: rename phy to usb_phy in OTG by Antoine Tenart · 10 years ago
  14. e47d925 usb: move the OTG state from the USB PHY to the OTG structure by Antoine Tenart · 10 years ago
  15. 02e8c96 usb: gadget: udc: core: prepend udc_attach_driver with usb_ by Felipe Balbi · 10 years ago
  16. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  17. 3a57187 usb: gadget: configfs: add suspend/resume by Andrzej Pietrasiewicz · 10 years ago
  18. 6c93b53 usb: gadget: composite: introduce setup and os_desc pending flags by Felipe Balbi · 10 years ago
  19. 1efed2d usbnet: add a callback for set_rx_mode by Olivier Blin · 10 years ago
  20. 0043325 usb: hcd: add generic PHY support by Sergei Shtylyov · 10 years ago
  21. 3d46e73 usb: rename phy to usb_phy in HCD by Antoine Tenart · 10 years ago
  22. 3fc2aa5 usb: gadget: Introduce usb_gadget_giveback_request() by Michal Sojka · 10 years ago
  23. 5cb307c USB: quirks.h: use BIT() by Greg Kroah-Hartman · 10 years ago
  24. ddbe1fc USB: Add device quirk for ASUS T100 Base Station keyboard by Lu Baolu · 10 years ago
  25. f6a9ff0 usb: chipidea: add TPL support for targeted hosts by Peter Chen · 10 years ago
  26. 05f8b35 usb: common: add API to get if the platform supports TPL by Peter Chen · 10 years ago
  27. f2693b4 usb: hcd: add TPL support flag by Peter Chen · 10 years ago
  28. 2a15938 USB: core: add device-qualifier quirk by Johan Hovold · 10 years ago
  29. 974a70b usb: gadget: udc-core: add utility for bus reset by Peter Chen · 10 years ago
  30. ef979a2 usb: gadget: add reset API at usb_gadget_driver by Peter Chen · 10 years ago
  31. 8913dc0 usb: gadget: document a usb_ep_dequeue() requirement by Paul Zimmerman · 10 years ago
  32. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  33. dbcdd4d cdc_subset: deal with a device that needs reset for timeout by Oliver Neukum · 10 years ago
  34. cd83ce9 usb-core bInterval quirk by James P Michels III · 10 years ago
  35. 1d8fcba Revert "cdc_subset: deal with a device that needs reset for timeout" by Linus Torvalds · 10 years ago
  36. 20fbe3a cdc_subset: deal with a device that needs reset for timeout by Oliver Neukum · 10 years ago
  37. 61fe2d7 Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  38. 8ecef00 usb: renesas_usbhs: add R-Car Gen. 2 init and power control by Ulrich Hecht · 10 years ago
  39. 7ec3ea1 usb: gadget: Add helper macro for usb_composite_driver boilerplate by Tobias Klauser · 10 years ago
  40. 20f6fdd xhci: Platform: Set xhci lpm support quirk based on platform data by Pratyush Anand · 10 years ago
  41. adc82f7 usb: gadget: net2280: Add support for PLX USB338X by Ricardo Ribalda Delgado · 10 years ago
  42. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  43. 357d596e Revert "usb: gadget: net2280: Add support for PLX USB338X" by Greg Kroah-Hartman · 10 years ago
  44. c4128ca usb: gadget: net2280: Add support for PLX USB338X by Ricardo Ribalda Delgado · 10 years ago
  45. 7d10d26 net: cdc_ncm: fix 64bit division build error by Bjørn Mork · 10 years ago
  46. fa83dbe net: cdc_ncm: remove redundant "disconnected" flag by Bjørn Mork · 10 years ago
  47. 50f1cb1 net: cdc_ncm: use sane defaults for rx/tx buffers by Bjørn Mork · 10 years ago
  48. beeecd4 net: cdc_ncm/cdc_mbim: adding NCM protocol statistics by Bjørn Mork · 10 years ago
  49. 43e4c6d net: cdc_ncm: set reasonable padding limits by Bjørn Mork · 10 years ago
  50. 70559b8 net: cdc_ncm: use true max dgram count for header estimates by Bjørn Mork · 10 years ago
  51. 6c4e548 net: cdc_ncm: use ethtool to tune coalescing settings by Bjørn Mork · 10 years ago
  52. 7419485 usb: gadget: configfs: OS Extended Properties descriptors support by Andrzej Pietrasiewicz · 10 years ago
  53. da42431 usb: gadget: configfs: OS Extended Compatibility descriptors support by Andrzej Pietrasiewicz · 10 years ago
  54. 37a3a53 usb: gadget: OS Feature Descriptors support by Andrzej Pietrasiewicz · 10 years ago
  55. 19824d5 usb: gadget: OS String support by Andrzej Pietrasiewicz · 10 years ago
  56. 50a0ffa net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions by Bjørn Mork · 10 years ago
  57. 01799b6 usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CX by Ivan T. Ivanov · 11 years ago
  58. 30bf866 usb: phy: msm: Select secondary PHY via TCSR by Tim Bird · 11 years ago
  59. 9f27984b usb: phy: msm: Fix PTS definitions for MSM USB controller by Tim Bird · 11 years ago
  60. d69c6f5 usb: phy: msm: Correct USB PHY Reset sequence for newer platform by Ivan T. Ivanov · 11 years ago
  61. cfa3ff5 usb: phy: msm: Add support for secondary PHY control by Ivan T. Ivanov · 11 years ago
  62. a273454 usb: phy: msm: Use reset framework for LINK and PHY resets by Ivan T. Ivanov · 11 years ago
  63. 8364f9a usb: phy: msm: Add device tree support and binding information by Ivan T. Ivanov · 11 years ago
  64. ff0e4a6 usb: phy: msm: Remove unused pclk_src_name by Ivan T. Ivanov · 11 years ago
  65. 971232c usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_mode by Ivan T. Ivanov · 11 years ago
  66. 37cfdaf usb: phy: msm: Move global regulators variables to driver state by Ivan T. Ivanov · 11 years ago
  67. dca769b usb: phy: generic: switch over to IS_ENABLED() by Felipe Balbi · 11 years ago
  68. 2f36ff6 usb: phy: generic: allow multiples calls to usb_phy_generic_register() by Felipe Balbi · 11 years ago
  69. d7078df usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h> by Felipe Balbi · 11 years ago
  70. 4525bee usb: phy: rename usb_nop_xceiv to usb_phy_generic by Felipe Balbi · 11 years ago
  71. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  72. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  73. 3e75c6d Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  74. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  75. 14a0d63 usbnet: include wait queue head in device structure by Oliver Neukum · 11 years ago
  76. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  77. 259fef0 net: cdc_ncm: respect operator preferred MTU reported by MBIM by Ben Chan · 11 years ago
  78. ff0992e9 net: cdc_ncm: fix control message ordering by Bjørn Mork · 11 years ago
  79. 5083fd7 USB: serial: make bulk_out_size a lower limit by Johan Hovold · 11 years ago
  80. ea1990c Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next by Greg Kroah-Hartman · 11 years ago
  81. 14da699 phy: rename struct omap_control_usb to struct omap_control_phy by Kishon Vijay Abraham I · 11 years ago
  82. 7338a06 Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  83. 6284be2 phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/ by Kishon Vijay Abraham I · 11 years ago
  84. 57bf9b0 usb: phy: Add set_wakeup API by Peter Chen · 11 years ago
  85. 14aec58 storage: accept some UAS devices if streams are unavailable by Oliver Neukum · 11 years ago
  86. d24354b uas: Pack iu struct definitions by Hans de Goede · 11 years ago
  87. 00d202c uas: Fix response iu struct definition by Hans de Goede · 11 years ago
  88. e52e031 uas: s/response_ui/response_iu/ by Hans de Goede · 11 years ago
  89. 4f6743d usb: chipidea: udc: add maximum-speed = full-speed option by Michael Grzeschik · 11 years ago
  90. d426334 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  91. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 11 years ago
  92. 0ba3307 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  93. ed8f831 usb: chipidea: add freescale imx28 special write register method by Peter Chen · 11 years ago
  94. 64576e4 Merge branch 'qcom/drivers' into next/drivers by Olof Johansson · 11 years ago
  95. 5146d77 usb: phy: msm: Move mach dependent code to platform data by Ivan T. Ivanov · 11 years ago
  96. 73ad0ad Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  97. c4b34a3 usb: phy: omap: Add omap-control Support for AM437x by George Cherian · 11 years ago
  98. c139e14 Merge tag 'v3.13-rc4' into next by Felipe Balbi · 11 years ago
  99. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  100. d59abb9 Merge branch 3.13-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago