summaryrefslogtreecommitdiffstats
path: root/common/cmd_mtdparts.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few printf argument verification warningsVasili Galka2014-09-151-2/+2
* mtdparts: fix usecount bugHeiko Schocher2014-08-141-0/+1
* cmd_mtdparts: use 64 bits for flash size, partition size & offsetPaul Burton2013-10-091-25/+29
* mtd: Fix function description in part_validate commentOtavio Salvador2013-10-071-4/+3
* Fix some obvious typos across multiple subsystems.Robert P. J. Day2013-09-201-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* mtd: Make mtdparts work with pre-reloc envJoe Hershberger2013-04-111-2/+21
* cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgsRobert P. J. Day2013-03-111-3/+3
* common: Use new numeric setenv functionsSimon Glass2013-02-281-3/+1
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-10/+16
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-1/+1
* GCC4.6: Squash undefined variable in cmd_mtdparts.cMarek Vasut2011-10-271-2/+0
* CFI: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-2/+7
* Followup fixes on the mtdparts spread patchsetScott Wood2010-10-111-2/+3
* mtdparts: new add.spread: add part skipping bad blocksBen Gardiner2010-10-111-8/+26
* mtdparts: add new sub-command "spread"Ben Gardiner2010-10-111-1/+112
* mtdparts: show net size in mtdparts listBen Gardiner2010-10-111-7/+61
* mtdparts: regroup calls to get_mtd_device_nmBen Gardiner2010-10-111-15/+30
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-2/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-2/+2
* mtdparts: get rid of custom DEBUG macro, use debug()Wolfgang Denk2010-04-281-50/+40
* mtdparts: fix write through NULL pointerWolfgang Denk2010-04-281-7/+12
* fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin2010-03-211-1/+1
* cmd_mtdparts.c: prevent printbuffer overflowsAnatolij Gustschin2010-03-121-2/+8
* cmd_mtdparts.c: fix compiler warning in debug codeWolfgang Denk2009-09-041-1/+1
* Remove legacy NAND and disk on chip code.Scott Wood2009-07-161-10/+0
* General help message cleanupWolfgang Denk2009-06-121-2/+2
* cmd_mtdparts.c: allow to omit definitions for default settingsWolfgang Denk2009-06-121-4/+4
* cmd_mtdparts: Move to common handling of FLASH devices via MTD layerStefan Roese2009-06-121-160/+80
* jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS togetherStefan Roese2009-05-281-37/+37
* mtdpart command: align output columnsDavid Brownell2009-04-281-1/+1
* Separate mtdparts command from jffs2Ladislav Michl2009-04-041-6/+3
* Separate mtdparts command from jffs2Stefan Roese2009-03-201-0/+1986
OpenPOWER on IntegriCloud