aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_mtdparts.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-15Fix a few printf argument verification warningsVasili Galka1-2/+2
2014-08-14mtdparts: fix usecount bugHeiko Schocher1-0/+1
2013-10-09cmd_mtdparts: use 64 bits for flash size, partition size & offsetPaul Burton1-25/+29
2013-10-07mtd: Fix function description in part_validate commentOtavio Salvador1-4/+3
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-11mtd: Make mtdparts work with pre-reloc envJoe Hershberger1-2/+21
2013-03-11cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgsRobert P. J. Day1-3/+3
2013-02-28common: Use new numeric setenv functionsSimon Glass1-3/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-10/+16
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2011-10-27GCC4.6: Squash undefined variable in cmd_mtdparts.cMarek Vasut1-2/+0
2011-10-09CFI: fix warning: variable ... set but not usedWolfgang Denk1-2/+7
2010-10-11Followup fixes on the mtdparts spread patchsetScott Wood1-2/+3
2010-10-11mtdparts: new add.spread: add part skipping bad blocksBen Gardiner1-8/+26
2010-10-11mtdparts: add new sub-command "spread"Ben Gardiner1-1/+112
2010-10-11mtdparts: show net size in mtdparts listBen Gardiner1-7/+61
2010-10-11mtdparts: regroup calls to get_mtd_device_nmBen Gardiner1-15/+30
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-2/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2010-04-28mtdparts: get rid of custom DEBUG macro, use debug()Wolfgang Denk1-50/+40
2010-04-28mtdparts: fix write through NULL pointerWolfgang Denk1-7/+12
2010-03-21fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin1-1/+1
2010-03-12cmd_mtdparts.c: prevent printbuffer overflowsAnatolij Gustschin1-2/+8
2009-09-04cmd_mtdparts.c: fix compiler warning in debug codeWolfgang Denk1-1/+1
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood1-10/+0
2009-06-12General help message cleanupWolfgang Denk1-2/+2
2009-06-12cmd_mtdparts.c: allow to omit definitions for default settingsWolfgang Denk1-4/+4
2009-06-12cmd_mtdparts: Move to common handling of FLASH devices via MTD layerStefan Roese1-160/+80
2009-05-28jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS togetherStefan Roese1-37/+37
2009-04-28mtdpart command: align output columnsDavid Brownell1-1/+1
2009-04-04Separate mtdparts command from jffs2Ladislav Michl1-6/+3
2009-03-20Separate mtdparts command from jffs2Stefan Roese1-0/+1986