aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_usb.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move all command code into its own directorySimon Glass1-853/+0
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-2/+2
2015-11-19usb: Refactor USB tree output code for testingSimon Glass1-25/+33
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-19dm: usb: Add support for USB keyboards with driver modelSimon Glass1-6/+6
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-5/+5
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-05dm: usb: fix USB Ethernet without CONFIG_DM_ETH regressionMarcel Ziswiler1-3/+6
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass1-1/+1
2015-07-21dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass1-2/+5
2015-07-21dm: usb: Do not assume that first child is always a hubHans de Goede1-5/+4
2015-07-21dm: usb: Fix "usb tree" outputHans de Goede1-5/+5
2015-04-18dm: usb: Convert 'usb' command to support driver modelSimon Glass1-2/+145
2015-04-18dm: usb: Adjust usb command to prepare for driver modelSimon Glass1-26/+25
2015-01-18USB: make "usb start" start usb only onceHans de Goede1-17/+31
2014-10-06usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede1-4/+4
2014-10-06usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop()Hans de Goede1-12/+15
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam1-6/+18
2013-05-05usb: 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-25combine block device load commands into common functionRob Herring1-137/+1
2012-05-20USB: Align buffers at cachelinePuneet Saxena1-1/+2
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass1-0/+1
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-3/+3
2011-12-16USB: 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-09common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk1-2/+1
2011-07-25autostart: unify duplicated logic into the bootm codeMike Frysinger1-11/+2
2011-04-12Fix 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-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2010-05-06cmd_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