summaryrefslogtreecommitdiff
path: root/common/cmd_usb.c
AgeCommit message (Expand)Author
2016-01-25Move all command code into its own directorySimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-11-19usb: Refactor USB tree output code for testingSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19dm: usb: Add support for USB keyboards with driver modelSimon Glass
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-08-05dm: usb: fix USB Ethernet without CONFIG_DM_ETH regressionMarcel Ziswiler
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass
2015-07-21dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass
2015-07-21dm: usb: Do not assume that first child is always a hubHans de Goede
2015-07-21dm: usb: Fix "usb tree" outputHans de Goede
2015-04-18dm: usb: Convert 'usb' command to support driver modelSimon Glass
2015-04-18dm: usb: Adjust usb command to prepare for driver modelSimon Glass
2015-01-18USB: make "usb start" start usb only onceHans de Goede
2014-10-06usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede
2014-10-06usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop()Hans de Goede
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
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