1. 1880b8a dm: usb: Deal with USB keyboard persisting across tests by Simon Glass · 3 months ago
  2. 463a56b usb: Drop old non-DM code by Simon Glass · 3 months ago
  3. 4fdfc84 include: Remove duplicate newlines by Marek Vasut · 4 months ago
  4. f399360 usb: xhci: Set up endpoints for the first 2 interfaces by Janne Grunau · 8 months ago
  5. ac74608 usb: Return -ENOENT when no devices are found by Simon Glass · 1 year, 4 months ago
  6. 2510aab usb: Tidy up the usb_start flag by Simon Glass · 1 year, 7 months ago
  7. f0c6051 usb: eth: Remove non-DM_ETH code by Tom Rini · 2 years ago
  8. 33da95a usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn by Adam Ford · 2 years, 10 months ago
  9. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  10. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  11. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  12. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  13. 68801eb usb: ci_udc: Add function to remove usb device by Ye Li · 4 years, 5 months ago
  14. ba385aa usb: Update struct usb_device to indicate speed enum by Simon Glass · 4 years, 7 months ago
  15. 118a903 usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 8 months ago
  16. 809a220 usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h by Heinrich Schuchardt · 5 years ago
  17. 1c95b9f usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  18. f5d5af4 usb: usb_submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  19. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  21. be0223e dm: usb: emul: Drop usb_emul_reset() by Bin Meng · 7 years ago
  22. 3b36376 usb: emul: Expose find_descriptor() as a public API by Bin Meng · 7 years ago
  23. f196644 usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() by Bin Meng · 7 years ago
  24. 33fbdfd usb: Fix comments of usb_emul_find_for_dev() by Bin Meng · 7 years ago
  25. d502cf1 usb: emul: Remove maxpacketsize in usb_emul_setup_device() by Bin Meng · 7 years ago
  26. 6840a34 dm: usb: Add a new USB controller operation 'get_max_xfer_size' by Bin Meng · 7 years ago
  27. 1f31f5a dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · 7 years ago
  28. 66dcbd2 usb: hub: Parse and save TT details from device descriptor by Bin Meng · 7 years ago
  29. dab7437 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · 7 years ago
  30. 5ecfd5d usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · 7 years ago
  31. 2eee794 usb: hub: Remove hub_port_reset() by Bin Meng · 7 years ago
  32. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 7 years ago
  33. ceed5d2 Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD by Tom Rini · 8 years ago
  34. cf43778 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
  35. 53d41e6 Fix spelling of "transferred". by Vagrant Cascadian · 9 years ago
  36. ed4823a usb: Change power-on / scanning timeout handling by Stefan Roese · 9 years ago
  37. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  38. 1dae494 usb: Allow up to 7 storage devices by Simon Glass · 9 years ago
  39. a010568 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  40. 4aa3627 usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · 9 years ago
  41. 9042179 usb: sandbox: Add support for interrupt operations by Simon Glass · 9 years ago
  42. 668ef3d sandbox: usb: Allow finding a USB emulator for a device by Simon Glass · 9 years ago
  43. 09def3a usb: Refactor USB tree output code for testing by Simon Glass · 9 years ago
  44. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  45. f34dfcb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  46. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  47. 077dd02 dm: usb: Correct the struct usb_driver_entry comment by Simon Glass · 9 years ago
  48. a9e41f8 dm: usb: Allow usb host drivers to implement usb_reset_root_port by Hans de Goede · 9 years ago
  49. b869574 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
  50. 778dc1c usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · 9 years ago
  51. 3db6d8e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · 9 years ago
  52. 87b4ca9 usb.h: Always declare usb function prototypes by Hans de Goede · 9 years ago
  53. 0489ee3 usb: add device connection/disconnection detection by Vincent Palatin · 10 years ago
  54. 59a0dfc dm: usb: Add support for companion controllers by Hans de Goede · 10 years ago
  55. 0a7fa27 dm: usb: Add support for interrupt queues to the dm usb code by Hans de Goede · 10 years ago
  56. 8a0b4c2 dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device by Hans de Goede · 10 years ago
  57. 3b5ddd3 dm: usb: Make usb_get_bus easier to use for callers by Hans de Goede · 10 years ago
  58. 59d66d2 dm: usb: sandbox: Add a uclass for USB device emulation by Simon Glass · 10 years ago
  59. fc03a55 dm: usb: Allow USB drivers to be declared and auto-probed by Simon Glass · 10 years ago
  60. c093d6d dm: usb: Refactor port resets by Simon Glass · 10 years ago
  61. d146113 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · 10 years ago
  62. 9b82eeb dm: usb: Add a uclass for USB controllers by Simon Glass · 10 years ago
  63. 94938d8 usb: Convert protocol header structures to use explicitly sized variables by Sergey Temerkhanov · 10 years ago
  64. 83b1897 musb-new: Add interrupt queue support by Hans de Goede · 10 years ago
  65. 498ab95 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  66. 9c4f11d musb-new: Add sunxi musb controller support by Hans de Goede · 10 years ago
  67. bbd2d2a usb: Add an interval parameter to create_int_queue by Hans de Goede · 10 years ago
  68. 5791aa0 usb: include <asm/cache.h> and <part.h> from include/usb.h by Masahiro Yamada · 10 years ago
  69. 6f68122 usb: Make pollable int support available outside of ehci-hcd.c by Hans de Goede · 10 years ago
  70. 7a88175 usb: dwc2: Add driver for Synopsis DWC2 USB IP block by Oleksandr Tymoshenko · 11 years ago
  71. 3e51df0 usb: kbd: Allow "usb reset" to continue when an usb kbd is used by Hans de Goede · 10 years ago
  72. 21fe3f7 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 11 years ago
  73. 06ef7cc usb: ums: add ums exit feature by ctrl+c or by detach usb cable by Przemyslaw Marczak · 11 years ago
  74. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  75. de8ae7b usb: rename board_usb_init_type to usb_init_type by Troy Kisky · 11 years ago
  76. d862f89 usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  77. 4912dcc USB: xHCI: Add stack support for xHCI by Vivek Gautam · 11 years ago
  78. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  79. df3f221 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 12 years ago
  80. ebb2478 usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · 12 years ago
  81. a3292f2 musb-new: omap2plus backend driver by Ilya Yanok · 12 years ago
  82. cc0fcbf musb-new: am35x backend driver by Ilya Yanok · 12 years ago
  83. d5ade29 musb-new: dsps backend driver by Ilya Yanok · 12 years ago
  84. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  85. dd94a8e usb.h: Add udc_disconnect prototype to usb.h by Lukasz Dalek · 12 years ago
  86. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  87. 2cabcf7 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · 12 years ago
  88. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · 13 years ago
  89. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  90. 185da95 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  91. 6da5af3 USB: Separate out USB hub driver by Marek Vasut · 13 years ago
  92. 0efc281 usb: increase non-bulk timeout for slow chipsets. by Jason Cooper · 13 years ago
  93. 1e9961d Add USB host ethernet adapter support by Simon Glass · 14 years ago
  94. fd7f513 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · 14 years ago
  95. 4e1d485 musb: MSC host support for AM35x by Ajay Kumar Gupta · 14 years ago
  96. ca79085 USB: fix create_pipe() by Sergei Shtylyov · 15 years ago
  97. e956f34 usb: musb: add support for Blackfin MUSB by Bryan Wu · 15 years ago
  98. 0882f3e DA8xx: Add MUSB host support by Ajay Kumar Gupta · 15 years ago
  99. 09c82bc OMAP3 Add usb device support by Tom Rix · 15 years ago
  100. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · 15 years ago