Age | Commit message (Expand) | Author |
2011-09-11 | nandwrite: use common.h "errmsg" functions | Brian Norris |
2011-09-11 | nandwrite: re-implement `--autoplace' option | Brian Norris |
2011-09-11 | nandwrite: kill `--raw' option | Brian Norris |
2011-09-11 | mtdutils: move OOB auto-layout into libmtd's mtd_write | Brian Norris |
2011-09-11 | nandwrite: merge `mtd_write_oob' and `mtd_write' calls | Brian Norris |
2011-09-11 | libmtd: modify `mtd_write' to cover OOB writes | Brian Norris |
2011-09-11 | mtd-utils: update mtd-abi.h | Brian Norris |
2011-09-11 | nandwrite: consolidate buffer usage | Brian Norris |
2011-09-11 | nandwrite: trivial variable move | Brian Norris |
2011-08-23 | nandwrite: refactor "old_oobinfo" code | Brian Norris |
2011-08-23 | nandwrite: cleanup "oobinfochanged" leftovers | Brian Norris |
2011-08-23 | nandwrite: kill -j, -y, and -f options | Brian Norris |
2011-08-23 | nandwrite: kill more MEMSETOOBSEL | Brian Norris |
2011-08-23 | nandwrite: remove `autoplace' features | Brian Norris |
2011-08-23 | nandwrite: remove C99 comment style | Brian Norris |
2011-08-19 | nandwrite: invalid erase after page write failure | Fryar, Jeff |
2011-06-27 | autogenerate version.h from build system | Mike Frysinger |
2011-03-08 | nandwrite: add only write oob option | Lei Wen |
2010-12-02 | nandwrite: use common.h "errmsg_die" | Brian Norris |
2010-12-02 | nandwrite: add check for negative blockalign | Brian Norris |
2010-12-02 | nanddump/nandwrite: use "simple_" str functions | Brian Norris |
2010-11-13 | mtd-utils: nandwrite: type consistency | Brian Norris |
2010-11-13 | mtd-utils: nandwrite: full 64-bit support w/ libmtd | Brian Norris |
2010-11-13 | mtd-utils: nandwrite: prevent 32-bit overflow | Brian Norris |
2010-11-13 | mtd-utils: nandwrite: avoid NULL buffer pointers | Brian Norris |
2010-11-13 | mtd-utils: nandwrite: Use 64-bit offset | Brian Norris |
2010-11-13 | mtd-utils: nandwrite: Use libmtd to get correct mtd parameters | Brian Norris |
2010-11-13 | mtd-utils: nandwrite: switch "oobsize" for "writesize" | Brian Norris |
2010-11-13 | mtd-utils: nandwrite: Clarify usage of aligned "erasesize" | Brian Norris |
2010-11-13 | mtd-utils: nandwrite: Comment, style fixups | Brian Norris |
2010-10-25 | mtd-utils: nanddump/nandwrite: style, signed-ness, printing fixups | Brian Norris |
2010-10-17 | mtd-utils: nanddump/nandwrite: Style fixups | Brian Norris |
2010-10-17 | mtd-utils: nandwrite: Large page+oob support | Brian Norris |
2010-09-27 | mtd-utils: standardize PROGRAM_NAME | Mike Frysinger |
2010-09-25 | nandwrite: Remove redundant 'autoplace' check | Shinya Kuribayashi |
2010-09-24 | nandwrite: add --skipbad to write bad blocks | Mike Frysinger |
2010-06-12 | mtd-utils: support 4096+64 page sizes | Enric Balletbo i Serra |
2010-05-22 | nandwrite: check if the start address is page-aligned | Stanley.Miao |
2010-05-22 | nandwrite: fix the bug of writing a yaffs2 image to NAND | Stanley.Miao |
2009-08-12 | nandwrite: allow writing the OOB when using the standard input | Jehan Bing |
2009-08-11 | nandwrite: fix incorrect use of errno. | Jehan Bing |
2009-08-11 | nandwrite: unified reading from standard input and from file - part 3 | Jehan Bing |
2009-08-11 | nandwrite: unified reading from standard input and from file - part2 | Jehan Bing |
2009-08-11 | nandwrite: unified reading from standard input and from file - part 1 | Jehan Bing |
2009-06-09 | nandwrite: fix error handling | Jehan Bing |
2009-06-09 | nandwrite: return error if failure when reading from standard input | Jehan Bing |
2009-06-08 | nandwrite: amend loop condition | Jehan Bing |
2008-12-26 | nandwrite: correct data reading | Artem Bityutskiy |
2008-09-08 | nandwrite: Add Support for Reading from Standard Input | Grant Erickson |
2008-09-08 | nandwrite: Clean-up Usage Output | Grant Erickson |