- e569c73 cmd: Remove duplicate newlines by Marek Vasut · 7 months ago
- 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 9 months ago
- d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 9 months ago
- 301bac6 cmd: Remove <common.h> and add needed includes by Tom Rini · 10 months ago
- 3616218 cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year, 4 months ago
- 8b83d54 configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT by Patrick Delaunay · 2 years, 2 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 3 years, 1 month ago
- 1fdafeb cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices by Adarsh Babu Kalepalli · 3 years, 9 months ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 3 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 9 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 9 months ago
- 672c570 cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZES by Alexander Dahl · 5 years ago
- 3a7d557 env: Move env_get_f() to env.h by Simon Glass · 6 years ago
- d60aea9 cmd: mtdparts: remove mandatory 'mtdparts=' prefix by Miquel Raynal · 6 years ago
- 00ac922 cmd: mtdparts: accept spi-nand devices by Miquel Raynal · 6 years ago
- 2b9ace5 cmd: mtdparts: add fallthrough in switch statement by Miquel Raynal · 6 years ago
- 149c21b mtdparts: fixed buffer overflow bug by Kay Potthoff · 7 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 95b41b8 mtdparts: Correct use of debug() by Simon Glass · 7 years ago
- 6ae3900 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
- 8b3cec7 mtdparts: Fix uninitialized scalar usage by Tom Rini · 7 years ago
- bc02834 mtdparts: Fix final outstanding issue reported by Coverity by Tom Rini · 7 years ago
- 54f1792 mtdparts: Fix various issues reported by Coverity by Tom Rini · 7 years ago
- 723806c env: Rename some other getenv()-related functions by Simon Glass · 8 years ago
- 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 8 years ago
- 018f530 env: Rename common functions related to setenv() by Simon Glass · 8 years ago
- 382bee5 env: Rename setenv() to env_set() by Simon Glass · 8 years ago
- 1aca4d5 cmd: mtdparts: fix uninitialized variable warning by Lothar Waßmann · 8 years ago
- 0269dfa cmd: Add Kconfig option for CMD_MTDPARTS and related options by Maxime Ripard · 8 years ago
- 59441ac mtd: fix compiler warnings by Steve Rae · 9 years ago
- af32443 cmd: mtdparts: support runtime generated mtdparts by Ladislav Michl · 9 years ago
- f8f744a cmd: mtdparts: use defaults by default by Ladislav Michl · 9 years ago
- 1c2a262 cmd: mtdparts: consolidate mtdparts reading from env by Ladislav Michl · 9 years ago
- 06a040a cmd: mtdparts: fix null pointer dereference in parse_mtdparts by Ladislav Michl · 9 years ago
- c0ac333 cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_init by Ladislav Michl · 9 years ago
- 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
- a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
- 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_mtdparts.c]
- 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_mtdparts.c]
- 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
- 5d69a5d Fix a few printf argument verification warnings by Vasili Galka · 10 years ago
- 1668d64 mtdparts: fix usecount bug by Heiko Schocher · 11 years ago
- 39ac344 cmd_mtdparts: use 64 bits for flash size, partition size & offset by Paul Burton · 11 years ago
- f501991 mtd: Fix function description in part_validate comment by Otavio Salvador · 11 years ago
- 1f8b546 Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 12 years ago
- a7eb1d6 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · 12 years ago
- a22bf16 cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs by Robert P. J. Day · 12 years ago
- 41ef372 common: Use new numeric setenv functions by Simon Glass · 12 years ago
- 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
- 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
- 35e9d69 GCC4.6: Squash undefined variable in cmd_mtdparts.c by Marek Vasut · 13 years ago
- 419a1fe CFI: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
- 36650ca Followup fixes on the mtdparts spread patchset by Scott Wood · 14 years ago
- 59a50d2 mtdparts: new add.spread: add part skipping bad blocks by Ben Gardiner · 14 years ago
- ca75b20 mtdparts: add new sub-command "spread" by Ben Gardiner · 14 years ago
- 04ac380 mtdparts: show net size in mtdparts list by Ben Gardiner · 14 years ago
- 0a026d3 mtdparts: regroup calls to get_mtd_device_nm by Ben Gardiner · 14 years ago
- 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 15 years ago
- 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 15 years ago
- e1d2950 mtdparts: get rid of custom DEBUG macro, use debug() by Wolfgang Denk · 15 years ago
- 2697eff mtdparts: fix write through NULL pointer by Wolfgang Denk · 15 years ago
- 3c950e2 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
- a693447 cmd_mtdparts.c: prevent printbuffer overflows by Anatolij Gustschin · 15 years ago
- 37daa77 cmd_mtdparts.c: fix compiler warning in debug code by Wolfgang Denk · 15 years ago
- be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 16 years ago
- a89c33d General help message cleanup by Wolfgang Denk · 16 years ago
- 36c9169 cmd_mtdparts.c: allow to omit definitions for default settings by Wolfgang Denk · 16 years ago
- 864aa03 cmd_mtdparts: Move to common handling of FLASH devices via MTD layer by Stefan Roese · 16 years ago
- 76b5883 jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together by Stefan Roese · 16 years ago
- 08f077d mtdpart command: align output columns by David Brownell · 16 years ago
- b93b24b Separate mtdparts command from jffs2 by Ladislav Michl · 16 years ago
- 68d7d65 Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago