aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_onenand.c
AgeCommit message (Expand)Author
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2010-12-17onenand: add yaffs write commandLei Wen
2010-12-07onenand: fix oob print out issueLei Wen
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-27cmd_onenand.c: Fix command usage help.Enric Balletbo i Serra
2010-10-23ARM: fix relocation support for onenand device.Enric Balletbo i Serra
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-05-05cmd_onenand.c: moved to standard subcommand handlingFrans Meulenbroeks
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher
2009-07-07nand/onenand: Fix missing argument checking for "markbad" commandWolfgang Denk
2009-06-12General help message cleanupWolfgang Denk
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2009-01-23OneNAND: Bad block aware read/write command supportStefan Roese
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-12OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA
2008-08-10OneNAND: Remove base address offset usagedirk.behme@googlemail.com
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD
2008-04-13Fix OneNAND erase commandKyungmin Park
2007-09-17OneNAND support (take #2)Kyungmin Park