summaryrefslogtreecommitdiffstats
path: root/common/cmd_onenand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher2015-06-301-13/+6
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-311-15/+15
* linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-301-1/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-6/+6
* onenand: add yaffs write commandLei Wen2010-12-171-5/+36
* onenand: fix oob print out issueLei Wen2010-12-071-1/+3
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* cmd_onenand.c: Fix command usage help.Enric Balletbo i Serra2010-10-271-0/+3
* ARM: fix relocation support for onenand device.Enric Balletbo i Serra2010-10-231-0/+6
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-22/+8
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-10/+10
* cmd_onenand.c: moved to standard subcommand handlingFrans Meulenbroeks2010-05-051-115/+192
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-4/+0
* nand/onenand: Fix missing argument checking for "markbad" commandWolfgang Denk2009-07-071-12/+23
* General help message cleanupWolfgang Denk2009-06-121-1/+1
* mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese2009-06-121-1/+5
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-1/+1
* OneNAND: Bad block aware read/write command supportStefan Roese2009-01-231-110/+420
* Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park2008-08-211-16/+33
* common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-4/+0
* OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA2008-08-121-1/+1
* OneNAND: Remove base address offset usagedirk.behme@googlemail.com2008-08-101-6/+0
* Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD2008-07-131-2/+2
* Fix OneNAND erase commandKyungmin Park2008-04-131-6/+20
* OneNAND support (take #2)Kyungmin Park2007-09-171-0/+155
OpenPOWER on IntegriCloud