summaryrefslogtreecommitdiff
path: root/drivers/nand/nand_util.c
Commit message (Collapse)AuthorAgeLines
* [PATCH] NAND: Partition name support added to NAND subsystemStefan Roese2006-10-28-9/+2
| | | | | | | | chpart, nboot and NAND subsystem related commands now accept also partition name to specify offset. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
* Fix spelling; minor code cleanup.Wolfgang Denk2006-10-12-3/+3
|
* * Several improvements to the new NAND subsystem:Stefan Roese2006-10-10-0/+869
- JFFS2 related commands implemented in mtd-utils style - Support for bad blocks - Bad block testing commands - NAND lock commands Please take a look at doc/README.nand for more details Patch by Guido Classen, 10 Oct 2006