summaryrefslogtreecommitdiff
path: root/common/cmd_usb.c
AgeCommit message (Expand)Author
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam
2013-05-05usb: Add new command to set USB 2.0 port test modesJulius Werner
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-10-15usb: add support for multiple usb controllersLucas Stach
2012-09-25combine block device load commands into common functionRob Herring
2012-05-20USB: Align buffers at cachelinePuneet Saxena
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2011-12-16USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini
2011-12-11usb: add help for missing start subcommandVeli-Pekka Peltola
2011-12-11cosmetic: remove excess whitespace from usb command helpVeli-Pekka Peltola
2011-10-09common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk
2011-07-25autostart: unify duplicated logic into the bootm codeMike Frysinger
2011-04-12Fix misc spelling errors found by lintianLoïc Minier
2011-02-19Add USB host ethernet adapter supportSimon Glass
2011-01-11Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger
2010-08-12Fixed clobbered output of the "help usb" commandSergei Poselenov
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-05-06cmd_usb.c: show cmd usage if no args givenSerge Ziryukin
2010-04-08USB storage countKim B. Heino
2010-03-28cmd_usb.c: print debug messages only when DEBUG is definedWolfgang Denk
2009-12-20usb: write command for RAW partition.Mahavir Jain
2009-12-20USB Consolidate descriptor definitionsTom Rix
2009-06-12General help message cleanupWolfgang Denk
2009-01-28USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese
2009-01-28Prepare USB layer for ehciMichael Trimarchi
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2008-11-28Remove obsolete command (apply afte USB style patch, 80 chars strict)Michael Trimarchi
2008-11-28USB style patch, 80 chars strictMichael Trimarchi
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk
2008-07-10Fix "usb part" commandChristian Eggers
2008-06-30Delay FIT format check on sector based devicesMarian Balakowicz
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-03-26Merge branch 'master_merge_new-image' of /home/tur/git/u-bootWolfgang Denk
2008-03-26USB Storage, add meaningful return valueAras Vaichas
2008-03-12[new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz
2008-02-21[new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmdsMarian Balakowicz
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely
2007-07-08common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger