summaryrefslogtreecommitdiff
path: root/common/cmd_onenand.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-01mtd: resync with Linux-3.7.1Sergey Lapin1-15/+15
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-6/+6
2010-12-17onenand: add yaffs write commandLei Wen1-5/+36
2010-12-08onenand: fix oob print out issueLei Wen1-1/+3
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-27cmd_onenand.c: Fix command usage help.Enric Balletbo i Serra1-0/+3
2010-10-24ARM: fix relocation support for onenand device.Enric Balletbo i Serra1-0/+6
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-22/+8
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-10/+10
2010-05-06cmd_onenand.c: moved to standard subcommand handlingFrans Meulenbroeks1-115/+192
2009-12-09common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-4/+0
2009-07-08nand/onenand: Fix missing argument checking for "markbad" commandWolfgang Denk1-12/+23
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese1-1/+5
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2009-01-23OneNAND: Bad block aware read/write command supportStefan Roese1-110/+420
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park1-16/+33
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
2008-08-12OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA1-1/+1
2008-08-11OneNAND: Remove base address offset usagedirk.behme@googlemail.com1-6/+0
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-04-14Fix OneNAND erase commandKyungmin Park1-6/+20
2007-09-17OneNAND support (take #2)Kyungmin Park1-0/+155