1. 69c6fa8 common: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. 659e41c usb: Assimilate usb_get_descriptor() to linux by Philip Oberfichtner · 6 months ago
  3. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  4. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  5. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  6. 176e8f0 usb: Add environment based device ignorelist by Janne Grunau · 8 months ago
  7. 2510aab usb: Tidy up the usb_start flag by Simon Glass · 1 year, 7 months ago
  8. 2a45fd9 usb: Add 1ms delay after first Get Descriptor request by Marek Vasut · 2 years, 1 month ago
  9. bde2170 Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · 2 years, 5 months ago
  10. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  11. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  12. 118a903 usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 8 months ago
  13. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  14. 1c95b9f usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  15. f5d5af4 usb: usb_submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  16. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  17. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  18. d21e8ba usb: Read device descriptor after device is addressed for xHCI by Bin Meng · 7 years ago
  19. ae6d0cf usb: Only get 64 bytes device descriptor for full speed devices by Bin Meng · 7 years ago
  20. 94e0e75 usb: Handle audio extension endpoint descriptor in usb_parse_config() by Bin Meng · 7 years ago
  21. 2028012 powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  22. 9b70df5 usb: squash lines for immediate return by Masahiro Yamada · 8 years ago
  23. 58d0023 usb: move CONFIG_USB_XHCI to Kconfig with renaming by Masahiro Yamada · 8 years ago
  24. 84b7662 usb: Assure Get Descriptor request is in separate microframe by Marek Vasut · 9 years ago
  25. 847ddc2 usb: Wait after sending Set Configuration request by Marek Vasut · 9 years ago
  26. 82daad6 usb: Don't init pointer to zero, but NULL by Marek Vasut · 9 years ago
  27. 53d41e6 Fix spelling of "transferred". by Vagrant Cascadian · 9 years ago
  28. c41294e usb: Don't reset the USB hub a 2nd time by Stefan Roese · 9 years ago
  29. 45f4b5c common: usb: fix checking condition by Peng Fan · 9 years ago
  30. a010568 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  31. 4aa3627 usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · 9 years ago
  32. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  33. b869574 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
  34. 25293e4 usb: Pass device instead of portnr to usb_legacy_port_reset by Hans de Goede · 9 years ago
  35. 778dc1c usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · 9 years ago
  36. 3db6d8e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · 9 years ago
  37. 9fa8bb7 usb: Remove unused variable in usb_setup_descriptor() by Hans de Goede · 10 years ago
  38. 0489ee3 usb: add device connection/disconnection detection by Vincent Palatin · 10 years ago
  39. e82cd9f usb: usb_control_msg() propagate controller error code by Hans de Goede · 10 years ago
  40. 09a9ae8 usb: Fix maxpacketsize for first descriptor read for low-speed usb devs by Hans de Goede · 10 years ago
  41. 2674e26 dm: usb: Convert core usb.c file to support driver model by Simon Glass · 10 years ago
  42. 668c53f dm: usb: Complete the splitting up of usb_new_device() by Simon Glass · 10 years ago
  43. aad719f dm: usb: Split out more code from usb_new_device() by Simon Glass · 10 years ago
  44. bbca491 dm: usb: Move descriptor setup code into its own function by Simon Glass · 10 years ago
  45. c093d6d dm: usb: Refactor port resets by Simon Glass · 10 years ago
  46. f4cdfeb dm: usb: Drop the legacy USB init sequence by Simon Glass · 10 years ago
  47. d146113 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · 10 years ago
  48. ae07a84 common: cmd_dfu: invoke board_usb_cleanup() for cleaning up by Kishon Vijay Abraham I · 10 years ago
  49. 793b6aa usb: fix first descriptor fetch error handling by Stephen Warren · 10 years ago
  50. 1b41200 usb: Early failure when the first descriptor read fails or is invalid by Paul Kocialkowski · 10 years ago
  51. 8f8114d usb: Check usb_new_device for failure by Paul Kocialkowski · 10 years ago
  52. 8c26176 usb: usb_new_device return codes consistency by Paul Kocialkowski · 10 years ago
  53. 498ab95 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  54. c601ed7 usb: Do not log an error when no devices is plugged into a root-hub-less hcd by Hans de Goede · 10 years ago
  55. e722852 Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  56. 1ac890d usb: Remove unnecessary portnr lookup from usb_new_device by Hans de Goede · 10 years ago
  57. 149471b usb: Handle -ENODEV from usb_lowlevel_init() by Marek Vasut · 10 years ago
  58. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  59. de8ae7b usb: rename board_usb_init_type to usb_init_type by Troy Kisky · 11 years ago
  60. d862f89 usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  61. 4912dcc USB: xHCI: Add stack support for xHCI by Vivek Gautam · 11 years ago
  62. fc4ec49 usb: Use well-known descriptor sizes when parsing configuration by Julius Werner · 11 years ago
  63. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  64. df3f221 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 12 years ago
  65. de70166 usb: Update device class in usb device's descriptor by Vivek Gautam · 12 years ago
  66. 23cbd29 USB: Some cleanup prior to USB 3.0 interface addition by Vivek Gautam · 12 years ago
  67. f94c95d usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 12 years ago
  68. ebb2478 usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · 12 years ago
  69. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  70. 6a23866 usb: fallback safely when a configuration descriptor is too large by Vincent Palatin · 12 years ago
  71. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  72. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  73. b7161dd usb: check return value of submit_{control, bulk}_msg by Ilya Yanok · 12 years ago
  74. da87587 usb: pass cache-aligned buffer to usb_get_descriptor() by Ilya Yanok · 12 years ago
  75. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · 13 years ago
  76. 6d31114 usb: use noinline define by Mike Frysinger · 13 years ago
  77. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  78. f16090f USB: Make struct devrequest setup_packet local by Marek Vasut · 13 years ago
  79. 6da5af3 USB: Separate out USB hub driver by Marek Vasut · 13 years ago
  80. 3a16a6a USB: Staticize internal functions by Marek Vasut · 13 years ago
  81. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  82. d38ad25 GCC4.6: Fix common/usb.c on xscale by Marek Vasut · 13 years ago
  83. 475146b GCC4.6: Squash warnings in common/usb.c by Marek Vasut · 13 years ago
  84. 2410348 common/usb.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  85. 9dc6396 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · 13 years ago
  86. 0480a3b GCC4.6: Convert various empty macros to inline functions by Marek Vasut · 13 years ago
  87. f62c1c4 USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() by Marek Vasut · 13 years ago
  88. a34da46 USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers by Marek Vasut · 13 years ago
  89. 1e9961d Add USB host ethernet adapter support by Simon Glass · 14 years ago
  90. 5b40e1d USB: Change the necessary defines to get debug output by Alexander Holler · 14 years ago
  91. f432006 USB: Fix device stati for removable and powerctrl (typo) by Alexander Holler · 14 years ago
  92. 93cf093 USB: usb_control_msg wait for driver ISR to set status. by Remy Bohmer · 15 years ago
  93. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  94. e21f0ec usb_scan_devices: fix output with no devices by Bryan Wu · 16 years ago
  95. 6a6d9d1 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · 16 years ago
  96. 6c7444f USB change speed by Michael Trimarchi · 16 years ago
  97. 3d18996 Prepare USB layer for ehci by Michael Trimarchi · 16 years ago
  98. 5f2e7fc USB style patch, 80 chars strict by Michael Trimarchi · 16 years ago
  99. 47e7208 fix USB initialisation procedure by Remy Bohmer · 16 years ago
  100. aca9b6e USB layer of U-Boot causes USB protocol errors while using USB memory sticks by Remy Bohmer · 16 years ago