- 463a56b usb: Drop old non-DM code by Simon Glass · 3 months ago
- ca8881c cmd: Remove duplicate newlines by Marek Vasut · 4 months ago
- ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · 5 months ago
- 29950c0 usb: remove not used variable in usb_ether_curr_dev by Heiko Schocher · 6 months ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- 914b119 cmd: usb: Prevent reset in usb tree/info command by Xavier Drudis Ferran · 1 year, 5 months ago
- 2510aab usb: Tidy up the usb_start flag by Simon Glass · 1 year, 7 months ago
- 68fc04c net: Remove eth_legacy.c by Tom Rini · 2 years ago
- dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
- ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- 93431a8 usb: Make portspeed return a read-only string by Ismael Luceno Cortes · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- e7728fe cmd: usb: ignore blk, emulation devices in usb tree/info display by Suneel Garapati · 7 years ago
- d9289f3 dm: usb: Adjust the 'usb' command to use blk_common_cmd() by Simon Glass · 7 years ago
- aec8af3 usb: cmd: Print actual packet size for super speed devices by Bin Meng · 7 years ago
- cd8f86f usb: storage: Show number of storage devices detected for DM_USB by Michal Simek · 8 years ago
- f88d6fa usb: dm: Make "usb info" use usb_for_each_root_dev() by Hans de Goede · 8 years ago
- f4451d9 usb: dm: Add a usb_for_each_root_dev() helper function by Hans de Goede · 8 years ago
- 57a7220 cmd: usb: check if_type before using this device by Peng Fan · 8 years ago
- cf43778 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
- ee705fc dm: usb: Do not reprobe usb hosts on "usb tree" command by Hans de Goede · 9 years ago
- a88d437 usb: kbd: Do not deregister usbkbd twice when using dm by Hans de Goede · 9 years ago
- 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
- b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
- e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
- 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_usb.c]
- 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_usb.c]
- e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
- 09def3a usb: Refactor USB tree output code for testing by Simon Glass · 9 years ago
- a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
- 02f0c28 dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
- de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
- 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
- b1b8333 dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression by Marcel Ziswiler · 9 years ago
- 5b026f9 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · 9 years ago
- db19dc5 dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH by Simon Glass · 9 years ago
- 9c20359 dm: usb: Do not assume that first child is always a hub by Hans de Goede · 9 years ago
- f97c8e2 dm: usb: Fix "usb tree" output by Hans de Goede · 9 years ago
- 19e8151 dm: usb: Convert 'usb' command to support driver model by Simon Glass · 10 years ago
- 729e257 dm: usb: Adjust usb command to prepare for driver model by Simon Glass · 10 years ago
- 2af8256 USB: make "usb start" start usb only once by Hans de Goede · 10 years ago
- 3e51df0 usb: kbd: Allow "usb reset" to continue when an usb kbd is used by Hans de Goede · 10 years ago
- c7c1174 usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop() by Hans de Goede · 10 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- df3f221 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 12 years ago
- d404670 usb: Add new command to set USB 2.0 port test modes by Julius Werner · 12 years ago
- a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
- dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
- e6d3345 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
- a20cbf9 combine block device load commands into common function by Rob Herring · 12 years ago
- 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · 13 years ago
- 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
- a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
- 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
- ddb90d3 usb: add help for missing start subcommand by Veli-Pekka Peltola · 13 years ago
- 1f47a4d cosmetic: remove excess whitespace from usb command help by Veli-Pekka Peltola · 13 years ago
- 6c7c558 common/cmd_usb.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
- 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
- 5d0569a Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
- 1e9961d Add USB host ethernet adapter support by Simon Glass · 14 years ago
- f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
- 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
- 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
- 95b57aa Fixed clobbered output of the "help usb" command by Sergei Poselenov · 14 years ago
- 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
- 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
- 84e20a2 cmd_usb.c: show cmd usage if no args given by Serge Ziryukin · 15 years ago
- 300ea51 USB storage count by Kim B. Heino · 15 years ago
- 2f4d365 cmd_usb.c: print debug messages only when DEBUG is defined by Wolfgang Denk · 15 years ago
- d43a0b8 usb: write command for RAW partition. by Mahavir Jain · 15 years ago
- 83b9e1d USB Consolidate descriptor definitions by Tom Rix · 15 years ago
- c54781c General help message cleanup by Wolfgang Denk · 16 years ago
- 6a6d9d1 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · 16 years ago
- 3d18996 Prepare USB layer for ehci by Michael Trimarchi · 16 years ago
- dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
- ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
- b60d265 Remove obsolete command (apply afte USB style patch, 80 chars strict) by Michael Trimarchi · 16 years ago
- 5f2e7fc USB style patch, 80 chars strict by Michael Trimarchi · 16 years ago
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
- 1eef5c3 Fix "usb part" command by Christian Eggers · 16 years ago
- cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · 16 years ago
- a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
- 1fca254 Merge branch 'master_merge_new-image' of /home/tur/git/u-boot by Wolfgang Denk · 17 years ago
- 7ede186 USB Storage, add meaningful return value by Aras Vaichas · 17 years ago
- e6bdd34 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 17 years ago
- d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
- dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
- 65a2752 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds by Marian Balakowicz · 17 years ago
- a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
- 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
- c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
- 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
- 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · 18 years ago