aboutsummaryrefslogtreecommitdiff
path: root/nandwrite.c
AgeCommit message (Expand)Author
2011-09-11nandwrite: use common.h "errmsg" functionsBrian Norris
2011-09-11nandwrite: re-implement `--autoplace' optionBrian Norris
2011-09-11nandwrite: kill `--raw' optionBrian Norris
2011-09-11mtdutils: move OOB auto-layout into libmtd's mtd_writeBrian Norris
2011-09-11nandwrite: merge `mtd_write_oob' and `mtd_write' callsBrian Norris
2011-09-11libmtd: modify `mtd_write' to cover OOB writesBrian Norris
2011-09-11mtd-utils: update mtd-abi.hBrian Norris
2011-09-11nandwrite: consolidate buffer usageBrian Norris
2011-09-11nandwrite: trivial variable moveBrian Norris
2011-08-23nandwrite: refactor "old_oobinfo" codeBrian Norris
2011-08-23nandwrite: cleanup "oobinfochanged" leftoversBrian Norris
2011-08-23nandwrite: kill -j, -y, and -f optionsBrian Norris
2011-08-23nandwrite: kill more MEMSETOOBSELBrian Norris
2011-08-23nandwrite: remove `autoplace' featuresBrian Norris
2011-08-23nandwrite: remove C99 comment styleBrian Norris
2011-08-19 nandwrite: invalid erase after page write failureFryar, Jeff
2011-06-27autogenerate version.h from build systemMike Frysinger
2011-03-08nandwrite: add only write oob optionLei Wen
2010-12-02nandwrite: use common.h "errmsg_die"Brian Norris
2010-12-02nandwrite: add check for negative blockalignBrian Norris
2010-12-02nanddump/nandwrite: use "simple_" str functionsBrian Norris
2010-11-13mtd-utils: nandwrite: type consistencyBrian Norris
2010-11-13mtd-utils: nandwrite: full 64-bit support w/ libmtdBrian Norris
2010-11-13mtd-utils: nandwrite: prevent 32-bit overflowBrian Norris
2010-11-13mtd-utils: nandwrite: avoid NULL buffer pointersBrian Norris
2010-11-13mtd-utils: nandwrite: Use 64-bit offsetBrian Norris
2010-11-13mtd-utils: nandwrite: Use libmtd to get correct mtd parametersBrian Norris
2010-11-13mtd-utils: nandwrite: switch "oobsize" for "writesize"Brian Norris
2010-11-13mtd-utils: nandwrite: Clarify usage of aligned "erasesize"Brian Norris
2010-11-13mtd-utils: nandwrite: Comment, style fixupsBrian Norris
2010-10-25mtd-utils: nanddump/nandwrite: style, signed-ness, printing fixupsBrian Norris
2010-10-17mtd-utils: nanddump/nandwrite: Style fixupsBrian Norris
2010-10-17mtd-utils: nandwrite: Large page+oob supportBrian Norris
2010-09-27mtd-utils: standardize PROGRAM_NAMEMike Frysinger
2010-09-25nandwrite: Remove redundant 'autoplace' checkShinya Kuribayashi
2010-09-24nandwrite: add --skipbad to write bad blocksMike Frysinger
2010-06-12mtd-utils: support 4096+64 page sizesEnric Balletbo i Serra
2010-05-22nandwrite: check if the start address is page-alignedStanley.Miao
2010-05-22nandwrite: fix the bug of writing a yaffs2 image to NANDStanley.Miao
2009-08-12nandwrite: allow writing the OOB when using the standard inputJehan Bing
2009-08-11nandwrite: fix incorrect use of errno.Jehan Bing
2009-08-11nandwrite: unified reading from standard input and from file - part 3Jehan Bing
2009-08-11nandwrite: unified reading from standard input and from file - part2Jehan Bing
2009-08-11nandwrite: unified reading from standard input and from file - part 1Jehan Bing
2009-06-09nandwrite: fix error handlingJehan Bing
2009-06-09nandwrite: return error if failure when reading from standard inputJehan Bing
2009-06-08nandwrite: amend loop conditionJehan Bing
2008-12-26nandwrite: correct data readingArtem Bityutskiy
2008-09-08nandwrite: Add Support for Reading from Standard InputGrant Erickson
2008-09-08nandwrite: Clean-up Usage OutputGrant Erickson