1. 4048219 usb: Drop old non-DM code by Simon Glass · 5 months ago
  2. e569c73 cmd: Remove duplicate newlines by Marek Vasut · 6 months ago
  3. a7eada2 Merge tag 'v2024.07-rc5' into next by Tom Rini · 7 months ago
  4. 8f8b4b0 usb: remove not used variable in usb_ether_curr_dev by Heiko Schocher · 8 months ago
  5. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  6. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  7. 301bac6 cmd: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  8. 7a875a8 cmd: usb: Prevent reset in usb tree/info command by Xavier Drudis Ferran · 1 year, 7 months ago
  9. 9fea3a7 usb: Tidy up the usb_start flag by Simon Glass · 1 year, 9 months ago
  10. e524f3a net: Remove eth_legacy.c by Tom Rini · 2 years, 2 months ago
  11. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 5 months ago
  12. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 6 months ago
  13. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 8 months ago
  14. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 8 months ago
  15. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 8 months ago
  16. 51f60a8 usb: Make portspeed return a read-only string by Ismael Luceno Cortes · 6 years ago
  17. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  18. abd7ced cmd: usb: ignore blk, emulation devices in usb tree/info display by Suneel Garapati · 7 years ago
  19. c16ad67 dm: usb: Adjust the 'usb' command to use blk_common_cmd() by Simon Glass · 7 years ago
  20. 78abf14 usb: cmd: Print actual packet size for super speed devices by Bin Meng · 8 years ago
  21. b984700 usb: storage: Show number of storage devices detected for DM_USB by Michal Simek · 8 years ago
  22. e6e188f usb: dm: Make "usb info" use usb_for_each_root_dev() by Hans de Goede · 9 years ago
  23. 2138fd6 usb: dm: Add a usb_for_each_root_dev() helper function by Hans de Goede · 9 years ago
  24. 7839f5f cmd: usb: check if_type before using this device by Peng Fan · 9 years ago
  25. 57ebf67 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
  26. 192eab9 dm: usb: Do not reprobe usb hosts on "usb tree" command by Hans de Goede · 9 years ago
  27. 9a80e71 usb: kbd: Do not deregister usbkbd twice when using dm by Hans de Goede · 9 years ago
  28. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  29. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  30. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  31. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_usb.c]
  32. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_usb.c]
  33. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  34. 45bfa47 usb: Refactor USB tree output code for testing by Simon Glass · 9 years ago
  35. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  36. 34ab37e dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  37. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  38. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  39. 389f185 dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression by Marcel Ziswiler · 9 years ago
  40. c8c2797 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · 10 years ago
  41. 6955909 dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH by Simon Glass · 10 years ago
  42. fd1bd21 dm: usb: Do not assume that first child is always a hub by Hans de Goede · 10 years ago
  43. c27b329 dm: usb: Fix "usb tree" output by Hans de Goede · 10 years ago
  44. 6a1b206 dm: usb: Convert 'usb' command to support driver model by Simon Glass · 10 years ago
  45. cad4291 dm: usb: Adjust usb command to prepare for driver model by Simon Glass · 10 years ago
  46. b507226 USB: make "usb start" start usb only once by Hans de Goede · 10 years ago
  47. 8a8a225 usb: kbd: Allow "usb reset" to continue when an usb kbd is used by Hans de Goede · 10 years ago
  48. 6e78c74 usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop() by Hans de Goede · 10 years ago
  49. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 12 years ago
  50. 6497c66 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 12 years ago
  51. 7d9aa8f usb: Add new command to set USB 2.0 port test modes by Julius Werner · 12 years ago
  52. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  53. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  54. 93c2582 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  55. 7405a13 combine block device load commands into common function by Rob Herring · 12 years ago
  56. f576613 USB: Align buffers at cacheline by Puneet Saxena · 13 years ago
  57. 573f14f bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  58. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  59. b2fb47f USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  60. 1af9f96 usb: add help for missing start subcommand by Veli-Pekka Peltola · 13 years ago
  61. b3813a2 cosmetic: remove excess whitespace from usb command help by Veli-Pekka Peltola · 13 years ago
  62. 10f4dd7 common/cmd_usb.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  63. 67d668b autostart: unify duplicated logic into the bootm code by Mike Frysinger · 14 years ago
  64. 6052cba Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  65. 89d4836 Add USB host ethernet adapter support by Simon Glass · 14 years ago
  66. 3e5ab1a Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  67. 5a442c0 boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  68. 36ebb78 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
  69. 842404e Fixed clobbered output of the "help usb" command by Sergei Poselenov · 14 years ago
  70. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 15 years ago
  71. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 15 years ago
  72. 65d3425 cmd_usb.c: show cmd usage if no args given by Serge Ziryukin · 15 years ago
  73. aaad108 USB storage count by Kim B. Heino · 15 years ago
  74. 060f285 cmd_usb.c: print debug messages only when DEBUG is defined by Wolfgang Denk · 15 years ago
  75. 127e108 usb: write command for RAW partition. by Mahavir Jain · 15 years ago
  76. 8f8bd56 USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  77. a89c33d General help message cleanup by Wolfgang Denk · 16 years ago
  78. f1c1f54 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · 16 years ago
  79. 3e12648 Prepare USB layer for ehci by Michael Trimarchi · 16 years ago
  80. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  81. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  82. bebfc6e Remove obsolete command (apply afte USB style patch, 80 chars strict) by Michael Trimarchi · 16 years ago
  83. de39f8c USB style patch, 80 chars strict by Michael Trimarchi · 16 years ago
  84. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  85. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 17 years ago
  86. d4b5f3f Fix "usb part" command by Christian Eggers · 17 years ago
  87. 3bab76a Delay FIT format check on sector based devices by Marian Balakowicz · 17 years ago
  88. 53677ef Big white-space cleanup. by Wolfgang Denk · 17 years ago
  89. b951f8d Merge branch 'master_merge_new-image' of /home/tur/git/u-boot by Wolfgang Denk · 17 years ago
  90. f6b44e0 USB Storage, add meaningful return value by Aras Vaichas · 17 years ago
  91. 09475f7 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 17 years ago
  92. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  93. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  94. 5583cbf [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds by Marian Balakowicz · 17 years ago
  95. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  96. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  97. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  98. fd9bcaa common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 18 years ago
  99. 65c450b common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 18 years ago
  100. 735dd97 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · 18 years ago