index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
cmd_usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: Refactor USB tree output code for testing
Simon Glass
2015-11-19
1
-25
/
+33
*
Move console definitions into a new console.h file
Simon Glass
2015-11-19
1
-0
/
+1
*
dm: usb: Add support for USB keyboards with driver model
Simon Glass
2015-11-19
1
-6
/
+6
*
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-10-23
1
-5
/
+5
*
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-11
1
-0
/
+1
*
dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression
Marcel Ziswiler
2015-08-05
1
-3
/
+6
*
dm: usb: eth: Support driver model with USB Ethernet
Simon Glass
2015-07-21
1
-1
/
+1
*
dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH
Simon Glass
2015-07-21
1
-2
/
+5
*
dm: usb: Do not assume that first child is always a hub
Hans de Goede
2015-07-21
1
-5
/
+4
*
dm: usb: Fix "usb tree" output
Hans de Goede
2015-07-21
1
-5
/
+5
*
dm: usb: Convert 'usb' command to support driver model
Simon Glass
2015-04-18
1
-2
/
+145
*
dm: usb: Adjust usb command to prepare for driver model
Simon Glass
2015-04-18
1
-26
/
+25
*
USB: make "usb start" start usb only once
Hans de Goede
2015-01-18
1
-17
/
+31
*
usb: kbd: Allow "usb reset" to continue when an usb kbd is used
Hans de Goede
2014-10-06
1
-4
/
+4
*
usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop()
Hans de Goede
2014-10-06
1
-12
/
+15
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-18
/
+1
*
USB: SS: Add support for Super Speed USB interface
Vivek Gautam
2013-05-05
1
-6
/
+18
*
usb: Add new command to set USB 2.0 port test modes
Julius Werner
2013-05-05
1
-23
/
+98
*
usb: use linux/usb/ch9.h instead of usbdescriptors.h
Ilya Yanok
2012-11-20
1
-1
/
+1
*
common/cmd_*.c: sparse fixes
Kim Phillips
2012-11-04
1
-15
/
+15
*
usb: add support for multiple usb controllers
Lucas Stach
2012-10-15
1
-4
/
+12
*
combine block device load commands into common function
Rob Herring
2012-09-25
1
-137
/
+1
*
USB: Align buffers at cacheline
Puneet Saxena
2012-05-20
1
-1
/
+2
*
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
2012-03-18
1
-0
/
+1
*
Convert cmd_usage() calls in common to use a return value
Simon Glass
2012-03-06
1
-3
/
+3
*
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
Tom Rini
2011-12-16
1
-1
/
+2
*
usb: add help for missing start subcommand
Veli-Pekka Peltola
2011-12-11
1
-2
/
+4
*
cosmetic: remove excess whitespace from usb command help
Veli-Pekka Peltola
2011-12-11
1
-5
/
+5
*
common/cmd_usb.c: fix warning: variable ... set but not used
Wolfgang Denk
2011-10-09
1
-2
/
+1
*
autostart: unify duplicated logic into the bootm code
Mike Frysinger
2011-07-25
1
-11
/
+2
*
Fix misc spelling errors found by lintian
Loïc Minier
2011-04-12
1
-1
/
+1
*
Add USB host ethernet adapter support
Simon Glass
2011-02-19
1
-2
/
+10
*
Revert "boot cmds: convert to getenv_yesno() with autostart"
Wolfgang Denk
2011-01-11
1
-1
/
+1
*
boot cmds: convert to getenv_yesno() with autostart
Mike Frysinger
2010-11-28
1
-1
/
+1
*
do_bootm: unify duplicate prototypes
Mike Frysinger
2010-11-28
1
-1
/
+0
*
Fixed clobbered output of the "help usb" command
Sergei Poselenov
2010-08-12
1
-1
/
+1
*
cmd_usage(): simplify return code handling
Wolfgang Denk
2010-07-24
1
-8
/
+4
*
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-07-04
1
-2
/
+2
*
cmd_usb.c: show cmd usage if no args given
Serge Ziryukin
2010-05-06
1
-0
/
+5
*
USB storage count
Kim B. Heino
2010-04-08
1
-5
/
+8
*
cmd_usb.c: print debug messages only when DEBUG is defined
Wolfgang Denk
2010-03-28
1
-2
/
+2
*
usb: write command for RAW partition.
Mahavir Jain
2009-12-20
1
-0
/
+24
*
USB Consolidate descriptor definitions
Tom Rix
2009-12-20
1
-10
/
+10
*
General help message cleanup
Wolfgang Denk
2009-06-12
1
-3
/
+3
*
USB: Add high-speed (480Mb/s) to all USB related outputs
Stefan Roese
2009-01-28
1
-1
/
+11
*
Prepare USB layer for ehci
Michael Trimarchi
2009-01-28
1
-1
/
+1
*
Command usage cleanup
Peter Tyser
2009-01-28
1
-3
/
+3
*
Standardize command usage messages with cmd_usage()
Peter Tyser
2009-01-28
1
-2
/
+2
*
Remove obsolete command (apply afte USB style patch, 80 chars strict)
Michael Trimarchi
2008-11-28
1
-9
/
+0
*
USB style patch, 80 chars strict
Michael Trimarchi
2008-11-28
1
-279
/
+316
[next]