1. 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  2. fdd135b usb: usb_submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  3. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  4. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  5. 932bb66 usb: Read device descriptor after device is addressed for xHCI by Bin Meng · 7 years ago
  6. c008faa usb: Only get 64 bytes device descriptor for full speed devices by Bin Meng · 7 years ago
  7. 2f0eb2a usb: Handle audio extension endpoint descriptor in usb_parse_config() by Bin Meng · 7 years ago
  8. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  9. 8319aeb usb: squash lines for immediate return by Masahiro Yamada · 8 years ago
  10. 0a8cc1a usb: move CONFIG_USB_XHCI to Kconfig with renaming by Masahiro Yamada · 8 years ago
  11. ef71290 usb: Assure Get Descriptor request is in separate microframe by Marek Vasut · 8 years ago
  12. f647bf0 usb: Wait after sending Set Configuration request by Marek Vasut · 8 years ago
  13. 2f1b430 usb: Don't init pointer to zero, but NULL by Marek Vasut · 8 years ago
  14. a6f70a3 Fix spelling of "transferred". by Vagrant Cascadian · 9 years ago
  15. 3ed9eb9 usb: Don't reset the USB hub a 2nd time by Stefan Roese · 9 years ago
  16. 447b9cd common: usb: fix checking condition by Peng Fan · 9 years ago
  17. faa7db2 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  18. c75f57f usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · 9 years ago
  19. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  20. 8802f56 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
  21. 682c9f8 usb: Pass device instead of portnr to usb_legacy_port_reset by Hans de Goede · 9 years ago
  22. 9eb72dd usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · 9 years ago
  23. 6bfe80e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · 9 years ago
  24. 126ca94 usb: Remove unused variable in usb_setup_descriptor() by Hans de Goede · 9 years ago
  25. 08f3bb0 usb: add device connection/disconnection detection by Vincent Palatin · 9 years ago
  26. 651d95c usb: usb_control_msg() propagate controller error code by Hans de Goede · 9 years ago
  27. 2b338ef usb: Fix maxpacketsize for first descriptor read for low-speed usb devs by Hans de Goede · 9 years ago
  28. 95fbfe4 dm: usb: Convert core usb.c file to support driver model by Simon Glass · 10 years ago
  29. 0ed2790 dm: usb: Complete the splitting up of usb_new_device() by Simon Glass · 10 years ago
  30. 91398f9 dm: usb: Split out more code from usb_new_device() by Simon Glass · 10 years ago
  31. 128fcac dm: usb: Move descriptor setup code into its own function by Simon Glass · 10 years ago
  32. 862e75c dm: usb: Refactor port resets by Simon Glass · 10 years ago
  33. 53d8aa0 dm: usb: Drop the legacy USB init sequence by Simon Glass · 10 years ago
  34. 79b5888 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · 10 years ago
  35. db378d7 common: cmd_dfu: invoke board_usb_cleanup() for cleaning up by Kishon Vijay Abraham I · 10 years ago
  36. 25c0673 usb: fix first descriptor fetch error handling by Stephen Warren · 9 years ago
  37. 04ee6ee usb: Early failure when the first descriptor read fails or is invalid by Paul Kocialkowski · 9 years ago
  38. 8879be8 usb: Check usb_new_device for failure by Paul Kocialkowski · 9 years ago
  39. 5a80b34 usb: usb_new_device return codes consistency by Paul Kocialkowski · 9 years ago
  40. 90cdc10 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  41. d906bbc usb: Do not log an error when no devices is plugged into a root-hub-less hcd by Hans de Goede · 10 years ago
  42. afc366f Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  43. f7b9baf usb: Remove unnecessary portnr lookup from usb_new_device by Hans de Goede · 10 years ago
  44. 97b9eb9 usb: Handle -ENODEV from usb_lowlevel_init() by Marek Vasut · 10 years ago
  45. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  46. bba6791 usb: rename board_usb_init_type to usb_init_type by Troy Kisky · 11 years ago
  47. 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  48. 5853e13 USB: xHCI: Add stack support for xHCI by Vivek Gautam · 11 years ago
  49. eaf3e61 usb: Use well-known descriptor sizes when parsing configuration by Julius Werner · 11 years ago
  50. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  51. 6497c66 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 11 years ago
  52. 99c3491 usb: Update device class in usb device's descriptor by Vivek Gautam · 11 years ago
  53. 605bd75 USB: Some cleanup prior to USB 3.0 interface addition by Vivek Gautam · 11 years ago
  54. ceb4972 usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 11 years ago
  55. 359439d usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · 12 years ago
  56. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  57. 8b8d779 usb: fallback safely when a configuration descriptor is too large by Vincent Palatin · 12 years ago
  58. 93c2582 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  59. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  60. fd06028 usb: check return value of submit_{control, bulk}_msg by Ilya Yanok · 12 years ago
  61. 80ab414 usb: pass cache-aligned buffer to usb_get_descriptor() by Ilya Yanok · 12 years ago
  62. f576613 USB: Align buffers at cacheline by Puneet Saxena · 12 years ago
  63. 66cf641 usb: use noinline define by Mike Frysinger · 12 years ago
  64. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  65. e159e48 USB: Make struct devrequest setup_packet local by Marek Vasut · 13 years ago
  66. 23faf2b USB: Separate out USB hub driver by Marek Vasut · 13 years ago
  67. c08b1b2 USB: Staticize internal functions by Marek Vasut · 13 years ago
  68. b2fb47f USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  69. 5e8baf8 GCC4.6: Fix common/usb.c on xscale by Marek Vasut · 13 years ago
  70. 88ec8c1 GCC4.6: Squash warnings in common/usb.c by Marek Vasut · 13 years ago
  71. fad2e1b common/usb.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  72. f092f15 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · 13 years ago
  73. 60ce53c GCC4.6: Convert various empty macros to inline functions by Marek Vasut · 13 years ago
  74. 2a94dda USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() by Marek Vasut · 13 years ago
  75. 01a97d4 USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers by Marek Vasut · 13 years ago
  76. 89d4836 Add USB host ethernet adapter support by Simon Glass · 14 years ago
  77. ce297a8 USB: Change the necessary defines to get debug output by Alexander Holler · 14 years ago
  78. cb44091 USB: Fix device stati for removable and powerctrl (typo) by Alexander Holler · 14 years ago
  79. 84d36b3 USB: usb_control_msg wait for driver ISR to set status. by Remy Bohmer · 15 years ago
  80. 8f8bd56 USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  81. 1a448db usb_scan_devices: fix output with no devices by Bryan Wu · 16 years ago
  82. f1c1f54 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · 16 years ago
  83. 366523c USB change speed by Michael Trimarchi · 16 years ago
  84. 3e12648 Prepare USB layer for ehci by Michael Trimarchi · 16 years ago
  85. de39f8c USB style patch, 80 chars strict by Michael Trimarchi · 16 years ago
  86. 4886720 fix USB initialisation procedure by Remy Bohmer · 16 years ago
  87. c9e8436 USB layer of U-Boot causes USB protocol errors while using USB memory sticks by Remy Bohmer · 16 years ago
  88. 6f5794a Refactoring parts of the common USB OHCI code by Remy Bohmer · 16 years ago
  89. be19d32 Fix for USB sticks not working on ARM while using GCC 4.x compilers by Remy Bohmer · 16 years ago
  90. eba1f2f Make usb-stop() safe to call multiple times in a row. by Remy Bohmer · 16 years ago
  91. d6e9ee9 common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  92. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  93. c918261 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 16 years ago
  94. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  95. 727f633 common/usb.c: fix incorrect escape sequence by Hebbar · 16 years ago
  96. 3048bcb ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms by Stefan Roese · 17 years ago
  97. c3517f9 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  98. b453960 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  99. e51aae3 Prevent USB commands from working when USB is stopped. by Bartlomiej Sieka · 18 years ago
  100. 7455af4 Add rudimentary handling of alternate settings of USB interfaces - to fix by Bartlomiej Sieka · 18 years ago