1. ca8881c cmd: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. 03f146c cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year, 2 months ago
  6. b281fd0 configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT by Patrick Delaunay · 2 years ago
  7. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  8. 6520860 cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices by Adarsh Babu Kalepalli · 3 years, 6 months ago
  9. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  10. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  11. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  12. 6cae4f4 cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZES by Alexander Dahl · 5 years ago
  13. db22961 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
  14. 24de4a5 cmd: mtdparts: remove mandatory 'mtdparts=' prefix by Miquel Raynal · 6 years ago
  15. ceb9cae cmd: mtdparts: accept spi-nand devices by Miquel Raynal · 6 years ago
  16. d989b58 cmd: mtdparts: add fallthrough in switch statement by Miquel Raynal · 6 years ago
  17. 79694d6 mtdparts: fixed buffer overflow bug by Kay Potthoff · 6 years ago
  18. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  19. 6bb7d89 mtdparts: Correct use of debug() by Simon Glass · 7 years ago
  20. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  21. fd0dd1c mtdparts: Fix uninitialized scalar usage by Tom Rini · 7 years ago
  22. 11d267f mtdparts: Fix final outstanding issue reported by Coverity by Tom Rini · 7 years ago
  23. 4a786c9 mtdparts: Fix various issues reported by Coverity by Tom Rini · 7 years ago
  24. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  25. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  26. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  27. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  28. 037166d cmd: mtdparts: fix uninitialized variable warning by Lothar Waßmann · 7 years ago
  29. bf2fbd1 cmd: Add Kconfig option for CMD_MTDPARTS and related options by Maxime Ripard · 8 years ago
  30. 6eb14ff mtd: fix compiler warnings by Steve Rae · 8 years ago
  31. 207350b cmd: mtdparts: support runtime generated mtdparts by Ladislav Michl · 8 years ago
  32. a91260e cmd: mtdparts: use defaults by default by Ladislav Michl · 8 years ago
  33. 02c2d6a cmd: mtdparts: consolidate mtdparts reading from env by Ladislav Michl · 8 years ago
  34. 760042a cmd: mtdparts: fix null pointer dereference in parse_mtdparts by Ladislav Michl · 8 years ago
  35. 07fdfb5 cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_init by Ladislav Michl · 8 years ago
  36. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
  37. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  38. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_mtdparts.c]
  39. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_mtdparts.c]
  40. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  41. 38c3fff Fix a few printf argument verification warnings by Vasili Galka · 10 years ago
  42. 7bc79e0 mtdparts: fix usecount bug by Heiko Schocher · 10 years ago
  43. 5f578df cmd_mtdparts: use 64 bits for flash size, partition size & offset by Paul Burton · 11 years ago
  44. 6bd89e4 mtd: Fix function description in part_validate comment by Otavio Salvador · 11 years ago
  45. e3f2c2e Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
  46. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  47. 3902c60 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · 12 years ago
  48. 02ce716 cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs by Robert P. J. Day · 12 years ago
  49. 103789d common: Use new numeric setenv functions by Simon Glass · 12 years ago
  50. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  51. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  52. 05f94cb GCC4.6: Squash undefined variable in cmd_mtdparts.c by Marek Vasut · 13 years ago
  53. e967dc1 CFI: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  54. 10390ce Followup fixes on the mtdparts spread patchset by Scott Wood · 14 years ago
  55. 5063d2e mtdparts: new add.spread: add part skipping bad blocks by Ben Gardiner · 14 years ago
  56. e6064f5 mtdparts: add new sub-command "spread" by Ben Gardiner · 14 years ago
  57. a9b5729 mtdparts: show net size in mtdparts list by Ben Gardiner · 14 years ago
  58. f37bf3f mtdparts: regroup calls to get_mtd_device_nm by Ben Gardiner · 14 years ago
  59. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  60. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  61. 58daebd mtdparts: get rid of custom DEBUG macro, use debug() by Wolfgang Denk · 15 years ago
  62. dc6e65c mtdparts: fix write through NULL pointer by Wolfgang Denk · 15 years ago
  63. 6c44c38 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
  64. 99695c2 cmd_mtdparts.c: prevent printbuffer overflows by Anatolij Gustschin · 15 years ago
  65. 9c1a9cd cmd_mtdparts.c: fix compiler warning in debug code by Wolfgang Denk · 15 years ago
  66. 9866305 Remove legacy NAND and disk on chip code. by Scott Wood · 16 years ago
  67. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  68. 21c0a54 cmd_mtdparts.c: allow to omit definitions for default settings by Wolfgang Denk · 16 years ago
  69. 8e66ea7 cmd_mtdparts: Move to common handling of FLASH devices via MTD layer by Stefan Roese · 16 years ago
  70. 4fa1f2d jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together by Stefan Roese · 16 years ago
  71. d8a6b81 mtdpart command: align output columns by David Brownell · 16 years ago
  72. 816af31 Separate mtdparts command from jffs2 by Ladislav Michl · 16 years ago
  73. b1423dd Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago