1. ff4c65c usb: hci: add hc_driver as argument for usb_hcd_pci_probe by Vinod Koul · 4 years, 8 months ago
  2. 6bc3f39 USB: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  3. 96e46dc Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 5 years ago
  4. 7b81cb6 usb: add a HCD_DMA flag instead of guestimating DMA capabilities by Christoph Hellwig · 5 years ago
  5. edfbcb3 usb: add a hcd_uses_dma helper by Christoph Hellwig · 5 years ago
  6. 22a5d3c usb: Add definitions for the USB2.0 hub TT requests by Benjamin Herrenschmidt · 5 years ago
  7. 2d7a3dc USB: drop HCD_LOCAL_MEM flag by Laurentiu Tudor · 6 years ago
  8. b0310c2 USB: use genalloc for USB HCs with local memory by Laurentiu Tudor · 6 years ago
  9. 3515468 Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 6 years ago
  10. 7a6127e USB: Export usb_wakeup_enabled_descendants() by Douglas Anderson · 6 years ago
  11. a4d6a29 usb/hcd: Send a uevent signaling that the host controller had died by Raul E Rangel · 6 years ago
  12. 7bae043 usb: core: add option of only authorizing internal devices by Dmitry Torokhov · 6 years ago
  13. 4c96499 USB: remove the unused struct hcd_timeout definition by Christoph Hellwig · 6 years ago
  14. 379cacc USB: Report wakeup events on root-hub ports by Alan Stern · 7 years ago
  15. ffe95371d usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-lane by Mathias Nyman · 7 years ago
  16. bc40f53 USB: core: hcd: drop support for legacy phys by Johan Hovold · 7 years ago
  17. ad70f93 usb: core: hcd: remove support for initializing a single PHY by Martin Blumenstingl · 7 years ago
  18. 178a0bc usb: core: hcd: integrate the PHY wrapper into the HCD core by Martin Blumenstingl · 7 years ago
  19. 4e88d4c usb: add a flag to skip PHY initialization to struct usb_hcd by Martin Blumenstingl · 7 years ago
  20. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  21. 7cf916b usb: Fix typo in the definition of Endpoint[out]Request by Benjamin Herrenschmidt · 8 years ago
  22. 6a29bee usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcd by Peter Chen · 8 years ago
  23. a8c06e4 usb: separate out sysdev pointer from usb_bus by Arnd Bergmann · 8 years ago
  24. 2c93e79 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW by yuan linyu · 8 years ago
  25. b9c2a2a usb: hcd.h: construct hub class request constants from simpler constants by Tal Shorer · 8 years ago
  26. feb26ac usb: core: hub: hub_port_init lock controller instead of bus by Chris Bainbridge · 9 years ago
  27. a4b5d60 usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lock by Heiner Kallweit · 9 years ago
  28. 5363de7 usb: core: switch bus numbering to using idr by Heiner Kallweit · 9 years ago
  29. 6fb8ac8 USB: constify usb_mon_operations structure by Julia Lawall · 9 years ago
  30. 7117522 usb: define HCD_USB31 speed option for hosts that support USB 3.1 features by Mathias Nyman · 9 years ago
  31. ff8e2c5 usb: interface authorization: Use a flag for the default device authorization by Stefan Koch · 9 years ago
  32. 6b2bd3c usb: interface authorization: Introduces the default interface authorization by Stefan Koch · 9 years ago
  33. 12e1a6a Revert "usb: interface authorization: Introduces the default interface authorization" by Greg Kroah-Hartman · 9 years ago
  34. a1b93ab Revert "usb: interface authorization: Use a flag for the default device authorization" by Greg Kroah-Hartman · 9 years ago
  35. 3cf1fc8 usb: interface authorization: Use a flag for the default device authorization by Stefan Koch · 9 years ago
  36. 1d958be usb: interface authorization: Introduces the default interface authorization by Stefan Koch · 9 years ago
  37. 7e34d70 usb: hcd.h: Fix the values of SetHubDepth and GetPortErrorCount to match USB 3.1 specification by Tal Shorer · 9 years ago
  38. f0e6a326 USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_driver() by Abhishek Bist · 10 years ago
  39. 074f9dd USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd) by Alan Stern · 10 years ago
  40. 5efd2ea usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN by Sebastian Andrzej Siewior · 10 years ago
  41. 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
  42. ceb6c9c USB / PM: Drop CONFIG_PM_RUNTIME from the USB core by Rafael J. Wysocki · 10 years ago
  43. 11a7e59 usb: ehci: add ehci_port_power interface by Michael Grzeschik · 10 years ago
  44. 0043325 usb: hcd: add generic PHY support by Sergei Shtylyov · 10 years ago
  45. 3d46e73 usb: rename phy to usb_phy in HCD by Antoine Tenart · 10 years ago
  46. f2693b4 usb: hcd: add TPL support flag by Peter Chen · 10 years ago
  47. 14aec58 storage: accept some UAS devices if streams are unavailable by Oliver Neukum · 11 years ago
  48. 48fc7db usb: xhci: change enumeration scheme to 'new scheme' by default by Dan Williams · 11 years ago
  49. 103e127 usb: hcd: Remove USB phy if needed by Valentine Barshak · 11 years ago
  50. 7c4bb94 USB: add a private-data pointer to struct usb_tt by Alan Stern · 11 years ago
  51. 63fb3a2 USB: NS_TO_US should round up by Alan Stern · 11 years ago
  52. 7868943 usb: core: implement AMD remote wakeup quirk by Huang Rui · 11 years ago
  53. c7ccde6 USB: see if URB comes from a completion handler by Alan Stern · 11 years ago
  54. 9d89242 USB: fix build error when CONFIG_PM_SLEEP isn't enabled by Alan Stern · 11 years ago
  55. 94dfd7e USB: HCD: support giveback of URB in tasklet context by Ming Lei · 12 years ago
  56. 1a81f88 Allow the USB HCD to create Wireless USB root hubs by Thomas Pugliese · 12 years ago
  57. 84ebc10 USB: remove CONFIG_USB_SUSPEND option by Alan Stern · 12 years ago
  58. 3f5eb14 usb: add find_raw_port_number callback to struct hc_driver() by Lan Tianyu · 12 years ago
  59. da0aa71 USB: add usb_hcd_{start,end}_port_resume by Alan Stern · 12 years ago
  60. 26f944b usb: hcd: use *resource_size_t* for specifying resource data by Kishon Vijay Abraham I · 12 years ago
  61. e17f8af Merge branch 'usb-linus' into usb-next by Greg Kroah-Hartman · 13 years ago
  62. c2fb8a3 USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 by Alan Stern · 13 years ago
  63. c2e935a USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy by Richard Zhao · 13 years ago
  64. 1ea7e0e USB: Add support to enable/disable USB3 link states. by Sarah Sharp · 13 years ago
  65. 6190631 Merge 3.4-rc6 into usb-next by Greg Kroah-Hartman · 13 years ago
  66. fb28d58 USB: remove CONFIG_USB_DEVICEFS by Greg Kroah-Hartman · 13 years ago
  67. 151b612 USB: EHCI: fix crash during suspend on ASUS computers by Alan Stern · 13 years ago
  68. cd70469 usb: core: hcd: make hcd->irq unsigned by Felipe Balbi · 13 years ago
  69. 4ee823b USB/xHCI: Support device-initiated USB 3.0 resume. by Sarah Sharp · 13 years ago
  70. 968b822 USB: Remove the SAW_IRQ hcd flag by Alan Stern · 13 years ago
  71. 276532b USB: fix ehci alignment error by Harro Haan · 13 years ago
  72. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  73. c563543 usb: Make core allocate resources per PCI-device. by Sarah Sharp · 14 years ago
  74. 83de4b2 usb: Store bus type in usb_hcd, not in driver flags. by Sarah Sharp · 14 years ago
  75. d673bfc usb: Change usb_hcd->bandwidth_mutex to a pointer. by Sarah Sharp · 14 years ago
  76. da13051 USB: Remove bitmap #define from hcd.h by Sarah Sharp · 14 years ago
  77. 9b37596 USB: move usbcore away from hcd->state by Alan Stern · 14 years ago
  78. 66b0835 Merge 2.6.38-rc5 into usb-next by Greg Kroah-Hartman · 14 years ago
  79. 2694a48 USB: HCD: Add driver hooks for (un)?map_urb_for_dma by Robert Morell · 14 years ago
  80. c8cf203 USB: HCD: Add usb_hcd prefix to exported functions by Robert Morell · 14 years ago
  81. 0029227 xHCI: synchronize irq in xhci_suspend() by Andiry Xu · 14 years ago
  82. 0eadcc0 usb: USB3.0 ch11 definitions by Tatyana Brokhman · 14 years ago
  83. 1dae423 USB: introduce unmap_urb_setup_for_dma() by Martin Fuzzey · 14 years ago
  84. 496dda7 usb: musb: host: unmap the buffer for PIO data transfers by Maulik Mankad · 14 years ago
  85. ff2f078 USB: fix race between root-hub wakeup & controller suspend by Alan Stern · 15 years ago
  86. 4147200 USB: add do_wakeup parameter for PCI HCD suspend by Alan Stern · 15 years ago
  87. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 15 years ago
  88. 48f2497 USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support by Alek Du · 15 years ago
  89. 6d88e67 USB: don't stop root-hub status polls too soon by Alan Stern · 15 years ago
  90. 0858a3a USB: include/usb/*.h checkpatch cleanup by Greg Kroah-Hartman · 15 years ago
  91. eab1caf USB: Support for allocating USB 3.0 streams. by Sarah Sharp · 15 years ago
  92. d20db4b USB: split hub.h into ch11.h and merge-in hcd.h by Eric Lescouet · 15 years ago
  93. d65d7e7 USB: make hub.h public (drivers dependency) by Eric Lescouet · 15 years ago
  94. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 15 years ago[Renamed (99%) from drivers/usb/core/hcd.h]
  95. f7410ce USB: Move hcd free_dev call into usb_disconnect to fix oops by Herbert Xu · 15 years ago
  96. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  97. a5f0efa USB: Add call to notify xHC of a device reset. by Sarah Sharp · 15 years ago
  98. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  99. 3f0479e USB: Check bandwidth when switching alt settings. by Sarah Sharp · 15 years ago
  100. b356b7c USB: Add hub descriptor update hook for xHCI by Sarah Sharp · 15 years ago