summaryrefslogtreecommitdiffstats
path: root/common/cmd_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed clobbered output of the "help usb" commandSergei Poselenov2010-08-121-1/+1
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-8/+4
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-2/+2
* cmd_usb.c: show cmd usage if no args givenSerge Ziryukin2010-05-061-0/+5
* USB storage countKim B. Heino2010-04-081-5/+8
* cmd_usb.c: print debug messages only when DEBUG is definedWolfgang Denk2010-03-281-2/+2
* usb: write command for RAW partition.Mahavir Jain2009-12-201-0/+24
* USB Consolidate descriptor definitionsTom Rix2009-12-201-10/+10
* General help message cleanupWolfgang Denk2009-06-121-3/+3
* USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese2009-01-281-1/+11
* Prepare USB layer for ehciMichael Trimarchi2009-01-281-1/+1
* Command usage cleanupPeter Tyser2009-01-281-3/+3
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-2/+2
* Remove obsolete command (apply afte USB style patch, 80 chars strict)Michael Trimarchi2008-11-281-9/+0
* USB style patch, 80 chars strictMichael Trimarchi2008-11-281-279/+316
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-1/+1
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-141-1/+1
* Fix "usb part" commandChristian Eggers2008-07-101-4/+15
* Delay FIT format check on sector based devicesMarian Balakowicz2008-06-301-7/+8
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* Merge branch 'master_merge_new-image' of /home/tur/git/u-bootWolfgang Denk2008-03-261-15/+35
|\
| * [new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz2008-03-121-8/+19
| * [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-1/+1
| * [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-10/+23
| * [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmdsMarian Balakowicz2008-02-211-1/+1
| * [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-211-1/+1
| * [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-8/+4
* | USB Storage, add meaningful return valueAras Vaichas2008-03-261-2/+1
|/
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-201-10/+0
* common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-3/+3
* common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-2/+2
* [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-201-0/+1
* Prevent USB commands from working when USB is stopped.Bartlomiej Sieka2006-08-031-0/+5
* Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka2006-08-021-1/+1
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-5/+5
* Coding style cleanupWolfgang Denk2005-08-021-2/+1
* Fix low-level OHCI transfers for ARM920t and MPC5xxxWolfgang Denk2005-07-211-13/+22
* * Fix baudrate calculation problem on MPC5200 systemswdenk2005-06-271-1/+1
* Fix problems with SNTP support;wdenk2005-04-021-0/+1
* Cleanup USB and partition defineswdenk2005-02-241-0/+4
* Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.cwdenk2005-02-041-1/+2
* Fix byteorder problem in usbboot and scsiboot commands.wdenk2005-02-041-2/+2
* * Removed '--no-warn-mismatch' option from Makefile. This optionwdenk2005-02-031-17/+18
* * Modify KUP4X board configuration to use SL811 driver for USB memorywdenk2004-04-231-8/+8
* * Patches by David Müller, 14 Nov 2003:wdenk2003-12-071-1/+1
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-6/+6
* Fix some missing commands, cleanup header fileswdenk2003-06-291-1/+0
* * Code cleanup:wdenk2003-06-271-2/+34
* * LWMON extensions:wdenk2003-04-271-1/+2
* Initial revisionwdenk2002-08-271-0/+595
OpenPOWER on IntegriCloud