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