1. 93431a8 usb: Make portspeed return a read-only string by Ismael Luceno Cortes · 6 years ago
  2. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  3. e7728fe cmd: usb: ignore blk, emulation devices in usb tree/info display by Suneel Garapati · 7 years ago
  4. d9289f3 dm: usb: Adjust the 'usb' command to use blk_common_cmd() by Simon Glass · 7 years ago
  5. aec8af3 usb: cmd: Print actual packet size for super speed devices by Bin Meng · 7 years ago
  6. cd8f86f usb: storage: Show number of storage devices detected for DM_USB by Michal Simek · 8 years ago
  7. f88d6fa usb: dm: Make "usb info" use usb_for_each_root_dev() by Hans de Goede · 8 years ago
  8. f4451d9 usb: dm: Add a usb_for_each_root_dev() helper function by Hans de Goede · 8 years ago
  9. 57a7220 cmd: usb: check if_type before using this device by Peng Fan · 8 years ago
  10. cf43778 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
  11. ee705fc dm: usb: Do not reprobe usb hosts on "usb tree" command by Hans de Goede · 9 years ago
  12. a88d437 usb: kbd: Do not deregister usbkbd twice when using dm by Hans de Goede · 9 years ago
  13. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  14. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  15. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  16. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_usb.c]
  17. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_usb.c]
  18. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  19. 09def3a usb: Refactor USB tree output code for testing by Simon Glass · 9 years ago
  20. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  21. 02f0c28 dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  22. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  23. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  24. b1b8333 dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression by Marcel Ziswiler · 9 years ago
  25. 5b026f9 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · 9 years ago
  26. db19dc5 dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH by Simon Glass · 9 years ago
  27. 9c20359 dm: usb: Do not assume that first child is always a hub by Hans de Goede · 9 years ago
  28. f97c8e2 dm: usb: Fix "usb tree" output by Hans de Goede · 9 years ago
  29. 19e8151 dm: usb: Convert 'usb' command to support driver model by Simon Glass · 10 years ago
  30. 729e257 dm: usb: Adjust usb command to prepare for driver model by Simon Glass · 10 years ago
  31. 2af8256 USB: make "usb start" start usb only once by Hans de Goede · 10 years ago
  32. 3e51df0 usb: kbd: Allow "usb reset" to continue when an usb kbd is used by Hans de Goede · 10 years ago
  33. c7c1174 usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop() by Hans de Goede · 10 years ago
  34. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  35. df3f221 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 12 years ago
  36. d404670 usb: Add new command to set USB 2.0 port test modes by Julius Werner · 12 years ago
  37. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  38. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  39. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  40. a20cbf9 combine block device load commands into common function by Rob Herring · 12 years ago
  41. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · 13 years ago
  42. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  43. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  44. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  45. ddb90d3 usb: add help for missing start subcommand by Veli-Pekka Peltola · 13 years ago
  46. 1f47a4d cosmetic: remove excess whitespace from usb command help by Veli-Pekka Peltola · 13 years ago
  47. 6c7c558 common/cmd_usb.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  48. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  49. 5d0569a Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  50. 1e9961d Add USB host ethernet adapter support by Simon Glass · 14 years ago
  51. f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  52. 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  53. 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
  54. 95b57aa Fixed clobbered output of the "help usb" command by Sergei Poselenov · 14 years ago
  55. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  56. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  57. 84e20a2 cmd_usb.c: show cmd usage if no args given by Serge Ziryukin · 15 years ago
  58. 300ea51 USB storage count by Kim B. Heino · 15 years ago
  59. 2f4d365 cmd_usb.c: print debug messages only when DEBUG is defined by Wolfgang Denk · 15 years ago
  60. d43a0b8 usb: write command for RAW partition. by Mahavir Jain · 15 years ago
  61. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  62. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  63. 6a6d9d1 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · 16 years ago
  64. 3d18996 Prepare USB layer for ehci by Michael Trimarchi · 16 years ago
  65. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  66. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  67. b60d265 Remove obsolete command (apply afte USB style patch, 80 chars strict) by Michael Trimarchi · 16 years ago
  68. 5f2e7fc USB style patch, 80 chars strict by Michael Trimarchi · 16 years ago
  69. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  70. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  71. 1eef5c3 Fix "usb part" command by Christian Eggers · 16 years ago
  72. cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · 16 years ago
  73. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  74. 1fca254 Merge branch 'master_merge_new-image' of /home/tur/git/u-boot by Wolfgang Denk · 17 years ago
  75. 7ede186 USB Storage, add meaningful return value by Aras Vaichas · 17 years ago
  76. e6bdd34 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 17 years ago
  77. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  78. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  79. 65a2752 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds by Marian Balakowicz · 17 years ago
  80. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  81. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  82. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  83. 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  84. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  85. ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · 18 years ago
  86. e39589f Prevent USB commands from working when USB is stopped. by Bartlomiej Sieka · 18 years ago
  87. 978333a Add rudimentary handling of alternate settings of USB interfaces - to fix by Bartlomiej Sieka · 18 years ago
  88. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  89. d06ce5d Coding style cleanup by Wolfgang Denk · 19 years ago
  90. c7a4f7d Fix low-level OHCI transfers for ARM920t and MPC5xxx by Wolfgang Denk · 19 years ago
  91. a2b932d * Fix baudrate calculation problem on MPC5200 systems by wdenk · 19 years ago
  92. 8d5d28a Fix problems with SNTP support; enable SNTP support in some boards. by wdenk · 20 years ago
  93. acd0536 Cleanup USB and partition defines by wdenk · 20 years ago
  94. 422fa62 Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c by wdenk · 20 years ago
  95. c233db8 Fix byteorder problem in usbboot and scsiboot commands. by wdenk · 20 years ago
  96. f1276d4 * Removed '--no-warn-mismatch' option from Makefile. This option by wdenk · 20 years ago
  97. 20c98a6 * Modify KUP4X board configuration to use SL811 driver for USB memory by wdenk · 21 years ago
  98. 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · 21 years ago
  99. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  100. f12e396 Fix some missing commands, cleanup header files by wdenk · 21 years ago