1. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_ubi.c]
  2. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_ubi.c]
  3. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · Thu Oct 22 06:19:21 2015 +0200
  4. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · Wed Sep 02 17:24:57 2015 -0600
  5. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · Tue Aug 18 13:06:37 2015 +0200
  6. 6a889f2 common, ubi: use positive return values for ubi check by Stefan Agner · Fri Apr 10 11:25:43 2015 +0200
  7. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:04 2014 +0200
  8. f384fbf common: commands: make commands static by Jeroen Hofstee · Mon Jun 23 00:22:08 2014 +0200
  9. 1762ab1 common, ubi: add ubi check volumename command by Heiko Schocher · Sat Jan 25 07:27:11 2014 +0100
  10. 6627aa3 cmd_ubi: add write.part command, to write a volume in multiple parts by Paul Burton · Wed Sep 04 15:16:59 2013 +0100
  11. df68616 cmd_ubi: use int64_t volume size for 'ubi create' by Paul Burton · Wed Sep 04 15:16:58 2013 +0100
  12. 47550fc ubi: ubifs: Turn off verbose prints by Joe Hershberger · Mon Apr 08 10:32:49 2013 +0000
  13. 9219845 ubi: Expose a few simple functions from the cmd_ubi by Joe Hershberger · Mon Apr 08 10:32:47 2013 +0000
  14. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  15. 40c0c8b GCC4.6: Squash warning in cmd_ubi.c: by Marek Vasut · Fri Sep 30 12:13:25 2011 +0200
  16. 8cfc696 UBI: Fix error code handling in ubi commands by Stefan Roese · Mon Mar 14 14:34:21 2011 +0100
  17. 408c6c4 UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition change by Stefan Roese · Mon Nov 01 17:28:22 2010 +0100
  18. 7675a09 various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · Sat Jul 31 15:01:53 2010 +0200
  19. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  20. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  21. f2dbedc cmd_ubi: Fix uninitialized variable warning by Peter Tyser · Sun Apr 04 22:40:50 2010 -0500
  22. 7dcc170 ubi: help message correction by Andrzej Wolski · Fri Jul 17 22:26:54 2009 +0200
  23. 4a8fbfb Handle VID header offset in ubi part command by Simon Kagstrom · Tue Jul 07 16:59:46 2009 +0200
  24. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  25. fef7f8a UBI: fix return code in ubi_volume_read by Andreas Huber · Tue May 19 11:06:30 2009 +0200
  26. 62eafb7 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part" by Stefan Roese · Fri Apr 24 20:24:19 2009 +0200
  27. 7bf15f8 UBI/cfi-mtd: Fix mtd name for multiple chips by Andreas Huber · Thu Apr 02 17:15:34 2009 +0200
  28. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  29. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  30. 55334c7 Coding style cleanup, update CHANGELOG. by Wolfgang Denk · Tue Dec 16 01:02:17 2008 +0100
  31. bedb9311 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization by Stefan Roese · Wed Dec 10 10:32:59 2008 +0100
  32. 19d8761 UBI: Fix size parsing in "ubi create" by Stefan Roese · Tue Dec 02 10:53:47 2008 +0100
  33. 1b20eb8 UBI: Enable re-initializing of the "ubi part" command by Stefan Roese · Thu Nov 27 14:07:09 2008 +0100
  34. 88bddfd UBI: Add proof-of-concept CFI flash support by Piotr Ziecik · Mon Nov 17 15:58:00 2008 +0100
  35. 1b71405 UBI: Change parsing of size in commands to default to hex by Stefan Roese · Mon Nov 24 08:31:16 2008 +0100
  36. 3d2c5ff UBI: Add UBI command support by Kyungmin Park · Wed Nov 19 11:47:05 2008 +0100