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