summaryrefslogtreecommitdiffstats
path: root/common/cmd_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Move all command code into its own directorySimon Glass2016-01-251-853/+0
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-2/+2
* usb: Refactor USB tree output code for testingSimon Glass2015-11-191-25/+33
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* dm: usb: Add support for USB keyboards with driver modelSimon Glass2015-11-191-6/+6
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-5/+5
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* dm: usb: fix USB Ethernet without CONFIG_DM_ETH regressionMarcel Ziswiler2015-08-051-3/+6
* dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-211-1/+1
* dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass2015-07-211-2/+5
* dm: usb: Do not assume that first child is always a hubHans de Goede2015-07-211-5/+4
* dm: usb: Fix "usb tree" outputHans de Goede2015-07-211-5/+5
* dm: usb: Convert 'usb' command to support driver modelSimon Glass2015-04-181-2/+145
* dm: usb: Adjust usb command to prepare for driver modelSimon Glass2015-04-181-26/+25
* USB: make "usb start" start usb only onceHans de Goede2015-01-181-17/+31
* usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede2014-10-061-4/+4
* usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop()Hans de Goede2014-10-061-12/+15
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* USB: SS: Add support for Super Speed USB interfaceVivek Gautam2013-05-051-6/+18
* usb: Add new command to set USB 2.0 port test modesJulius Werner2013-05-051-23/+98
* usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-201-1/+1
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-15/+15
* usb: add support for multiple usb controllersLucas Stach2012-10-151-4/+12
* combine block device load commands into common functionRob Herring2012-09-251-137/+1
* USB: Align buffers at cachelinePuneet Saxena2012-05-201-1/+2
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-181-0/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-3/+3
* USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini2011-12-161-1/+2
* usb: add help for missing start subcommandVeli-Pekka Peltola2011-12-111-2/+4
* cosmetic: remove excess whitespace from usb command helpVeli-Pekka Peltola2011-12-111-5/+5
* common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-2/+1
* autostart: unify duplicated logic into the bootm codeMike Frysinger2011-07-251-11/+2
* Fix misc spelling errors found by lintianLoïc Minier2011-04-121-1/+1
* Add USB host ethernet adapter supportSimon Glass2011-02-191-2/+10
* Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk2011-01-111-1/+1
* boot cmds: convert to getenv_yesno() with autostartMike Frysinger2010-11-281-1/+1
* do_bootm: unify duplicate prototypesMike Frysinger2010-11-281-1/+0
* 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
OpenPOWER on IntegriCloud