1. 57a7220 cmd: usb: check if_type before using this device by Peng Fan · Fri Jun 17 14:18:11 2016 +0800
  2. cf43778 dm: usb: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:13 2016 -0600
  3. ee705fc dm: usb: Do not reprobe usb hosts on "usb tree" command by Hans de Goede · Sun Apr 03 00:04:39 2016 +0200
  4. a88d437 usb: kbd: Do not deregister usbkbd twice when using dm by Hans de Goede · Sun Apr 03 09:18:53 2016 +0200
  5. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · Mon Feb 29 15:25:52 2016 -0700
  6. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  7. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  8. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_usb.c]
  9. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_usb.c]
  10. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  11. 09def3a usb: Refactor USB tree output code for testing by Simon Glass · Sun Nov 08 23:47:51 2015 -0700
  12. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  13. 02f0c28 dm: usb: Add support for USB keyboards with driver model by Simon Glass · Tue Sep 08 11:15:11 2015 -0600
  14. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · Mon Sep 28 23:32:01 2015 -0600
  15. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  16. b1b8333 dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression by Marcel Ziswiler · Wed Aug 05 16:58:17 2015 +0200
  17. 5b026f9 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · Mon Jul 06 16:47:50 2015 -0600
  18. db19dc5 dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH by Simon Glass · Mon Jul 06 16:47:48 2015 -0600
  19. 9c20359 dm: usb: Do not assume that first child is always a hub by Hans de Goede · Wed Jun 17 21:33:53 2015 +0200
  20. f97c8e2 dm: usb: Fix "usb tree" output by Hans de Goede · Wed Jun 17 21:33:50 2015 +0200
  21. 19e8151 dm: usb: Convert 'usb' command to support driver model by Simon Glass · Wed Mar 25 12:22:02 2015 -0600
  22. 729e257 dm: usb: Adjust usb command to prepare for driver model by Simon Glass · Wed Mar 25 12:22:00 2015 -0600
  23. 2af8256 USB: make "usb start" start usb only once by Hans de Goede · Tue Jan 06 14:27:41 2015 +0100
  24. 3e51df0 usb: kbd: Allow "usb reset" to continue when an usb kbd is used by Hans de Goede · Sat Sep 20 16:54:38 2014 +0200
  25. c7c1174 usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop() by Hans de Goede · Sat Sep 20 16:54:35 2014 +0200
  26. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  27. df3f221 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · Fri Apr 12 16:34:38 2013 +0530
  28. d404670 usb: Add new command to set USB 2.0 port test modes by Julius Werner · Thu Feb 28 18:08:40 2013 +0000
  29. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · Tue Nov 06 13:48:20 2012 +0000
  30. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  31. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · Wed Sep 26 00:14:36 2012 +0200
  32. a20cbf9 combine block device load commands into common function by Rob Herring · Fri Sep 21 04:02:30 2012 +0000
  33. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · Tue Apr 03 14:56:06 2012 +0530
  34. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · Sat Dec 10 11:08:06 2011 +0000
  35. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  36. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · Thu Dec 15 08:40:51 2011 -0700
  37. ddb90d3 usb: add help for missing start subcommand by Veli-Pekka Peltola · Wed Nov 02 16:59:56 2011 +0200
  38. 1f47a4d cosmetic: remove excess whitespace from usb command help by Veli-Pekka Peltola · Wed Nov 02 16:59:55 2011 +0200
  39. 6c7c558 common/cmd_usb.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 23:01:59 2011 +0200
  40. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · Sun Jun 05 13:43:02 2011 +0000
  41. 5d0569a Fix misc spelling errors found by lintian by Loïc Minier · Thu Feb 03 22:04:26 2011 +0100
  42. 1e9961d Add USB host ethernet adapter support by Simon Glass · Wed Feb 16 11:14:33 2011 -0800
  43. f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · Tue Jan 11 20:56:34 2011 +0100
  44. 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · Wed Oct 20 07:17:55 2010 -0400
  45. 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:35:39 2010 -0400
  46. 95b57aa Fixed clobbered output of the "help usb" command by Sergei Poselenov · Mon Aug 09 16:01:42 2010 +0400
  47. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  48. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  49. 84e20a2 cmd_usb.c: show cmd usage if no args given by Serge Ziryukin · Sun Apr 25 21:32:36 2010 +0300
  50. 300ea51 USB storage count by Kim B. Heino · Fri Mar 12 15:46:56 2010 +0200
  51. 2f4d365 cmd_usb.c: print debug messages only when DEBUG is defined by Wolfgang Denk · Thu Mar 25 14:07:23 2010 +0100
  52. d43a0b8 usb: write command for RAW partition. by Mahavir Jain · Tue Nov 03 12:22:10 2009 +0530
  53. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · Sat Oct 31 12:37:38 2009 -0500
  54. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  55. 6a6d9d1 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · Thu Jan 22 10:11:21 2009 +0100
  56. 3d18996 Prepare USB layer for ehci by Michael Trimarchi · Fri Nov 28 13:19:19 2008 +0100
  57. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  58. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  59. b60d265 Remove obsolete command (apply afte USB style patch, 80 chars strict) by Michael Trimarchi · Wed Nov 26 17:40:37 2008 +0100
  60. 5f2e7fc USB style patch, 80 chars strict by Michael Trimarchi · Wed Nov 26 17:41:34 2008 +0100
  61. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  62. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  63. 1eef5c3 Fix "usb part" command by Christian Eggers · Fri Jun 27 19:46:51 2008 +0200
  64. cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · Fri Jun 06 23:07:40 2008 +0200
  65. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  66. 1fca254 Merge branch 'master_merge_new-image' of /home/tur/git/u-boot by Wolfgang Denk · Wed Mar 26 10:41:48 2008 +0100
  67. 7ede186 USB Storage, add meaningful return value by Aras Vaichas · Tue Mar 25 12:09:07 2008 +1100
  68. e6bdd34 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · Wed Mar 12 10:33:01 2008 +0100
  69. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  70. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  71. 65a2752 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds by Marian Balakowicz · Thu Feb 21 17:27:49 2008 +0100
  72. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  73. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  74. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  75. 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 18:05:39 2007 -0500
  76. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:54 2007 -0500
  77. ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · Tue Feb 20 09:04:34 2007 +0100
  78. e39589f Prevent USB commands from working when USB is stopped. by Bartlomiej Sieka · Thu Aug 03 23:20:13 2006 +0200
  79. 978333a Add rudimentary handling of alternate settings of USB interfaces - to fix by Bartlomiej Sieka · Wed Aug 02 00:54:18 2006 +0200
  80. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  81. d06ce5d Coding style cleanup by Wolfgang Denk · Tue Aug 02 17:06:17 2005 +0200
  82. c7a4f7d Fix low-level OHCI transfers for ARM920t and MPC5xxx by Wolfgang Denk · Thu Jul 21 11:57:57 2005 +0200
  83. a2b932d * Fix baudrate calculation problem on MPC5200 systems by wdenk · Mon Jun 27 13:30:03 2005 +0000
  84. 8d5d28a Fix problems with SNTP support; enable SNTP support in some boards. by wdenk · Sat Apr 02 22:37:54 2005 +0000
  85. acd0536 Cleanup USB and partition defines by wdenk · Thu Feb 24 23:23:29 2005 +0000
  86. 422fa62 Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c by wdenk · Fri Feb 04 21:33:05 2005 +0000
  87. c233db8 Fix byteorder problem in usbboot and scsiboot commands. by wdenk · Fri Feb 04 15:38:08 2005 +0000
  88. f1276d4 * Removed '--no-warn-mismatch' option from Makefile. This option by wdenk · Thu Feb 03 23:00:49 2005 +0000
  89. 20c98a6 * Modify KUP4X board configuration to use SL811 driver for USB memory by wdenk · Fri Apr 23 20:32:05 2004 +0000
  90. 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · Sun Dec 07 18:32:37 2003 +0000
  91. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · Tue Jul 01 21:06:45 2003 +0000
  92. f12e396 Fix some missing commands, cleanup header files by wdenk · Sun Jun 29 21:03:46 2003 +0000
  93. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  94. c08f158 * LWMON extensions: by wdenk · Sun Apr 27 22:52:51 2003 +0000
  95. e887afc Initial revision by wdenk · Tue Aug 27 09:44:07 2002 +0000