1. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  2. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  3. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_mtdparts.c]
  4. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_mtdparts.c]
  5. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  6. 5d69a5d Fix a few printf argument verification warnings by Vasili Galka · 10 years ago
  7. 1668d64 mtdparts: fix usecount bug by Heiko Schocher · 10 years ago
  8. 39ac344 cmd_mtdparts: use 64 bits for flash size, partition size & offset by Paul Burton · 11 years ago
  9. f501991 mtd: Fix function description in part_validate comment by Otavio Salvador · 11 years ago
  10. 1f8b546 Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
  11. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  12. a7eb1d6 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · 11 years ago
  13. a22bf16 cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs by Robert P. J. Day · 12 years ago
  14. 41ef372 common: Use new numeric setenv functions by Simon Glass · 12 years ago
  15. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  16. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  17. 35e9d69 GCC4.6: Squash undefined variable in cmd_mtdparts.c by Marek Vasut · 13 years ago
  18. 419a1fe CFI: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  19. 36650ca Followup fixes on the mtdparts spread patchset by Scott Wood · 14 years ago
  20. 59a50d2 mtdparts: new add.spread: add part skipping bad blocks by Ben Gardiner · 14 years ago
  21. ca75b20 mtdparts: add new sub-command "spread" by Ben Gardiner · 14 years ago
  22. 04ac380 mtdparts: show net size in mtdparts list by Ben Gardiner · 14 years ago
  23. 0a026d3 mtdparts: regroup calls to get_mtd_device_nm by Ben Gardiner · 14 years ago
  24. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  25. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  26. e1d2950 mtdparts: get rid of custom DEBUG macro, use debug() by Wolfgang Denk · 14 years ago
  27. 2697eff mtdparts: fix write through NULL pointer by Wolfgang Denk · 14 years ago
  28. 3c950e2 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
  29. a693447 cmd_mtdparts.c: prevent printbuffer overflows by Anatolij Gustschin · 15 years ago
  30. 37daa77 cmd_mtdparts.c: fix compiler warning in debug code by Wolfgang Denk · 15 years ago
  31. be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 15 years ago
  32. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  33. 36c9169 cmd_mtdparts.c: allow to omit definitions for default settings by Wolfgang Denk · 15 years ago
  34. 864aa03 cmd_mtdparts: Move to common handling of FLASH devices via MTD layer by Stefan Roese · 15 years ago
  35. 76b5883 jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together by Stefan Roese · 15 years ago
  36. 08f077d mtdpart command: align output columns by David Brownell · 15 years ago
  37. b93b24b Separate mtdparts command from jffs2 by Ladislav Michl · 16 years ago
  38. 68d7d65 Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago