summaryrefslogtreecommitdiff
path: root/common/cmd_usb.c
Commit message (Expand)AuthorAgeLines
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-18/+1
* USB: SS: Add support for Super Speed USB interfaceVivek Gautam2013-05-05-6/+18
* usb: Add new command to set USB 2.0 port test modesJulius Werner2013-05-05-23/+98
* usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-20-1/+1
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-15/+15
* usb: add support for multiple usb controllersLucas Stach2012-10-15-4/+12
* combine block device load commands into common functionRob Herring2012-09-25-137/+1
* USB: Align buffers at cachelinePuneet Saxena2012-05-20-1/+2
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-18-0/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-3/+3
* USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini2011-12-16-1/+2
* usb: add help for missing start subcommandVeli-Pekka Peltola2011-12-11-2/+4
* cosmetic: remove excess whitespace from usb command helpVeli-Pekka Peltola2011-12-11-5/+5
* common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-2/+1
* autostart: unify duplicated logic into the bootm codeMike Frysinger2011-07-25-11/+2
* Fix misc spelling errors found by lintianLoïc Minier2011-04-12-1/+1
* Add USB host ethernet adapter supportSimon Glass2011-02-19-2/+10
* Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk2011-01-11-1/+1
* boot cmds: convert to getenv_yesno() with autostartMike Frysinger2010-11-28-1/+1
* do_bootm: unify duplicate prototypesMike Frysinger2010-11-28-1/+0
* Fixed clobbered output of the "help usb" commandSergei Poselenov2010-08-12-1/+1
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-8/+4
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-2/+2
* cmd_usb.c: show cmd usage if no args givenSerge Ziryukin2010-05-06-0/+5
* USB storage countKim B. Heino2010-04-08-5/+8
* cmd_usb.c: print debug messages only when DEBUG is definedWolfgang Denk2010-03-28-2/+2
* usb: write command for RAW partition.Mahavir Jain2009-12-20-0/+24
* USB Consolidate descriptor definitionsTom Rix2009-12-20-10/+10
* General help message cleanupWolfgang Denk2009-06-12-3/+3
* USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese2009-01-28-1/+11
* Prepare USB layer for ehciMichael Trimarchi2009-01-28-1/+1
* Command usage cleanupPeter Tyser2009-01-28-3/+3
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-2/+2
* Remove obsolete command (apply afte USB style patch, 80 chars strict)Michael Trimarchi2008-11-28-9/+0
* USB style patch, 80 chars strictMichael Trimarchi2008-11-28-279/+316
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-1/+1
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-14-1/+1
* Fix "usb part" commandChristian Eggers2008-07-10-4/+15
* Delay FIT format check on sector based devicesMarian Balakowicz2008-06-30-7/+8
* Big white-space cleanup.Wolfgang Denk2008-05-21-1/+1
* Merge branch 'master_merge_new-image' of /home/tur/git/u-bootWolfgang Denk2008-03-26-15/+35
|\
| * [new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz2008-03-12-8/+19
| * [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-29-1/+1
| * [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-25-10/+23
| * [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmdsMarian Balakowicz2008-02-21-1/+1
| * [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-21-1/+1
| * [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-07-8/+4
* | USB Storage, add meaningful return valueAras Vaichas2008-03-26-2/+1
|/
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-10/+0
* common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-08-3/+3