aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_mtdparts.c
AgeCommit message (Expand)AuthorFilesLines
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