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